]> git.argeo.org Git - gpl/argeo-suite.git/blob - pom.xml
43927eb19ad9cd848ed9d8cdb4fe1d7ef8c80fb2
[gpl/argeo-suite.git] / 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.maven</groupId>
7 <artifactId>argeo-osgi-parent</artifactId>
8 <version>2.1.5</version>
9 </parent>
10 <groupId>org.argeo.suite</groupId>
11 <artifactId>argeo-suite</artifactId>
12 <version>2.3-SNAPSHOT</version>
13 <name>Argeo Suite</name>
14 <packaging>pom</packaging>
15 <url>http://www.argeo.org/</url>
16 <properties>
17 <version.context>unstable</version.context>
18 <!-- Dependencies -->
19 <version.argeo-tp>2.1.27</version.argeo-tp>
20 <version.argeo-commons>2.3-SNAPSHOT</version.argeo-commons>
21 <version.argeo-suite-icons>2.3.1</version.argeo-suite-icons>
22 <!-- <version.argeo-rcp>2.3-SNAPSHOT</version.argeo-rcp> -->
23 <git.rw />
24 </properties>
25 <modules>
26 <!-- Entity Framework -->
27 <module>org.argeo.entity.api</module>
28 <module>org.argeo.entity.core</module>
29 <module>org.argeo.entity.ui</module>
30
31 <!-- Argeo Suite -->
32 <module>org.argeo.suite.core</module>
33 <module>org.argeo.suite.ui</module>
34 <module>org.argeo.suite.ui.rap</module>
35 <module>org.argeo.suite.theme.default</module>
36
37 <!-- Functional areas -->
38 <module>org.argeo.people.ui</module>
39 <module>org.argeo.library.ui</module>
40 <module>org.argeo.geo.ui</module>
41 <module>org.argeo.publishing.ui</module>
42 <module>org.argeo.support.xforms</module>
43 <module>org.argeo.support.odk</module>
44 <module>org.argeo.support.geonames</module>
45
46 <!-- Packaging -->
47 <module>dep</module>
48 <module>dist</module>
49 <module>lib</module>
50 </modules>
51 <scm>
52 <connection>scm:git:http://git.argeo.org/gpl/argeo-suite.git</connection>
53 <url>http://git.argeo.org/?p=gpl/argeo-suite.git;a=summary</url>
54 <developerConnection>scm:git:https://code.argeo.org/git/gpl/argeo-suite.git</developerConnection>
55 <tag>HEAD</tag>
56 </scm>
57 <organization>
58 <name>Argeo GmbH</name>
59 </organization>
60 <inceptionYear>2014</inceptionYear>
61 <licenses>
62 <license>
63 <name>GPL-3.0-or-later</name>
64 <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
65 <distribution>repo</distribution>
66 </license>
67 </licenses>
68 <dependencies>
69 <dependency>
70 <groupId>org.argeo.tp</groupId>
71 <artifactId>argeo-tp</artifactId>
72 <version>${version.argeo-tp}</version>
73 <scope>provided</scope>
74 <exclusions>
75 <exclusion>
76 <groupId>org.argeo.tp.apache</groupId>
77 <artifactId>org.apache.xerces</artifactId>
78 </exclusion>
79 <!-- Avoid slf4j implementations lurking in the classpath. -->
80 <exclusion>
81 <groupId>org.argeo.tp.sdk</groupId>
82 <artifactId>biz.aQute.bndlib</artifactId>
83 </exclusion>
84 <exclusion>
85 <groupId>org.argeo.tp.misc</groupId>
86 <artifactId>slf4j.osgi</artifactId>
87 </exclusion>
88 </exclusions>
89 </dependency>
90 </dependencies>
91 <dependencyManagement>
92 <dependencies>
93 <dependency>
94 <groupId>org.argeo.tp</groupId>
95 <artifactId>argeo-tp</artifactId>
96 <version>${version.argeo-tp}</version>
97 <type>pom</type>
98 <scope>import</scope>
99 </dependency>
100 <dependency>
101 <groupId>org.argeo.tp</groupId>
102 <artifactId>argeo-tp-rap-e4</artifactId>
103 <version>${version.argeo-tp}</version>
104 <type>pom</type>
105 <scope>import</scope>
106 </dependency>
107 </dependencies>
108 </dependencyManagement>
109 <repositories>
110 <repository>
111 <id>argeo</id>
112 <url>http://forge.argeo.org/data/java/argeo-2.1/</url>
113 <releases>
114 <enabled>true</enabled>
115 <updatePolicy>daily</updatePolicy>
116 <checksumPolicy>warn</checksumPolicy>
117 </releases>
118 <snapshots>
119 <enabled>false</enabled>
120 </snapshots>
121 </repository>
122 <repository>
123 <id>argeo-unstable</id>
124 <url>http://forge.argeo.org/data/java/argeo-2.3/</url>
125 <releases>
126 <enabled>true</enabled>
127 <updatePolicy>never</updatePolicy>
128 <checksumPolicy>warn</checksumPolicy>
129 </releases>
130 <snapshots>
131 <enabled>false</enabled>
132 </snapshots>
133 </repository>
134 </repositories>
135 <reporting>
136 <plugins>
137 <plugin>
138 <artifactId>maven-project-info-reports-plugin</artifactId>
139 <version>2.9</version>
140 <reportSets>
141 <reportSet>
142 <reports>
143 <report>index</report>
144 <report>summary</report>
145 <report>license</report>
146 <report>scm</report>
147 </reports>
148 </reportSet>
149 </reportSets>
150 </plugin>
151 <plugin>
152 <artifactId>maven-javadoc-plugin</artifactId>
153 <version>3.0.0</version>
154 <configuration>
155 <failOnError>false</failOnError>
156 <additionalJOption>-Xdoclint:none</additionalJOption>
157 <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
158 <encoding>UTF-8</encoding>
159 <detectLinks>true</detectLinks>
160 <links>
161 <link>http://docs.oracle.com/javase/8/docs/api</link>
162 <link>https://osgi.org/javadoc/r5/core</link>
163 <link>https://osgi.org/javadoc/r5/enterprise</link>
164 <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
165 <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
166 <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
167 </links>
168 </configuration>
169 <reportSets>
170 <reportSet>
171 <id>aggregate-javadoc</id>
172 <inherited>false</inherited>
173 <reports>
174 <report>aggregate</report>
175 </reports>
176 </reportSet>
177 <reportSet>
178 <id>javadoc</id>
179 <reports />
180 </reportSet>
181 </reportSets>
182 </plugin>
183 <plugin>
184 <artifactId>maven-jxr-plugin</artifactId>
185 <version>2.5</version>
186 <reportSets>
187 <reportSet>
188 <id>aggregate-jxr</id>
189 <inherited>false</inherited>
190 <reports>
191 <report>aggregate</report>
192 </reports>
193 </reportSet>
194 <reportSet>
195 <id>jxr</id>
196 <reports />
197 </reportSet>
198 </reportSets>
199 </plugin>
200 </plugins>
201 </reporting>
202 <distributionManagement>
203 <repository>
204 <id>staging</id>
205 <url>dav:https://forge.argeo.org/data/java/argeo-2.3</url>
206 <uniqueVersion>false</uniqueVersion>
207 </repository>
208 <site>
209 <id>staging</id>
210 <url>file:///srv/docfactory/argeo-2.1/site/argeo-suite/</url>
211 </site>
212 </distributionManagement>
213 </project>