]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/pom.xml
RPM build
[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>rpmbuild</id> -->
31 <!-- <build> -->
32 <!-- <plugins> -->
33 <!-- <plugin> -->
34 <!-- <artifactId>maven-antrun-plugin</artifactId> -->
35 <!-- <executions> -->
36 <!-- <execution> -->
37 <!-- <phase>install</phase> -->
38 <!-- <goals> -->
39 <!-- <goal>run</goal> -->
40 <!-- </goals> -->
41 <!-- <configuration> -->
42 <!-- <target> -->
43 <!-- <copy todir="${rpm.stagingRepository}" verbose="true" -->
44 <!-- failonerror="false"> -->
45 <!-- <fileset dir="${project.build.directory}/rpm" -->
46 <!-- includes="*/RPMS/**/*.rpm" /> -->
47 <!-- <flattenmapper /> -->
48 <!-- </copy> -->
49 <!-- </target> -->
50 <!-- </configuration> -->
51 <!-- </execution> -->
52 <!-- </executions> -->
53 <!-- </plugin> -->
54 <!-- </plugins> -->
55 <!-- </build> -->
56 <!-- </profile> -->
57 <!-- </profiles> -->
58 </project>