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