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