]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/pom.xml
ba8d5e20fab58adbb03c71593b7b509dd8ace594
[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.16</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 <dependency>
45 <groupId>org.argeo.tp.sdk</groupId>
46 <artifactId>org.junit</artifactId>
47 <scope>test</scope>
48 </dependency>
49 </dependencies>
50 <profiles>
51 <profile>
52 <id>check-osgi</id>
53 <build>
54 <plugins>
55 <plugin>
56 <groupId>org.argeo.maven.plugins</groupId>
57 <artifactId>argeo-osgi-plugin</artifactId>
58 <executions>
59 <execution>
60 <id>check-osgi</id>
61 <phase>test</phase>
62 <goals>
63 <goal>equinox</goal>
64 </goals>
65 <configuration>
66 <onlyCheck>true</onlyCheck>
67 </configuration>
68 </execution>
69 </executions>
70 </plugin>
71 </plugins>
72 </build>
73 <dependencies>
74 <dependency>
75 <groupId>org.argeo.commons</groupId>
76 <artifactId>org.argeo.osgi.boot</artifactId>
77 <version>${version.argeo-commons}</version>
78 <scope>test</scope>
79 </dependency>
80 </dependencies>
81 </profile>
82 </profiles>
83 <!-- <profiles> -->
84 <!-- <profile> -->
85 <!-- <id>rpmbuild</id> -->
86 <!-- <build> -->
87 <!-- <plugins> -->
88 <!-- <plugin> -->
89 <!-- <artifactId>maven-antrun-plugin</artifactId> -->
90 <!-- <executions> -->
91 <!-- <execution> -->
92 <!-- <phase>install</phase> -->
93 <!-- <goals> -->
94 <!-- <goal>run</goal> -->
95 <!-- </goals> -->
96 <!-- <configuration> -->
97 <!-- <target> -->
98 <!-- <copy todir="${rpm.stagingRepository}" verbose="true" -->
99 <!-- failonerror="false"> -->
100 <!-- <fileset dir="${project.build.directory}/rpm" -->
101 <!-- includes="*/RPMS/**/*.rpm" /> -->
102 <!-- <flattenmapper /> -->
103 <!-- </copy> -->
104 <!-- </target> -->
105 <!-- </configuration> -->
106 <!-- </execution> -->
107 <!-- </executions> -->
108 <!-- </plugin> -->
109 <!-- </plugins> -->
110 <!-- </build> -->
111 <!-- </profile> -->
112 <!-- </profiles> -->
113 </project>