]> git.argeo.org Git - gpl/argeo-suite.git/blob - pom.xml
Refine start order
[gpl/argeo-suite.git] / 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.maven</groupId>
5 <artifactId>argeo-osgi-parent</artifactId>
6 <version>2.1.2</version>
7 </parent>
8 <groupId>org.argeo.suite</groupId>
9 <artifactId>argeo-suite</artifactId>
10 <packaging>pom</packaging>
11 <name>Argeo Suite</name>
12 <description />
13 <version>2.1.16-SNAPSHOT</version>
14 <properties>
15 <version.argeo-suite>2.1.16-SNAPSHOT</version.argeo-suite>
16 <!-- Dependencies -->
17 <version.argeo-tp>2.1.27</version.argeo-tp>
18 <version.argeo-tp-extras>2.1.13</version.argeo-tp-extras>
19 <version.argeo-commons>2.1.89-SNAPSHOT</version.argeo-commons>
20 <version.argeo-connect>2.1.82-SNAPSHOT</version.argeo-connect>
21 <version.argeo-slc>2.1.17-SNAPSHOT</version.argeo-slc>
22
23 <argeo.rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2-gpl/el7</argeo.rpm.stagingRepository>
24 <git.rw />
25 </properties>
26 <modules>
27 <!-- Eclipse 4 -->
28 <module>org.argeo.suite.cms</module>
29 <module>org.argeo.suite.e4</module>
30 <module>org.argeo.suite.e4.rap</module>
31 <module>org.argeo.suite.standard</module>
32
33 <!-- Apps -->
34 <module>library</module>
35 <module>systems</module>
36 <module>org.argeo.suite.tracker</module>
37
38 <module>dep</module>
39 <module>dist</module>
40 <module>lib</module>
41 </modules>
42 <scm>
43 <connection>scm:git:http://git.argeo.org/gpl/argeo-suite.git</connection>
44 <url>http://git.argeo.org/?p=gpl/argeo-suite.git;a=summary</url>
45 <developerConnection>scm:git:https://code.argeo.org/git/gpl/argeo-suite.git</developerConnection>
46 <tag>HEAD</tag>
47 </scm>
48 <inceptionYear>2014</inceptionYear>
49 <licenses>
50 <license>
51 <name>GPL v3 with exception</name>
52 <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
53 <distribution>repo</distribution>
54 <comments><![CDATA[
55 Smart Data Productivity Suite - Lean, robust and secured distributed Java applications
56 Copyright (C) 2017 Argeo GmbH
57
58 This program is free software: you can redistribute it and/or modify
59 it under the terms of the GNU General Public License as published by
60 the Free Software Foundation, either version 3 of the License, or
61 (at your option) any later version.
62
63 This program is distributed in the hope that it will be useful,
64 but WITHOUT ANY WARRANTY; without even the implied warranty of
65 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
66 GNU General Public License for more details.
67
68 You should have received a copy of the GNU General Public License
69 along with this program. If not, see <http://www.gnu.org/licenses />
70
71 Additional permission under GNU GPL version 3 section 7
72
73 If you modify this Program, or any covered work, by linking or combining it
74 with software covered by the terms of the Eclipse Public License, the
75 licensors of this Program grant you additional permission to convey the
76 resulting work. Corresponding Source for a non-source form of such a
77 combination shall include the source code for the parts of such software
78 which are used as well as that of the covered work.]]>
79 </comments>
80 </license>
81 </licenses>
82 <developers>
83 <developer>
84 <id>mbaudier</id>
85 <name>Mathieu Baudier</name>
86 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
87 <organization>Argeo</organization>
88 <organizationUrl>http://www.argeo.org</organizationUrl>
89 <roles>
90 <role>architect</role>
91 <role>developer</role>
92 <role>QA</role>
93 </roles>
94 </developer>
95 </developers>
96 <dependencies>
97 <dependency>
98 <groupId>org.argeo.tp</groupId>
99 <artifactId>argeo-tp</artifactId>
100 <version>${version.argeo-tp}</version>
101 <scope>provided</scope>
102 <exclusions>
103 <exclusion>
104 <groupId>org.argeo.tp.apache</groupId>
105 <artifactId>org.apache.xerces</artifactId>
106 </exclusion>
107 <!-- Avoid slf4j implementations lurking in the classpath. -->
108 <exclusion>
109 <groupId>org.argeo.tp.sdk</groupId>
110 <artifactId>biz.aQute.bndlib</artifactId>
111 </exclusion>
112 <exclusion>
113 <groupId>org.argeo.tp.misc</groupId>
114 <artifactId>slf4j.osgi</artifactId>
115 </exclusion>
116 </exclusions>
117 </dependency>
118 </dependencies>
119 <dependencyManagement>
120 <dependencies>
121 <dependency>
122 <groupId>org.argeo.tp</groupId>
123 <artifactId>argeo-tp</artifactId>
124 <version>${version.argeo-tp}</version>
125 <type>pom</type>
126 <scope>import</scope>
127 </dependency>
128 <dependency>
129 <groupId>org.argeo.tp</groupId>
130 <artifactId>argeo-tp-rap-e4</artifactId>
131 <version>${version.argeo-tp}</version>
132 <type>pom</type>
133 <scope>import</scope>
134 </dependency>
135 <dependency>
136 <groupId>org.argeo.tp.extras</groupId>
137 <artifactId>argeo-tp-extras</artifactId>
138 <version>${version.argeo-tp-extras}</version>
139 <type>pom</type>
140 <scope>import</scope>
141 </dependency>
142 </dependencies>
143 </dependencyManagement>
144 <repositories>
145 <repository>
146 <id>argeo</id>
147 <url>http://repo.argeo.org/data/java/argeo-2.1</url>
148 <releases>
149 <enabled>true</enabled>
150 <updatePolicy>daily</updatePolicy>
151 <checksumPolicy>warn</checksumPolicy>
152 </releases>
153 </repository>
154 <repository>
155 <id>argeo-extras</id>
156 <url>http://repo.argeo.org/data/java/argeo-extras-2.1</url>
157 <releases>
158 <enabled>true</enabled>
159 <updatePolicy>daily</updatePolicy>
160 <checksumPolicy>warn</checksumPolicy>
161 </releases>
162 </repository>
163 </repositories>
164 <reporting>
165 <plugins>
166 <plugin>
167 <artifactId>maven-project-info-reports-plugin</artifactId>
168 <version>2.9</version>
169 <reportSets>
170 <reportSet>
171 <reports>
172 <report>index</report>
173 <report>summary</report>
174 <report>license</report>
175 <report>scm</report>
176 </reports>
177 </reportSet>
178 </reportSets>
179 </plugin>
180 <plugin>
181 <artifactId>maven-javadoc-plugin</artifactId>
182 <version>3.0.0</version>
183 <configuration>
184 <failOnError>false</failOnError>
185 <additionalJOption>-Xdoclint:none</additionalJOption>
186 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
187 <encoding>UTF-8</encoding>
188 <detectLinks>true</detectLinks>
189 <links>
190 <link>http://docs.oracle.com/javase/8/docs/api</link>
191 <link>https://osgi.org/javadoc/r5/core</link>
192 <link>https://osgi.org/javadoc/r5/enterprise</link>
193 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
194 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
195 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
196 </links>
197 </configuration>
198 <reportSets>
199 <reportSet>
200 <id>aggregate-javadoc</id>
201 <inherited>false</inherited>
202 <reports>
203 <report>aggregate</report>
204 </reports>
205 </reportSet>
206 <reportSet>
207 <id>javadoc</id>
208 <reports />
209 </reportSet>
210 </reportSets>
211 </plugin>
212 <plugin>
213 <artifactId>maven-jxr-plugin</artifactId>
214 <version>2.5</version>
215 <reportSets>
216 <reportSet>
217 <id>aggregate-jxr</id>
218 <inherited>false</inherited>
219 <reports>
220 <report>aggregate</report>
221 </reports>
222 </reportSet>
223 <reportSet>
224 <id>jxr</id>
225 <reports />
226 </reportSet>
227 </reportSets>
228 </plugin>
229 </plugins>
230 </reporting>
231 <distributionManagement>
232 <site>
233 <id>staging</id>
234 <url>file:///srv/docfactory/argeo-2.1/site/argeo-suite/</url>
235 </site>
236 </distributionManagement>
237 </project>