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