]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Add a template for an SLC execution to import a new distribution as a Zip in a repository
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 90d5a3550a8e4d2f5a115abb840802341d85d220..b61f5928aaa7c3a6555f36d287e44d2814aa9ccf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,30 +3,29 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>1.1.3</version>
+               <version>1.2.2-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>1.1.3-SNAPSHOT</version>
+       <version>1.1.13-SNAPSHOT</version>
        <properties>
                <developmentCycle.slc>1.1</developmentCycle.slc>
                <developmentCycle.startDate>2012-06-27</developmentCycle.startDate>
-               <site.repoBase>file:///srv/projects/www/slc/site</site.repoBase>
-               <site.urlBase>http://projects.argeo.org/slc/site</site.urlBase>
-               <version.slc>${developmentCycle.slc}.2</version.slc>
+               <version.slc>1.1.13-SNAPSHOT</version.slc>
        </properties>
        <modules>
                <module>runtime</module>
                <module>modules</module>
-               <module>eclipse</module>
-               <module>demo</module>
+               <module>plugins</module>
+               <module>lib</module>
                <module>dep</module>
-               <!-- <module>integration-tests</module> -->
+               <module>archetypes</module>
                <module>dist</module>
+               <module>demo</module>
        </modules>
-       <url>${site.urlBase}/${developmentCycle.slc}</url>
+       <url>http://projects.argeo.org/slc/</url>
        <scm>
                <connection>scm:svn:https://svn.argeo.org/slc/trunk</connection>
                <developerConnection>scm:svn:https://svn.argeo.org/slc/trunk</developerConnection>
@@ -41,7 +40,7 @@
                        <comments><![CDATA[
 SLC (Software Life Cycle) framework
                           
-Copyright 2011 Mathieu Baudier
+Copyright (C) 2007-2012 Argeo GmbH
 
 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
 you may not use this file except in compliance with the License.
@@ -106,7 +105,7 @@ limitations under the License.
        <repositories>
                <repository>
                        <id>argeo-commons</id>
-                       <url>http://dev.argeo.org/org.argeo.jcr.webapp/public/java/org.argeo.commons-1.1.x</url>
+                       <url>http://repo.argeo.org/data/public/java/org.argeo.commons-1.2.x</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
@@ -117,13 +116,27 @@ limitations under the License.
        <distributionManagement>
                <repository>
                        <id>staging</id>
-                       <url>dav:http://localhost:7080/org.argeo.jcr.webapp/webdav/java/org.argeo.slc-1.1.x</url>
+                       <url>dav:https://repo.argeo.org/data/files/java/org.argeo.slc-${developmentCycle.slc}.x</url>
                        <uniqueVersion>false</uniqueVersion>
                </repository>
                <site>
-                       <id>argeo-slc-site</id>
-                       <name>SLC Site</name>
-                       <url>file://${site.repoBase}/${project.version}</url>
+                       <id>site</id>
+                       <url>dav:https://repo.argeo.org/data/files/docs/org.argeo.slc-${developmentCycle.slc}.x</url>
                </site>
        </distributionManagement>
+       <profiles>
+               <profile>
+                       <id>localrepo</id>
+                       <distributionManagement>
+                               <repository>
+                                       <id>localrepo</id>
+                                       <url>dav:http://localhost:7070/data/files/java/org.argeo.slc-${developmentCycle.slc}.x</url>
+                               </repository>
+                               <site>
+                                       <id>site</id>
+                                       <url>dav:http://localhost:7070/data/files/docs/org.argeo.slc-${developmentCycle.slc}.x</url>
+                               </site>
+                       </distributionManagement>
+               </profile>
+       </profiles>
 </project>