]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/argeo-commons/dep/pom.xml
[maven-release-plugin] prepare release argeo-slc-2.1.17
[gpl/argeo-slc.git] / legacy / argeo-commons / dep / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc.legacy.commons</groupId>
6 <artifactId>argeo-commons-legacy</artifactId>
7 <version>2.1.17</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>legacy-dep</artifactId>
11 <name>Commons Modular Distributions (Legacy)</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>org.argeo.dep.cms.platform</module>
15 </modules>
16 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.apache.felix</groupId>
20 <artifactId>maven-bundle-plugin</artifactId>
21 <configuration>
22 <instructions>
23 <SLC-ModularDistribution>default</SLC-ModularDistribution>
24 </instructions>
25 </configuration>
26 </plugin>
27 <plugin>
28 <groupId>org.argeo.maven.plugins</groupId>
29 <artifactId>argeo-osgi-plugin</artifactId>
30 <executions>
31 <execution>
32 <id>generate-descriptors</id>
33 <goals>
34 <goal>descriptors</goal>
35 </goals>
36 <phase>generate-resources</phase>
37 </execution>
38 </executions>
39 </plugin>
40 <plugin>
41 <artifactId>maven-assembly-plugin</artifactId>
42 <configuration>
43 <attach>false</attach>
44 </configuration>
45 </plugin>
46 </plugins>
47 </build>
48 <dependencies>
49 <dependency>
50 <groupId>org.argeo.tp.equinox</groupId>
51 <artifactId>org.eclipse.osgi</artifactId>
52 <scope>test</scope>
53 </dependency>
54 <dependency>
55 <groupId>org.argeo.tp.sdk</groupId>
56 <artifactId>org.junit</artifactId>
57 <scope>test</scope>
58 </dependency>
59 </dependencies>
60 <profiles>
61 <profile>
62 <id>check-osgi</id>
63 <build>
64 <plugins>
65 <plugin>
66 <groupId>org.argeo.maven.plugins</groupId>
67 <artifactId>argeo-osgi-plugin</artifactId>
68 <executions>
69 <execution>
70 <id>check-osgi</id>
71 <phase>test</phase>
72 <goals>
73 <goal>equinox</goal>
74 </goals>
75 <configuration>
76 <onlyCheck>true</onlyCheck>
77 </configuration>
78 </execution>
79 </executions>
80 </plugin>
81 </plugins>
82 </build>
83 <dependencies>
84 <dependency>
85 <groupId>org.argeo.commons</groupId>
86 <artifactId>org.argeo.osgi.boot</artifactId>
87 <version>${version.argeo-commons}</version>
88 <scope>test</scope>
89 </dependency>
90 </dependencies>
91 </profile>
92 </profiles>
93 </project>