]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
[maven-release-plugin] rollback the release of argeo-commons-2.1.12
[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"
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 <groupId>org.argeo.commons</groupId>
6 <artifactId>argeo-commons</artifactId>
7 <version>2.1.12-SNAPSHOT</version>
8 <name>Argeo Commons</name>
9 <packaging>pom</packaging>
10 <properties>
11 <version.argeo-commons>2.1.12-SNAPSHOT</version.argeo-commons>
12 <developmentCycle.argeo-commons>2.1</developmentCycle.argeo-commons>
13 <developmentCycle.argeo-commons.startDate>2012-12-19</developmentCycle.argeo-commons.startDate>
14 <version.argeo-distribution>1.4.0</version.argeo-distribution>
15 <version.rap>2.2.0-R-20131204-0942</version.rap>
16 <version.rap.addons>0.5.0.argeo.20141029</version.rap.addons>
17 <!-- RPM -->
18 <rpm.release>6</rpm.release>
19 <rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2-staging/6/x86_64</rpm.stagingRepository>
20 <!-- encoding, see http://is.gd/mvn_source_encoding -->
21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22 </properties>
23 <modules>
24 <!-- Base -->
25 <module>org.argeo.util</module>
26 <module>org.argeo.osgi.boot</module>
27 <module>org.argeo.server.jcr</module>
28 <!-- Eclipse -->
29 <module>org.argeo.eclipse.ui</module>
30 <module>org.argeo.eclipse.ui.rap</module>
31 <module>org.argeo.eclipse.ui.rcp</module>
32 <!-- Security -->
33 <module>org.argeo.security.core</module>
34 <module>org.argeo.security.jackrabbit</module>
35 <module>org.argeo.security.ldap</module>
36 <module>org.argeo.security.mvc</module>
37 <!-- Security Services -->
38 <module>org.argeo.security.auth.ldap</module>
39 <module>org.argeo.security.dao.ldap</module>
40 <module>org.argeo.security.dao.cli</module>
41 <module>org.argeo.security.dao.os</module>
42 <module>org.argeo.security.dao.jackrabbit</module>
43 <!-- Servers -->
44 <module>org.argeo.server.jcr.mvc</module>
45 <module>org.argeo.server.jackrabbit</module>
46 <module>org.argeo.jackrabbit.webapp</module>
47 <module>org.argeo.server.ads</module>
48 <module>org.argeo.server.ads.server</module>
49 <module>org.argeo.server.rap.webapp</module>
50 <!-- Node -->
51 <module>org.argeo.node.repo.jackrabbit</module>
52 <module>org.argeo.cms</module>
53 <!-- Standard Workbench Perspectives -->
54 <module>org.argeo.eclipse.ui.workbench</module>
55 <module>org.argeo.security.equinox</module>
56 <module>org.argeo.security.ui</module>
57 <module>org.argeo.security.ui.admin</module>
58 <!-- Standard Workbench Products -->
59 <module>org.argeo.security.ui.rap</module>
60 <module>org.argeo.security.ui.rcp</module>
61 <!-- Legacy -->
62 <module>org.argeo.server.core</module>
63 <module>org.argeo.ext.jdbm</module>
64 <!-- Dependencies and Distributions -->
65 <module>dep</module>
66 <module>dist</module>
67 </modules>
68 <scm>
69 <connection>scm:svn:https://svn.argeo.org/commons/trunk</connection>
70 <developerConnection>scm:svn:https://svn.argeo.org/commons/trunk</developerConnection>
71 <url>https://svn.argeo.org/commons/trunk</url>
72 </scm>
73 <inceptionYear>2007</inceptionYear>
74 <licenses>
75 <license>
76 <name>Apache 2</name>
77 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
78 <distribution>repo</distribution>
79 <comments><![CDATA[
80 Argeo Commons Enterprise Framework
81
82 Copyright (C) 2007-2012 Argeo GmbH
83
84 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
85 you may not use this file except in compliance with the License.
86 You may obtain a copy of the License at
87
88 http://www.apache.org/licenses/LICENSE-2.0
89
90 Unless required by applicable law or agreed to in writing, software
91 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
92 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
93 See the License for the specific language governing permissions and
94 limitations under the License.
95 ]]>
96 </comments>
97 </license>
98 </licenses>
99 <build>
100 <extensions>
101 <extension>
102 <groupId>org.apache.maven.wagon</groupId>
103 <artifactId>wagon-webdav-jackrabbit</artifactId>
104 <version>2.8</version>
105 </extension>
106 </extensions>
107 <sourceDirectory>src</sourceDirectory>
108 <testSourceDirectory>ext/test</testSourceDirectory>
109 <resources>
110 <resource>
111 <directory>src</directory>
112 <includes>
113 <include>**</include>
114 </includes>
115 <excludes>
116 <exclude>**/*.java</exclude>
117 </excludes>
118 </resource>
119 <resource>
120 <directory>.</directory>
121 <includes>
122 <include>**</include>
123 </includes>
124 <excludes>
125 <exclude>.*</exclude>
126 <exclude>.*/**</exclude>
127 <exclude>src/**</exclude>
128 <exclude>ext/**</exclude>
129 <exclude>target/**</exclude>
130 <exclude>bin/**</exclude>
131 <exclude>pom.xml</exclude>
132 <exclude>build.properties</exclude>
133 <exclude>*.bnd</exclude>
134 <exclude>*.target</exclude>
135 </excludes>
136 </resource>
137 </resources>
138 <testResources>
139 <testResource>
140 <directory>ext/test</directory>
141 <includes>
142 <include>**</include>
143 </includes>
144 <excludes>
145 <exclude>**/*.java</exclude>
146 </excludes>
147 </testResource>
148 </testResources>
149 <pluginManagement>
150 <plugins>
151 <!-- Maven -->
152 <plugin>
153 <artifactId>maven-compiler-plugin</artifactId>
154 <version>3.2</version>
155 <configuration>
156 <source>1.6</source>
157 <target>1.6</target>
158 <compilerId>eclipse</compilerId>
159 <!-- Hack to work around issues with generated annotations : -->
160 <generatedSourcesDirectory>target/classes</generatedSourcesDirectory>
161 <generatedTestSourcesDirectory>target/test-classes</generatedTestSourcesDirectory>
162 </configuration>
163 <dependencies>
164 <dependency>
165 <groupId>org.codehaus.plexus</groupId>
166 <artifactId>plexus-compiler-eclipse</artifactId>
167 <version>2.3</version>
168 </dependency>
169 </dependencies>
170 </plugin>
171 <plugin>
172 <artifactId>maven-source-plugin</artifactId>
173 <version>2.4</version>
174 <executions>
175 <execution>
176 <id>attach-sources</id>
177 <phase>package</phase>
178 <goals>
179 <goal>jar</goal>
180 </goals>
181 </execution>
182 </executions>
183 <configuration>
184 <excludes>
185 <!-- Prevents source jars to contain misleading data -->
186 <exclude>plugin.xml</exclude>
187 <exclude>META-INF/MANIFEST.MF</exclude>
188 </excludes>
189 </configuration>
190 </plugin>
191 <plugin>
192 <artifactId>maven-clean-plugin</artifactId>
193 <version>2.6.1</version>
194 <configuration>
195 <filesets>
196 <fileset>
197 <directory>META-INF</directory>
198 <includes>
199 <include>MANIFEST.MF</include>
200 </includes>
201 </fileset>
202 </filesets>
203 </configuration>
204 </plugin>
205 <plugin>
206 <artifactId>maven-surefire-plugin</artifactId>
207 <version>2.18</version>
208 </plugin>
209 <plugin>
210 <artifactId>maven-jar-plugin</artifactId>
211 <version>2.5</version>
212 <configuration>
213 <archive>
214 <manifestFile>META-INF/MANIFEST.MF</manifestFile>
215 </archive>
216 </configuration>
217 </plugin>
218 <plugin>
219 <artifactId>maven-antrun-plugin</artifactId>
220 <version>1.7</version>
221 </plugin>
222 <plugin>
223 <artifactId>maven-resources-plugin</artifactId>
224 <version>2.7</version>
225 </plugin>
226 <plugin>
227 <artifactId>maven-dependency-plugin</artifactId>
228 <version>2.9</version>
229 </plugin>
230 <plugin>
231 <artifactId>maven-release-plugin</artifactId>
232 <version>2.5.1</version>
233 <configuration>
234 <autoVersionSubmodules>true</autoVersionSubmodules>
235 </configuration>
236 </plugin>
237 <plugin>
238 <artifactId>maven-javadoc-plugin</artifactId>
239 <version>2.10.1</version>
240 </plugin>
241 <!-- Apache -->
242 <plugin>
243 <groupId>org.apache.felix</groupId>
244 <artifactId>maven-bundle-plugin</artifactId>
245 <version>2.3.7</version>
246 <extensions>true</extensions>
247 <configuration>
248 <manifestLocation>META-INF</manifestLocation>
249 <instructions>
250 <_include>bnd.bnd</_include>
251 <Bundle-Version>${project.version}-r${tstamp}</Bundle-Version>
252 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
253 <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
254 <_removeheaders>Bnd-LastModified,Build-Jdk,Built-By,Tool,Created-By</_removeheaders>
255 <!-- SLC specific instructions -->
256 <SLC-Category>${project.groupId}</SLC-Category>
257 </instructions>
258 </configuration>
259 <executions>
260 <execution>
261 <id>bundle-manifest</id>
262 <phase>process-classes</phase>
263 <goals>
264 <goal>manifest</goal>
265 </goals>
266 </execution>
267 </executions>
268 </plugin>
269 <!-- Codehaus -->
270 <plugin>
271 <groupId>org.codehaus.mojo</groupId>
272 <artifactId>rpm-maven-plugin</artifactId>
273 <version>2.1</version>
274 <extensions>true</extensions>
275 <configuration>
276 <version>${project.version}</version>
277 <group>Applications/System</group>
278 <prefix>/usr</prefix>
279 </configuration>
280 </plugin>
281 <plugin>
282 <groupId>org.codehaus.mojo</groupId>
283 <artifactId>exec-maven-plugin</artifactId>
284 <version>1.3.2</version>
285 </plugin>
286 <!-- Argeo -->
287 <plugin>
288 <groupId>org.argeo.maven.plugins</groupId>
289 <artifactId>maven-argeo-osgi-plugin</artifactId>
290 <version>1.1.3</version>
291 </plugin>
292 <!-- Site -->
293 <plugin>
294 <artifactId>maven-site-plugin</artifactId>
295 <version>3.0</version>
296 <configuration>
297 <siteDirectory>doc/site</siteDirectory>
298 <generateSitemap>true</generateSitemap>
299 <skip>true</skip>
300 <reportPlugins>
301 <plugin>
302 <groupId>org.apache.maven.plugins</groupId>
303 <artifactId>maven-project-info-reports-plugin</artifactId>
304 <version>2.4</version>
305 <reportSets>
306 <reportSet>
307 <reports>
308 <report>index</report>
309 <report>summary</report>
310 <report>license</report>
311 <report>scm</report>
312 </reports>
313 </reportSet>
314 </reportSets>
315 </plugin>
316 <plugin>
317 <artifactId>maven-javadoc-plugin</artifactId>
318 <version>2.8.1</version>
319 <configuration>
320 <encoding>UTF-8</encoding>
321 <excludePackageNames>*.demo.*:*.internal.*</excludePackageNames>
322 <detectLinks>true</detectLinks>
323 <links>
324 <!-- Java -->
325 <link>http://docs.oracle.com/javase/6/docs/api</link>
326 <!-- OSGi -->
327 <link>http://www.osgi.org/javadoc/r4v42</link>
328 <!-- Spring -->
329 <link>http://static.springsource.org/spring/docs/2.5.x/api</link>
330 <link>http://static.springsource.org/osgi/docs/1.2.x/api</link>
331 <link>http://static.springsource.org/spring-security/site/docs/2.0.x/apidocs</link>
332 <!-- JCR -->
333 <link>http://www.day.com/maven/javax.jcr/javadocs/jcr-2.0</link>
334 <!-- Eclipse -->
335 <link>http://help.eclipse.org/helios/topic/org.eclipse.platform.doc.isv/reference/api</link>
336 </links>
337 </configuration>
338 <reportSets>
339 <reportSet>
340 <id>aggregate</id>
341 <reports>
342 <report>aggregate</report>
343 </reports>
344 </reportSet>
345 </reportSets>
346 </plugin>
347 <plugin>
348 <artifactId>maven-jxr-plugin</artifactId>
349 <version>2.3</version>
350 <configuration>
351 <excludes>
352 <exclude>**/demo/**/*</exclude>
353 <exclude>**/internal/**/*</exclude>
354 </excludes>
355 </configuration>
356 <reportSets>
357 <reportSet>
358 <id>aggregate</id>
359 <reports>
360 <report>aggregate</report>
361 </reports>
362 </reportSet>
363 </reportSets>
364 </plugin>
365 </reportPlugins>
366 </configuration>
367 </plugin>
368 </plugins>
369 </pluginManagement>
370 <plugins>
371 <plugin>
372 <artifactId>maven-clean-plugin</artifactId>
373 <configuration>
374 <filesets>
375 <fileset>
376 <directory>META-INF</directory>
377 <includes>
378 <include>MANIFEST.MF</include>
379 </includes>
380 </fileset>
381 </filesets>
382 </configuration>
383 </plugin>
384 <plugin>
385 <artifactId>maven-javadoc-plugin</artifactId>
386 <configuration>
387 <skip>true</skip>
388 </configuration>
389 </plugin>
390 <plugin>
391 <artifactId>maven-resources-plugin</artifactId>
392 <configuration>
393 <encoding>UTF-8</encoding>
394 </configuration>
395 </plugin>
396 <plugin>
397 <artifactId>maven-site-plugin</artifactId>
398 <inherited>false</inherited>
399 <configuration>
400 <skip>false</skip>
401 </configuration>
402 </plugin>
403 <plugin>
404 <artifactId>maven-release-plugin</artifactId>
405 <configuration>
406 <goals>deploy</goals>
407 <releaseProfiles>rpmbuild,rpmbuild-tp</releaseProfiles>
408 </configuration>
409 </plugin>
410 <plugin>
411 <groupId>org.apache.felix</groupId>
412 <artifactId>maven-bundle-plugin</artifactId>
413 </plugin>
414 </plugins>
415 </build>
416 <!-- <dependencies> -->
417 <!-- <dependency> -->
418 <!-- <groupId>org.argeo.tp</groupId> -->
419 <!-- <artifactId>binaries</artifactId> -->
420 <!-- <type>pom</type> -->
421 <!-- <version>${version.argeo-distribution}</version> -->
422 <!-- <scope>compile</scope> -->
423 <!-- </dependency> -->
424 <!-- </dependencies> -->
425 <dependencyManagement>
426 <dependencies>
427 <dependency>
428 <groupId>org.argeo.tp</groupId>
429 <artifactId>binaries</artifactId>
430 <version>${version.argeo-distribution}</version>
431 <type>pom</type>
432 <scope>import</scope>
433 </dependency>
434 <!-- Eclipse RAP -->
435 <dependency>
436 <groupId>org.argeo.tp.rap</groupId>
437 <artifactId>binaries</artifactId>
438 <version>${version.argeo-distribution}</version>
439 <type>pom</type>
440 <scope>import</scope>
441 </dependency>
442 <dependency>
443 <groupId>org.argeo.tp.rap.addons</groupId>
444 <artifactId>binaries</artifactId>
445 <version>${version.rap.addons}</version>
446 <type>pom</type>
447 <scope>import</scope>
448 </dependency>
449 <dependency>
450 <groupId>org.argeo.tp.rap.platform</groupId>
451 <artifactId>binaries</artifactId>
452 <version>${version.rap}</version>
453 <type>pom</type>
454 <scope>import</scope>
455 </dependency>
456 </dependencies>
457 </dependencyManagement>
458 <repositories>
459 <repository>
460 <id>argeo-tp</id>
461 <url>http://repo.argeo.org/data/public/java/argeo-tp-1.4</url>
462 <releases>
463 <enabled>true</enabled>
464 <updatePolicy>daily</updatePolicy>
465 <checksumPolicy>warn</checksumPolicy>
466 </releases>
467 </repository>
468 <repository>
469 <id>argeo-tp-rap</id>
470 <url>http://repo.argeo.org/data/public/java/eclipse-rap-2.2</url>
471 <releases>
472 <enabled>true</enabled>
473 <updatePolicy>daily</updatePolicy>
474 <checksumPolicy>warn</checksumPolicy>
475 </releases>
476 </repository>
477 </repositories>
478 <pluginRepositories>
479 <pluginRepository>
480 <id>central</id>
481 <url>http://repo1.maven.org/maven2</url>
482 <releases>
483 <enabled>true</enabled>
484 <updatePolicy>daily</updatePolicy>
485 <checksumPolicy>warn</checksumPolicy>
486 </releases>
487 </pluginRepository>
488 <pluginRepository>
489 <id>argeo-maven-plugins</id>
490 <url>http://repo.argeo.org/data/public/java/argeo-maven-1.1</url>
491 <releases>
492 <enabled>true</enabled>
493 <updatePolicy>daily</updatePolicy>
494 <checksumPolicy>warn</checksumPolicy>
495 </releases>
496 </pluginRepository>
497 </pluginRepositories>
498 <distributionManagement>
499 <repository>
500 <id>staging</id>
501 <url>dav:https://repo.argeo.org/data/files/java/argeo-commons-${developmentCycle.argeo-commons}</url>
502 <uniqueVersion>false</uniqueVersion>
503 </repository>
504 <site>
505 <id>site</id>
506 <url>dav:https://repo.argeo.org/data/files/docs/argeo-commons-${developmentCycle.argeo-commons}</url>
507 </site>
508 </distributionManagement>
509 </project>