]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/argeo-commons/dep/pom.xml
[maven-release-plugin] prepare for next development iteration
[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.3-SNAPSHOT</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.codehaus.mojo</groupId>
29 <artifactId>properties-maven-plugin</artifactId>
30 <configuration>
31 <quiet>true</quiet>
32 <files>
33 <file>../../../../cnf/${version.context}.bnd</file>
34 </files>
35 </configuration>
36 </plugin>
37 <plugin>
38 <groupId>org.argeo.maven.plugins</groupId>
39 <artifactId>argeo-osgi-plugin</artifactId>
40 <executions>
41 <execution>
42 <id>generate-descriptors</id>
43 <goals>
44 <goal>descriptors</goal>
45 </goals>
46 <phase>generate-resources</phase>
47 </execution>
48 </executions>
49 </plugin>
50 <plugin>
51 <artifactId>maven-assembly-plugin</artifactId>
52 <configuration>
53 <attach>false</attach>
54 </configuration>
55 </plugin>
56 </plugins>
57 </build>
58 <dependencies>
59 <dependency>
60 <groupId>org.argeo.tp.equinox</groupId>
61 <artifactId>org.eclipse.osgi</artifactId>
62 <scope>test</scope>
63 </dependency>
64 <dependency>
65 <groupId>org.argeo.tp.sdk</groupId>
66 <artifactId>org.junit</artifactId>
67 <scope>test</scope>
68 </dependency>
69 </dependencies>
70 <profiles>
71 <profile>
72 <id>check-osgi</id>
73 <build>
74 <plugins>
75 <plugin>
76 <groupId>org.argeo.maven.plugins</groupId>
77 <artifactId>argeo-osgi-plugin</artifactId>
78 <executions>
79 <execution>
80 <id>check-osgi</id>
81 <phase>test</phase>
82 <goals>
83 <goal>equinox</goal>
84 </goals>
85 <configuration>
86 <onlyCheck>true</onlyCheck>
87 </configuration>
88 </execution>
89 </executions>
90 </plugin>
91 </plugins>
92 </build>
93 <dependencies>
94 <dependency>
95 <groupId>org.argeo.commons</groupId>
96 <artifactId>org.argeo.init</artifactId>
97 <version>${version.argeo-commons}</version>
98 <scope>test</scope>
99 </dependency>
100 </dependencies>
101 </profile>
102 </profiles>
103 </project>