]> git.argeo.org Git - gpl/argeo-suite.git/blob - dep/org.argeo.suite.dep.ui.rap/pom.xml
802b271ad1a7ae0c3368cf35f8b5ab0985bb52ff
[gpl/argeo-suite.git] / dep / org.argeo.suite.dep.ui.rap / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.suite</groupId>
6 <artifactId>dep</artifactId>
7 <version>2.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.suite.dep.ui.rap</artifactId>
11 <name>Suite Platform UI RAP</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <!-- Entity Framework -->
15 <dependency>
16 <groupId>org.argeo.suite</groupId>
17 <artifactId>org.argeo.entity.api</artifactId>
18 <version>2.3-SNAPSHOT</version>
19 </dependency>
20 <dependency>
21 <groupId>org.argeo.suite</groupId>
22 <artifactId>org.argeo.entity.core</artifactId>
23 <version>2.3-SNAPSHOT</version>
24 </dependency>
25 <dependency>
26 <groupId>org.argeo.suite</groupId>
27 <artifactId>org.argeo.entity.ui</artifactId>
28 <version>2.3-SNAPSHOT</version>
29 </dependency>
30
31 <!-- Argeo Suite Icons -->
32 <dependency>
33 <groupId>org.argeo.suite.icons</groupId>
34 <artifactId>org.argeo.suite.icons.default</artifactId>
35 <version>${version.argeo-suite-icons}</version>
36 </dependency>
37
38 <!-- Argeo Suite -->
39 <dependency>
40 <groupId>org.argeo.suite</groupId>
41 <artifactId>org.argeo.suite.core</artifactId>
42 <version>2.3-SNAPSHOT</version>
43 </dependency>
44 <dependency>
45 <groupId>org.argeo.suite</groupId>
46 <artifactId>org.argeo.suite.ui</artifactId>
47 <version>2.3-SNAPSHOT</version>
48 </dependency>
49 <dependency>
50 <groupId>org.argeo.suite</groupId>
51 <artifactId>org.argeo.suite.theme.default</artifactId>
52 <version>2.3-SNAPSHOT</version>
53 </dependency>
54 <dependency>
55 <groupId>org.argeo.suite</groupId>
56 <artifactId>org.argeo.suite.ui.rap</artifactId>
57 <version>2.3-SNAPSHOT</version>
58 </dependency>
59
60 <!-- Argeo People -->
61 <dependency>
62 <groupId>org.argeo.suite</groupId>
63 <artifactId>org.argeo.people.ui</artifactId>
64 <version>2.3-SNAPSHOT</version>
65 </dependency>
66
67 <!-- Argeo Library -->
68 <dependency>
69 <groupId>org.argeo.suite</groupId>
70 <artifactId>org.argeo.library.ui</artifactId>
71 <version>2.3-SNAPSHOT</version>
72 </dependency>
73
74 <!-- Argeo Environment -->
75 <dependency>
76 <groupId>org.argeo.suite</groupId>
77 <artifactId>org.argeo.geo.ui</artifactId>
78 <version>2.3-SNAPSHOT</version>
79 </dependency>
80
81 <!-- Argeo Publishing -->
82 <dependency>
83 <groupId>org.argeo.suite</groupId>
84 <artifactId>org.argeo.publishing.ui</artifactId>
85 <version>2.3-SNAPSHOT</version>
86 </dependency>
87
88 <!-- Argeo Knowledge -->
89 <dependency>
90 <groupId>org.argeo.suite</groupId>
91 <artifactId>org.argeo.support.xforms</artifactId>
92 <version>2.3-SNAPSHOT</version>
93 </dependency>
94 <dependency>
95 <groupId>org.argeo.suite</groupId>
96 <artifactId>org.argeo.support.odk</artifactId>
97 <version>2.3-SNAPSHOT</version>
98 </dependency>
99 <dependency>
100 <groupId>org.argeo.suite</groupId>
101 <artifactId>org.argeo.support.geonames</artifactId>
102 <version>2.3-SNAPSHOT</version>
103 </dependency>
104
105 <!-- Additional Third Parties -->
106 <dependency>
107 <groupId>org.argeo.tp.javax</groupId>
108 <artifactId>javax.xml.bind</artifactId>
109 </dependency>
110
111 <!-- Jackson JSON processor -->
112 <dependency>
113 <groupId>org.argeo.tp.jackson</groupId>
114 <artifactId>com.fasterxml.jackson.core.jackson-core</artifactId>
115 </dependency>
116 <dependency>
117 <groupId>org.argeo.tp.jackson</groupId>
118 <artifactId>com.fasterxml.jackson.core.jackson-databind</artifactId>
119 </dependency>
120 <dependency>
121 <groupId>org.argeo.tp.jackson</groupId>
122 <artifactId>com.fasterxml.jackson.core.jackson-annotations</artifactId>
123 </dependency>
124
125 <!-- PDFBox -->
126 <dependency>
127 <groupId>org.argeo.tp.apache</groupId>
128 <artifactId>org.apache.pdfbox</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>org.argeo.tp.apache</groupId>
132 <artifactId>org.apache.pdfbox.fontbox</artifactId>
133 </dependency>
134 <dependency>
135 <groupId>org.argeo.tp.apache</groupId>
136 <artifactId>org.apache.pdfbox.jempbox</artifactId>
137 </dependency>
138
139 <!-- POI requirements -->
140 <dependency>
141 <groupId>org.argeo.tp.apache.commons</groupId>
142 <artifactId>org.apache.commons.math3</artifactId>
143 </dependency>
144 <dependency>
145 <groupId>org.argeo.tp.apache.commons</groupId>
146 <artifactId>org.apache.commons.collections4</artifactId>
147 </dependency>
148 <dependency>
149 <groupId>org.argeo.tp.apache</groupId>
150 <artifactId>org.apache.xml.security</artifactId>
151 </dependency>
152 <dependency>
153 <groupId>org.argeo.tp.apache</groupId>
154 <artifactId>org.apache.xmlbeans</artifactId>
155 </dependency>
156 <dependency>
157 <groupId>org.argeo.tp.apache</groupId>
158 <artifactId>org.apache.xalan</artifactId>
159 </dependency>
160 <dependency>
161 <groupId>org.argeo.tp.apache</groupId>
162 <artifactId>org.apache.xalan.serializer</artifactId>
163 </dependency>
164 <dependency>
165 <groupId>org.argeo.tp.apache</groupId>
166 <artifactId>org.apache.xml.resolver</artifactId>
167 </dependency>
168 <dependency>
169 <groupId>org.argeo.tp.apache</groupId>
170 <artifactId>org.apache.xerces</artifactId>
171 </dependency>
172
173 <!-- POI (MS office documents) -->
174 <dependency>
175 <groupId>org.argeo.tp.apache</groupId>
176 <artifactId>org.apache.poi</artifactId>
177 </dependency>
178 <dependency>
179 <groupId>org.argeo.tp.apache</groupId>
180 <artifactId>org.apache.poi.ooxml</artifactId>
181 </dependency>
182 <dependency>
183 <groupId>org.argeo.tp.apache</groupId>
184 <artifactId>org.apache.poi.ooxml.schemas</artifactId>
185 </dependency>
186 <dependency>
187 <groupId>org.argeo.tp.apache</groupId>
188 <artifactId>org.apache.poi.scratchpad</artifactId>
189 </dependency>
190
191 <!-- Mail -->
192 <dependency>
193 <groupId>org.argeo.tp.javax</groupId>
194 <artifactId>javax.activation</artifactId>
195 </dependency>
196 <dependency>
197 <groupId>org.argeo.tp.javax</groupId>
198 <artifactId>javax.mail</artifactId>
199 </dependency>
200
201 <!-- Base CMS distribution -->
202 <dependency>
203 <groupId>org.argeo.commons</groupId>
204 <artifactId>org.argeo.dep.cms.ui.rap</artifactId>
205 <version>${version.argeo-commons}</version>
206 <type>pom</type>
207 </dependency>
208
209 <!-- Argeo TP Extras -->
210 <!-- <dependency> -->
211 <!-- <groupId>org.argeo.tp.payment</groupId> -->
212 <!-- <artifactId>com.stripe</artifactId> -->
213 <!-- </dependency> -->
214
215 </dependencies>
216 <profiles>
217 <profile>
218 <id>rpmbuild</id>
219 <build>
220 <plugins>
221 <plugin>
222 <artifactId>maven-assembly-plugin</artifactId>
223 <executions>
224 <execution>
225 <id>prepare-source</id>
226 <phase>package</phase>
227 <goals>
228 <goal>single</goal>
229 </goals>
230 <configuration>
231 <descriptorRefs>
232 <descriptorRef>a2-source</descriptorRef>
233 </descriptorRefs>
234 </configuration>
235 </execution>
236 </executions>
237 </plugin>
238 <plugin>
239 <groupId>org.codehaus.mojo</groupId>
240 <artifactId>rpm-maven-plugin</artifactId>
241 <executions>
242 <execution>
243 <id>rpm-argeo</id>
244 <phase>package</phase>
245 <goals>
246 <goal>rpm</goal>
247 </goals>
248 <configuration>
249 <name>argeo-suite-ui-rap-unstable</name>
250 <mappings>
251 <mapping>
252 <directory>/usr/share/osgi</directory>
253 <username>root</username>
254 <groupname>root</groupname>
255 <filemode>644</filemode>
256 <directoryIncluded>true</directoryIncluded>
257 <sources>
258 <source>
259 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
260 <includes>
261 <include>**/*.jar</include>
262 </includes>
263 </source>
264 </sources>
265 </mapping>
266 </mappings>
267 <requires>
268 <require>argeo-cms-ui-rap</require>
269 <require>argeo-suite-ui-rap-tp-unstable</require>
270 </requires>
271 </configuration>
272 </execution>
273 </executions>
274 </plugin>
275 </plugins>
276 </build>
277 </profile>
278 <profile>
279 <id>rpmbuild-tp</id>
280 <build>
281 <plugins>
282 <plugin>
283 <artifactId>maven-assembly-plugin</artifactId>
284 <executions>
285 <execution>
286 <id>prepare-source-tp</id>
287 <phase>package</phase>
288 <goals>
289 <goal>single</goal>
290 </goals>
291 <configuration>
292 <descriptorRefs>
293 <descriptorRef>a2-source-tp</descriptorRef>
294 </descriptorRefs>
295 </configuration>
296 </execution>
297 </executions>
298 </plugin>
299 <plugin>
300 <groupId>org.codehaus.mojo</groupId>
301 <artifactId>rpm-maven-plugin</artifactId>
302 <executions>
303 <execution>
304 <id>rpm-tp</id>
305 <phase>package</phase>
306 <goals>
307 <goal>rpm</goal>
308 </goals>
309 <configuration>
310 <name>argeo-suite-ui-rap-tp-unstable</name>
311 <version>${version.argeo-tp}</version>
312 <release>${maven.build.timestamp}</release>
313 <mappings>
314 <mapping>
315 <directory>/usr/share/osgi</directory>
316 <username>root</username>
317 <groupname>root</groupname>
318 <filemode>644</filemode>
319 <directoryIncluded>true</directoryIncluded>
320 <sources>
321 <source>
322 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
323 <includes>
324 <include>**/*.jar</include>
325 </includes>
326 </source>
327 </sources>
328 </mapping>
329 </mappings>
330 </configuration>
331 </execution>
332 </executions>
333 </plugin>
334 </plugins>
335 </build>
336 </profile>
337 </profiles>
338 </project>