]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.12.2
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ad48eec3fda46eb27cb13c1b93f2582220b04590..eddd098ac5c736f4bcef8bb2c6ab4cb53431b80c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,23 +9,23 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.12.2-SNAPSHOT</version>
+       <version>0.12.2</version>
        <properties>
-               <developmentCycle>0.12</developmentCycle>
-               <version.argeo-distribution>1.0.4-SNAPSHOT</version.argeo-distribution>
-               <version.argeo-ria>0.12.4-SNAPSHOT</version.argeo-ria>
-               <version.argeo-commons>0.1.3-SNAPSHOT</version.argeo-commons>
+               <developmentCycle>0.13</developmentCycle>
+               <version.argeo-distribution>1.0.4</version.argeo-distribution>
+               <version.argeo-ria>0.12.4</version.argeo-ria>
+               <version.argeo-commons>0.2.0</version.argeo-commons>
                <version.equinox>3.5.1.R35x_v20090827</version.equinox>
                <version.maven-bundle-plugin>2.0.1</version.maven-bundle-plugin>
-               <version.maven-argeo-osgi>0.1.27</version.maven-argeo-osgi>
+               <version.maven-argeo-osgi>0.1.28</version.maven-argeo-osgi>
                <version.maven-argeo-qooxdoo>0.8.3.0</version.maven-argeo-qooxdoo>
                <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
                <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
        </properties>
        <modules>
                <module>runtime</module>
-               <module>dep</module>
                <module>modules</module>
+               <module>dep</module>
                <module>server</module>
                <module>demo</module>
                <module>integration-tests</module>
        </modules>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
-               <developerConnection>scm:svn:https://www.argeo.org/svn/slc/trunk</developerConnection>
-               <url>https://www.argeo.org/svn/slc/trunk</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.2</connection>
+               <developerConnection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.2
+               </developerConnection>
+               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.2</url>
        </scm>
        <issueManagement>
                <system>Bugzilla</system>
@@ -50,7 +51,7 @@
                        <comments><![CDATA[
 SLC - Software LifeCycle framework
                           
-Copyright 2008 Mathieu Baudier - Argeo e.U.
+Copyright 2010 Mathieu Baudier - Argeo SASU.
 
 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
 you may not use this file except in compliance with the License.
@@ -189,9 +190,38 @@ limitations under the License.
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
                                        <releaseProfiles>release</releaseProfiles>
                                        <goals>deploy</goals>
-                                       <preparationGoals>clean argeo-osgi:update-manifests install</preparationGoals>
+                                       <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>