[maven-release-plugin] copy for tag argeo-commons-0.2.1
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a19e622376fbb2b8be6c5dd8fc354c042cf4371a..8e524c929382950f586d62d37f1928e434117103 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,31 +1,31 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo</groupId>
                <artifactId>parent</artifactId>
-               <version>1.0.0</version>
+               <version>1.2.0</version>
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>0.1.2-SNAPSHOT</version>
+       <version>0.2.1</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <properties>
-               <developmentCycle>0.1</developmentCycle>
-               <version.argeo-distribution>1.0.2</version.argeo-distribution>
-               <version.argeo-ria>0.12.2</version.argeo-ria>
-               <version.maven-argeo-osgi>0.1.25</version.maven-argeo-osgi>
+               <developmentCycle>0.2</developmentCycle>
+               <version.argeo-distribution>1.1.0</version.argeo-distribution>
+               <version.argeo-ria>0.12.4</version.argeo-ria>
+               <version.maven-argeo-osgi>0.1.29</version.maven-argeo-osgi>
                <version.maven-bundle-plugin>2.0.1</version.maven-bundle-plugin>
-               <version.maven-argeo-qooxdoo>0.8.3.0</version.maven-argeo-qooxdoo>
-               <site.repoBase>file:///var/argeo/projects/commons/www/site</site.repoBase>
-               <site.urlBase>http://www.argeo.org/projects/commons/site</site.urlBase>
+               <version.maven-argeo-qooxdoo>1.1.0</version.maven-argeo-qooxdoo>
+               <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
+               <site.urlBase>http://projects.argeo.org/commons/site</site.urlBase>
        </properties>
+       <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/commons/trunk</connection>
-               <developerConnection>scm:svn:https://www.argeo.org/svn/commons/trunk</developerConnection>
-               <url>https://www.argeo.org/svn/commons/trunk</url>
+               <connection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.2.1</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.2.1</developerConnection>
+               <url>https://svn.argeo.org/commons/tags/argeo-commons-0.2.1</url>
        </scm>
        <licenses>
                <license>
@@ -35,7 +35,7 @@
                        <comments><![CDATA[
 SLC - Software LifeCycle framework
                           
-Copyright 2008 Mathieu Baudier - Argeo e.U.
+Copyright 2010 Mathieu Baudier
 
 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
 you may not use this file except in compliance with the License.
@@ -71,6 +71,8 @@ limitations under the License.
                <module>osgi</module>
                <module>server</module>
                <module>security</module>
+               <module>eclipse</module>
+               <module>sandbox</module>
        </modules>
        <build>
                <pluginManagement>
@@ -162,6 +164,7 @@ limitations under the License.
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
+                               <version>2.1.1</version>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
@@ -169,6 +172,30 @@ limitations under the License.
                                <configuration>
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
                                        <releaseProfiles>release</releaseProfiles>
+                                       <preparationGoals>clean install</preparationGoals>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>com.mycila.maven-license-plugin</groupId>
+                               <artifactId>maven-license-plugin</artifactId>
+                               <version>1.8.0</version>
+                               <configuration>
+                                       <header>license-apache2-header.txt</header>
+                                       <failIfMissing>true</failIfMissing>
+                                       <aggregate>true</aggregate>
+                                       <includes>
+                                               <include>src/**/*.java</include>
+                                               <include>src/**/*.xml</include>
+                                       </includes>
+                                       <excludes>
+                                               <exclude>**/springutil/**</exclude>
+                                               <exclude>**/qooxdoo-sdk/**</exclude>
+                                       </excludes>
+                                       <useDefaultExcludes>true</useDefaultExcludes>
+                                       <mapping>
+                                               <java>SLASHSTAR_STYLE</java>
+                                               <xml>XML_STYLE</xml>
+                                       </mapping>
                                </configuration>
                        </plugin>
                </plugins>
@@ -187,7 +214,7 @@ limitations under the License.
        <repositories>
                <repository>
                        <id>argeo</id>
-                       <url>http://www.argeo.org/maven/argeo</url>
+                       <url>http://maven.argeo.org/argeo</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>