Site deployment
authormbaudier <mbaudier@europe>
Sun, 15 Jul 2018 11:47:29 +0000 (13:47 +0200)
committermbaudier <mbaudier@europe>
Sun, 15 Jul 2018 11:47:29 +0000 (13:47 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 6403dce9935739ba9d670614716ce9e9b8736374..a1a6446657c0605fed85bf3594f522cdff99a293 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -145,13 +145,6 @@ which are used as well as that of the covered work.]]>
                        </releases>
                </repository>
        </repositories>
-       <distributionManagement>
-               <repository>
-                       <id>staging</id>
-                       <url>dav:https://forge.argeo.org/data/java/argeo-extras-2.1</url>
-                       <uniqueVersion>false</uniqueVersion>
-               </repository>
-       </distributionManagement>
        <reporting>
                <plugins>
                        <plugin>
@@ -219,4 +212,21 @@ which are used as well as that of the covered work.]]>
                        </plugin>
                </plugins>
        </reporting>
+       <distributionManagement>
+               <site>
+                       <id>staging</id>
+                       <url>dav:https://forge.argeo.org/data/docs/argeo-2.1/site/argeo-suite/</url>
+               </site>
+       </distributionManagement>
+       <profiles>
+               <profile>
+                       <id>localrepo</id>
+                       <distributionManagement>
+                               <site>
+                                       <id>staging</id>
+                                       <url>dav:http://localhost:7080/data/docs/argeo-2.1/site/argeo-suite/</url>
+                               </site>
+                       </distributionManagement>
+               </profile>
+       </profiles>
 </project>