]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.e4.rap/pom.xml
aea4c1ef06d82ee76f5e5095aeada3112f28a9da
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.e4.rap / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.slc</groupId>
7 <artifactId>dep</artifactId>
8 <version>2.1.17-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.slc.dep.e4.rap</artifactId>
12 <name>SLC E4 RAP</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <configuration>
19 <instructions>
20 <SLC-ModularDistribution>default</SLC-ModularDistribution>
21 </instructions>
22 </configuration>
23 </plugin>
24 <plugin>
25 <groupId>org.argeo.maven.plugins</groupId>
26 <artifactId>argeo-osgi-plugin</artifactId>
27 <executions>
28 <execution>
29 <id>generate-descriptors</id>
30 <goals>
31 <goal>descriptors</goal>
32 </goals>
33 <phase>generate-resources</phase>
34 </execution>
35 </executions>
36 </plugin>
37 </plugins>
38 </build>
39 <dependencies>
40 <!-- Parent dependencies -->
41 <dependency>
42 <groupId>org.argeo.commons</groupId>
43 <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
44 <version>${version.argeo-commons}</version>
45 </dependency>
46 <dependency>
47 <groupId>org.argeo.slc</groupId>
48 <artifactId>org.argeo.slc.dep.spring</artifactId>
49 <version>2.1.17-SNAPSHOT</version>
50 </dependency>
51
52
53 <dependency>
54 <groupId>org.argeo.slc</groupId>
55 <artifactId>org.argeo.slc.e4</artifactId>
56 <version>2.1.17-SNAPSHOT</version>
57 </dependency>
58
59 <!-- ALM Third Parties -->
60 <!-- <dependency> -->
61 <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
62 <!-- <artifactId>org.apache.ant</artifactId> -->
63 <!-- </dependency> -->
64 <!-- <dependency> -->
65 <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
66 <!-- <artifactId>org.apache.ant.launch</artifactId> -->
67 <!-- </dependency> -->
68 <dependency>
69 <groupId>org.argeo.tp.sdk</groupId>
70 <artifactId>biz.aQute.bndlib</artifactId>
71 </dependency>
72 <dependency>
73 <groupId>org.argeo.tp.sdk</groupId>
74 <artifactId>org.junit</artifactId>
75 </dependency>
76 <dependency>
77 <groupId>org.argeo.tp.sdk</groupId>
78 <artifactId>org.redline-rpm</artifactId>
79 </dependency>
80 <dependency>
81 <groupId>org.argeo.tp.misc</groupId>
82 <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId>
83 </dependency>
84 <dependency>
85 <groupId>org.argeo.tp.misc</groupId>
86 <artifactId>org.eclipse.jgit</artifactId>
87 </dependency>
88 </dependencies>
89 <profiles>
90 <profile>
91 <id>rpmbuild</id>
92 <build>
93 <plugins>
94 <plugin>
95 <artifactId>maven-assembly-plugin</artifactId>
96 <executions>
97 <execution>
98 <id>prepare-source</id>
99 <phase>package</phase>
100 <goals>
101 <goal>single</goal>
102 </goals>
103 <configuration>
104 <descriptorRefs>
105 <descriptorRef>a2-source</descriptorRef>
106 </descriptorRefs>
107 </configuration>
108 </execution>
109 </executions>
110 </plugin>
111 <!-- <plugin> -->
112 <!-- <groupId>org.apache.maven.plugins</groupId> -->
113 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
114 <!-- <executions> -->
115 <!-- <execution> -->
116 <!-- <id>copy-argeo</id> -->
117 <!-- <phase>package</phase> -->
118 <!-- <goals> -->
119 <!-- <goal>copy-dependencies</goal> -->
120 <!-- </goals> -->
121 <!-- <configuration> -->
122 <!-- <includeTypes>jar</includeTypes> -->
123 <!-- <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory> -->
124 <!-- <includeGroupIds>org.argeo.slc</includeGroupIds> -->
125 <!-- <excludeTransitive>true</excludeTransitive> -->
126 <!-- <excludeArtifactIds>org.argeo.slc.dep.minimal</excludeArtifactIds> -->
127 <!-- <includeTypes>jar</includeTypes> -->
128 <!-- <includeScope>runtime</includeScope> -->
129 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
130 <!-- </configuration> -->
131 <!-- </execution> -->
132 <!-- </executions> -->
133 <!-- </plugin> -->
134 <plugin>
135 <groupId>org.codehaus.mojo</groupId>
136 <artifactId>rpm-maven-plugin</artifactId>
137 <executions>
138 <execution>
139 <id>rpm-argeo</id>
140 <phase>package</phase>
141 <goals>
142 <goal>rpm</goal>
143 </goals>
144 <configuration>
145 <name>slc-e4-rap</name>
146 <mappings>
147 <mapping>
148 <directory>/usr/share/osgi</directory>
149 <username>root</username>
150 <groupname>root</groupname>
151 <filemode>644</filemode>
152 <directoryIncluded>true</directoryIncluded>
153 <sources>
154 <source>
155 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
156 <includes>
157 <include>**/*.jar</include>
158 </includes>
159 </source>
160 </sources>
161 </mapping>
162 <!-- <mapping> -->
163 <!-- <directory>/usr/share/osgi/org/argeo/slc/${project.artifactId}/${project.version}</directory> -->
164 <!-- <username>root</username> -->
165 <!-- <groupname>root</groupname> -->
166 <!-- <directoryIncluded>false</directoryIncluded> -->
167 <!-- <artifact /> -->
168 <!-- </mapping> -->
169 </mappings>
170 <requires>
171 <require>argeo-cms-e4-rap</require>
172 <require>slc-agent</require>
173 </requires>
174 </configuration>
175 </execution>
176 </executions>
177 </plugin>
178 </plugins>
179 </build>
180 </profile>
181 </profiles>
182 </project>