]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
IMprove site generation
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 11 Dec 2012 16:49:53 +0000 (16:49 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 11 Dec 2012 16:49:53 +0000 (16:49 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5964 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index 34d1fddd393ecca1829f2584f72d2a82293a47ff..1a379042450e9d9fa1cf122a38e7889e774de975 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,5 @@
-<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>
@@ -121,8 +122,22 @@ limitations under the License.
                </repository>
                <site>
                        <id>site</id>
-                       <name>SLC Site</name>
                        <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>