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