]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / dep / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc</groupId>
5 <artifactId>argeo-slc</artifactId>
6 <version>2.1.15-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>dep</artifactId>
10 <name>SLC Dependencies</name>
11 <packaging>pom</packaging>
12 <modules>
13 <module>org.argeo.slc.dep.minimal</module>
14 <module>org.argeo.slc.dep.backend</module>
15 <module>org.argeo.slc.dep.e4.rap</module>
16 </modules>
17 <build>
18 <plugins>
19 <plugin>
20 <groupId>org.apache.felix</groupId>
21 <artifactId>maven-bundle-plugin</artifactId>
22 </plugin>
23 <plugin>
24 <artifactId>maven-assembly-plugin</artifactId>
25 <dependencies>
26 <dependency>
27 <groupId>org.argeo.commons</groupId>
28 <artifactId>assembly-descriptors</artifactId>
29 <version>${version.argeo-commons}</version>
30 </dependency>
31 </dependencies>
32 <configuration>
33 <attach>false</attach>
34 </configuration>
35 </plugin>
36 </plugins>
37 </build>
38 <dependencies>
39 <dependency>
40 <groupId>org.argeo.tp.equinox</groupId>
41 <artifactId>org.eclipse.osgi</artifactId>
42 <scope>test</scope>
43 </dependency>
44 </dependencies>
45 <profiles>
46 <profile>
47 <id>check-osgi</id>
48 <build>
49 <plugins>
50 <plugin>
51 <groupId>org.argeo.maven.plugins</groupId>
52 <artifactId>maven-argeo-osgi-plugin</artifactId>
53 <executions>
54 <execution>
55 <id>check-osgi</id>
56 <phase>test</phase>
57 <goals>
58 <goal>equinox</goal>
59 </goals>
60 <configuration>
61 <onlyCheck>true</onlyCheck>
62 </configuration>
63 </execution>
64 </executions>
65 </plugin>
66 </plugins>
67 </build>
68 <dependencies>
69 <dependency>
70 <groupId>org.argeo.commons</groupId>
71 <artifactId>org.argeo.osgi.boot</artifactId>
72 <version>${version.argeo-commons}</version>
73 <scope>test</scope>
74 </dependency>
75 </dependencies>
76 </profile>
77 </profiles>
78 <!-- <profiles> -->
79 <!-- <profile> -->
80 <!-- <id>rpmbuild</id> -->
81 <!-- <build> -->
82 <!-- <plugins> -->
83 <!-- <plugin> -->
84 <!-- <artifactId>maven-antrun-plugin</artifactId> -->
85 <!-- <executions> -->
86 <!-- <execution> -->
87 <!-- <phase>install</phase> -->
88 <!-- <goals> -->
89 <!-- <goal>run</goal> -->
90 <!-- </goals> -->
91 <!-- <configuration> -->
92 <!-- <target> -->
93 <!-- <copy todir="${rpm.stagingRepository}" verbose="true" -->
94 <!-- failonerror="false"> -->
95 <!-- <fileset dir="${project.build.directory}/rpm" -->
96 <!-- includes="*/RPMS/**/*.rpm" /> -->
97 <!-- <flattenmapper /> -->
98 <!-- </copy> -->
99 <!-- </target> -->
100 <!-- </configuration> -->
101 <!-- </execution> -->
102 <!-- </executions> -->
103 <!-- </plugin> -->
104 <!-- </plugins> -->
105 <!-- </build> -->
106 <!-- </profile> -->
107 <!-- </profiles> -->
108 </project>