]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Use Argeo Parent v1.2.0
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0b37769d23f193ec718250cc475abae8d6118c3e..4401bc80e056be7c4748321d4a2accffe72e5bd2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,29 +3,30 @@
        <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-SNAPSHOT</version>
        <properties>
-               <developmentCycle>0.12</developmentCycle>
-               <version.argeo-distribution>1.0.4-SNAPSHOT</version.argeo-distribution>
-               <version.argeo-ria>0.12.3</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-SNAPSHOT</version.argeo-distribution>
+               <version.argeo-ria>0.12.5-SNAPSHOT</version.argeo-ria>
+               <version.argeo-commons>0.2.1-SNAPSHOT</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.27</version.maven-argeo-osgi>
-               <version.maven-argeo-qooxdoo>0.8.3.0</version.maven-argeo-qooxdoo>
+               <version.maven-argeo-osgi>0.1.29-SNAPSHOT</version.maven-argeo-osgi>
+               <version.maven-argeo-qooxdoo>1.1.0-SNAPSHOT</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>eclipse</module>
+               <module>dep</module>
                <module>server</module>
                <module>demo</module>
                <module>integration-tests</module>
@@ -35,7 +36,8 @@
        <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>
+               <developerConnection>scm:svn:https://www.argeo.org/svn/slc/trunk
+               </developerConnection>
                <url>https://www.argeo.org/svn/slc/trunk</url>
        </scm>
        <issueManagement>
@@ -50,7 +52,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,7 +191,29 @@ 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>
                        </plugin>
                </plugins>
@@ -247,6 +271,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>