]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d28d7d2e30fdb9e80053bc1df52df76e5245ea3c..ef60772fe4b85b312a17b52a190aaa2f938cb8be 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,44 +3,45 @@
        <parent>
                <groupId>org.argeo</groupId>
                <artifactId>parent</artifactId>
-               <version>1.0.0</version>
+               <version>1.2.0</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.12.2-SNAPSHOT</version>
+       <version>0.13.0</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>
-               <version.equinox>3.5.1.R35x_v20090827</version.equinox>
+               <developmentCycle>0.13</developmentCycle>
+               <version.argeo-distribution>1.1.0</version.argeo-distribution>
+               <version.argeo-ria>0.12.5</version.argeo-ria>
+               <version.argeo-commons>0.2.1</version.argeo-commons>
+               <version.equinox>3.6.1</version.equinox>
                <version.maven-bundle-plugin>2.0.1</version.maven-bundle-plugin>
-               <version.maven-argeo-osgi>0.1.28-SNAPSHOT</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>
+               <version.maven-argeo-osgi>0.1.29</version.maven-argeo-osgi>
+               <version.maven-argeo-qooxdoo>1.1.0</version.maven-argeo-qooxdoo>
+               <site.repoBase>file:///srv/projects/www/site</site.repoBase>
+               <site.urlBase>http://projects.argeo.org/slc/site</site.urlBase>
        </properties>
        <modules>
                <module>runtime</module>
-               <module>dep</module>
                <module>modules</module>
+               <module>eclipse</module>
                <module>server</module>
                <module>demo</module>
+               <module>dep</module>
                <module>integration-tests</module>
-               <!-- <module>archetypes</module>-->
+               <!-- <module>archetypes</module> -->
                <module>dist</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://svn.argeo.org/slc/tags/argeo-slc-0.13.0</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-0.13.0</developerConnection>
+               <url>https://svn.argeo.org/slc/tags/argeo-slc-0.13.0</url>
        </scm>
        <issueManagement>
                <system>Bugzilla</system>
-               <url>https://www.argeo.org/bugzilla/</url>
+               <url>https://bugzilla.argeo.org</url>
        </issueManagement>
        <licenses>
                <license>
@@ -50,7 +51,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.
@@ -176,11 +177,7 @@ limitations under the License.
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
-                               <version>2.0-beta-5</version>
-                               <!--
-                                       The site plugin is buggy with multi modules.
-                                       http://jira.codehaus.org/browse/MSITE-276
-                               -->
+                               <version>2.1.1</version>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
@@ -188,8 +185,29 @@ limitations under the License.
                                <configuration>
                                        <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>
                        </plugin>
                </plugins>
@@ -292,14 +310,6 @@ limitations under the License.
                                <artifactId>org.argeo.slc.support.jemmy</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-                       <!--
-                               <dependency> <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.support.ws.client</artifactId>
-                               <version>${project.version}</version> </dependency> <dependency>
-                               <groupId>org.argeo.slc</groupId>
-                               <artifactId>org.argeo.slc.webapp</artifactId>
-                               <version>${project.version}</version> <type>war</type> </dependency>
-                       -->
                        <dependency>
                                <groupId>org.argeo.slc.server</groupId>
                                <artifactId>org.argeo.slc.ria</artifactId>
@@ -311,11 +321,6 @@ limitations under the License.
                                <artifactId>org.argeo.ria.core</artifactId>
                                <version>${version.argeo-ria}</version>
                        </dependency>
-                       <!--
-                               <dependency> <groupId>org.argeo.slc.server</groupId>
-                               <artifactId>bundles</artifactId> <version>0.11.3-SNAPSHOT</version>
-                               <type>pom</type> </dependency>
-                       -->
                        <dependency>
                                <groupId>org.argeo.slc.server</groupId>
                                <artifactId>deploy</artifactId>
@@ -366,7 +371,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>