[maven-release-plugin] copy for tag argeo-commons-0.2.0
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index eba707741351baa1613b5ce3674cd0b6f1704551..3d26210fd415768a1252c3d56e49e233a1d40064 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,14 +8,14 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>0.1.3-SNAPSHOT</version>
+       <version>0.2.0</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>
+               <version.argeo-distribution>1.0.4</version.argeo-distribution>
+               <version.argeo-ria>0.12.4</version.argeo-ria>
+               <version.maven-argeo-osgi>0.1.28</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>
@@ -23,9 +23,9 @@
        </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://www.argeo.org/svn/commons/tags/argeo-commons-0.2.0</connection>
+               <developerConnection>scm:svn:https://www.argeo.org/svn/commons/tags/argeo-commons-0.2.0</developerConnection>
+               <url>https://www.argeo.org/svn/commons/tags/argeo-commons-0.2.0</url>
        </scm>
        <licenses>
                <license>
@@ -71,6 +71,7 @@ limitations under the License.
                <module>osgi</module>
                <module>server</module>
                <module>security</module>
+               <module>sandbox</module>
        </modules>
        <build>
                <pluginManagement>
@@ -172,6 +173,35 @@ limitations under the License.
                                        <preparationGoals>clean install</preparationGoals>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>com.mycila.maven-license-plugin</groupId>
+                               <artifactId>maven-license-plugin</artifactId>
+                               <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>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>check</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
        </build>
        <dependencyManagement>