]> 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 cd20ada69366772b7253881c4ba2fa1a8d26b45d..ef60772fe4b85b312a17b52a190aaa2f938cb8be 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,41 +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.1-SNAPSHOT</version>
+       <version>0.13.0</version>
+       <properties>
+               <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.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>
-       <properties>
-               <developmentCycle>0.12</developmentCycle>
-               <version.argeo-ria>0.12.0</version.argeo-ria>
-               <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
-               <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
-               <version.maven-argeo-osgi>0.1.21</version.maven-argeo-osgi>
-               <version.maven-argeo-qooxdoo>0.8.2.1</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>
        <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>
@@ -47,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.
@@ -149,7 +153,6 @@ limitations under the License.
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>buildnumber-maven-plugin</artifactId>
-                               <version>1.0-beta-3</version>
                                <executions>
                                        <execution>
                                                <phase>validate</phase>
@@ -174,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>
@@ -186,7 +185,29 @@ limitations under the License.
                                <configuration>
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
                                        <releaseProfiles>release</releaseProfiles>
-                                       <goals>deploy</goals>
+                                       <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>
@@ -194,6 +215,15 @@ limitations under the License.
        </build>
        <dependencyManagement>
                <dependencies>
+                       <!-- Third Parties -->
+                       <dependency>
+                               <groupId>org.argeo.dep</groupId>
+                               <artifactId>versions-all</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+
                        <!-- SLC (itself) -->
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
@@ -235,6 +265,11 @@ limitations under the License.
                                <artifactId>org.argeo.slc.support.ant</artifactId>
                                <version>${project.version}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.maven</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.hibernate</artifactId>
@@ -252,12 +287,12 @@ limitations under the License.
                        </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.server</artifactId>
+                               <artifactId>org.argeo.slc.support.jcr</artifactId>
                                <version>${project.version}</version>
                        </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.osgiboot</artifactId>
+                               <artifactId>org.argeo.slc.server</artifactId>
                                <version>${project.version}</version>
                        </dependency>
                        <dependency>
@@ -275,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>
@@ -294,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>
@@ -315,19 +337,41 @@ limitations under the License.
                                <classifier>dist</classifier>
                        </dependency>
 
+                       <!-- Argeo Commons -->
                        <dependency>
-                               <groupId>org.argeo.dep</groupId>
-                               <artifactId>versions</artifactId>
-                               <version>1.0.0</version>
+                               <groupId>org.argeo.commons.security</groupId>
+                               <artifactId>org.argeo.security.dep.ads</artifactId>
+                               <version>${version.argeo-commons}</version>
                                <type>pom</type>
-                               <scope>import</scope>
                        </dependency>
+                       <dependency>
+                               <groupId>org.argeo.commons.osgi</groupId>
+                               <artifactId>org.argeo.osgi.boot</artifactId>
+                               <version>${version.argeo-commons}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.commons.server</groupId>
+                               <artifactId>org.argeo.server.ads</artifactId>
+                               <version>${version.argeo-commons}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.commons.server</groupId>
+                               <artifactId>org.argeo.server.dep.jackrabbit.server</artifactId>
+                               <version>${version.argeo-commons}</version>
+                               <type>pom</type>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.commons.server</groupId>
+                               <artifactId>org.argeo.server.jackrabbit</artifactId>
+                               <version>${version.argeo-commons}</version>
+                       </dependency>
+
                </dependencies>
        </dependencyManagement>
        <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>
@@ -340,6 +384,13 @@ limitations under the License.
                        </snapshots>
                </repository>
        </repositories>
+       <distributionManagement>
+               <site>
+                       <id>argeo-slc-site</id>
+                       <name>SLC Site</name>
+                       <url>file://${site.repoBase}/${developmentCycle}/</url>
+               </site>
+       </distributionManagement>
        <reporting>
                <plugins>
                        <plugin>
@@ -369,6 +420,7 @@ limitations under the License.
                                <inherited>false</inherited>
                                <configuration>
                                        <aggregate>true</aggregate>
+                                       <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
                        <plugin>
@@ -386,10 +438,6 @@ limitations under the License.
                                        <aggregate>true</aggregate>
                                </configuration>
                        </plugin>
-                       <!--
-                               <plugin> <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>scmchangelog-maven-plugin</artifactId> </plugin>
-                       -->
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>taglist-maven-plugin</artifactId>
@@ -402,11 +450,6 @@ limitations under the License.
                                        </tags>
                                </configuration>
                        </plugin>
-                       <!--
-                               <plugin> <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>clirr-maven-plugin</artifactId>
-                               <inherited>false</inherited> </plugin>
-                       -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-changelog-plugin</artifactId>