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