]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/pom.xml
Open JCR nodes in RCP editor area
[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.17-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.spring</module>
15 <module>org.argeo.slc.dep.e4.rap</module>
16 <!-- Legacy -->
17 <module>org.argeo.slc.dep.backend</module>
18 </modules>
19 <build>
20 <plugins>
21 <plugin>
22 <groupId>org.apache.felix</groupId>
23 <artifactId>maven-bundle-plugin</artifactId>
24 </plugin>
25 <plugin>
26 <artifactId>maven-assembly-plugin</artifactId>
27 <dependencies>
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>assembly-descriptors</artifactId>
31 <version>${version.argeo-commons}</version>
32 </dependency>
33 </dependencies>
34 <configuration>
35 <attach>false</attach>
36 </configuration>
37 </plugin>
38 </plugins>
39 </build>
40 <dependencies>
41 <dependency>
42 <groupId>org.argeo.tp.equinox</groupId>
43 <artifactId>org.eclipse.osgi</artifactId>
44 <scope>test</scope>
45 </dependency>
46 <dependency>
47 <groupId>org.argeo.tp.sdk</groupId>
48 <artifactId>org.junit</artifactId>
49 <scope>test</scope>
50 </dependency>
51 </dependencies>
52 <profiles>
53 <profile>
54 <id>check-osgi</id>
55 <build>
56 <plugins>
57 <plugin>
58 <groupId>org.argeo.maven.plugins</groupId>
59 <artifactId>argeo-osgi-plugin</artifactId>
60 <executions>
61 <execution>
62 <id>check-osgi</id>
63 <phase>test</phase>
64 <goals>
65 <goal>equinox</goal>
66 </goals>
67 <configuration>
68 <onlyCheck>true</onlyCheck>
69 </configuration>
70 </execution>
71 </executions>
72 </plugin>
73 </plugins>
74 </build>
75 <dependencies>
76 <dependency>
77 <groupId>org.argeo.commons</groupId>
78 <artifactId>org.argeo.osgi.boot</artifactId>
79 <version>${version.argeo-commons}</version>
80 <scope>test</scope>
81 </dependency>
82 </dependencies>
83 </profile>
84 </profiles>
85 <!-- <profiles> -->
86 <!-- <profile> -->
87 <!-- <id>rpmbuild</id> -->
88 <!-- <build> -->
89 <!-- <plugins> -->
90 <!-- <plugin> -->
91 <!-- <artifactId>maven-antrun-plugin</artifactId> -->
92 <!-- <executions> -->
93 <!-- <execution> -->
94 <!-- <phase>install</phase> -->
95 <!-- <goals> -->
96 <!-- <goal>run</goal> -->
97 <!-- </goals> -->
98 <!-- <configuration> -->
99 <!-- <target> -->
100 <!-- <copy todir="${rpm.stagingRepository}" verbose="true" -->
101 <!-- failonerror="false"> -->
102 <!-- <fileset dir="${project.build.directory}/rpm" -->
103 <!-- includes="*/RPMS/**/*.rpm" /> -->
104 <!-- <flattenmapper /> -->
105 <!-- </copy> -->
106 <!-- </target> -->
107 <!-- </configuration> -->
108 <!-- </execution> -->
109 <!-- </executions> -->
110 <!-- </plugin> -->
111 <!-- </plugins> -->
112 <!-- </build> -->
113 <!-- </profile> -->
114 <!-- </profiles> -->
115 </project>