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