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