]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/pom.xml
7fd4192da1f3dbb62531373f348af92545822c32
[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.1</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.eclipse</module> -->
16 <!-- <module>org.argeo.slc.dep.rap</module> -->
17 <!-- <module>org.argeo.slc.dep.rcp</module> -->
18 </modules>
19 <build>
20 <plugins>
21 <plugin>
22 <groupId>org.apache.felix</groupId>
23 <artifactId>maven-bundle-plugin</artifactId>
24 </plugin>
25 </plugins>
26 </build>
27 <profiles>
28 <profile>
29 <id>check-osgi</id>
30 <build>
31 <plugins>
32 <plugin>
33 <groupId>org.argeo.maven.plugins</groupId>
34 <artifactId>maven-argeo-osgi-plugin</artifactId>
35 <executions>
36 <execution>
37 <id>check-osgi</id>
38 <phase>test</phase>
39 <goals>
40 <goal>equinox</goal>
41 </goals>
42 <configuration>
43 <onlyCheck>true</onlyCheck>
44 </configuration>
45 </execution>
46 </executions>
47 </plugin>
48 </plugins>
49 </build>
50 <dependencies>
51 <dependency>
52 <groupId>org.argeo.commons</groupId>
53 <artifactId>org.argeo.osgi.boot</artifactId>
54 <version>${version.argeo-commons}</version>
55 <scope>test</scope>
56 </dependency>
57 </dependencies>
58 </profile>
59 </profiles>
60 <!-- <profiles> -->
61 <!-- <profile> -->
62 <!-- <id>rpmbuild</id> -->
63 <!-- <build> -->
64 <!-- <plugins> -->
65 <!-- <plugin> -->
66 <!-- <artifactId>maven-antrun-plugin</artifactId> -->
67 <!-- <executions> -->
68 <!-- <execution> -->
69 <!-- <phase>install</phase> -->
70 <!-- <goals> -->
71 <!-- <goal>run</goal> -->
72 <!-- </goals> -->
73 <!-- <configuration> -->
74 <!-- <target> -->
75 <!-- <copy todir="${rpm.stagingRepository}" verbose="true" -->
76 <!-- failonerror="false"> -->
77 <!-- <fileset dir="${project.build.directory}/rpm" -->
78 <!-- includes="*/RPMS/**/*.rpm" /> -->
79 <!-- <flattenmapper /> -->
80 <!-- </copy> -->
81 <!-- </target> -->
82 <!-- </configuration> -->
83 <!-- </execution> -->
84 <!-- </executions> -->
85 <!-- </plugin> -->
86 <!-- </plugins> -->
87 <!-- </build> -->
88 <!-- </profile> -->
89 <!-- </profiles> -->
90 </project>