]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Introduce localScriptCopy
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a26521b4ec73c3579eba47b83639580e49d2b407..bc3765b28ea4d69c3d380d2beeb981d35cdd02b1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,33 +1,31 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>1.1.3-SNAPSHOT</version>
+               <version>1.2.3</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>1.1.2-SNAPSHOT</version>
+       <version>1.1.15-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-SNAPSHOT</version.slc>
+               <version.slc>1.1.15-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>
@@ -42,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.
@@ -107,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.2</url>
+                       <url>http://repo.argeo.org/data/public/java/org.argeo.commons-1.2.x</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
@@ -118,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-${version.slc}</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>staging</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>