Site upload (only javadocs and xref)
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Apr 2017 17:44:06 +0000 (19:44 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Apr 2017 17:44:06 +0000 (19:44 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 00656049b077818bb31833efaea1212a3c757a20..7e264880fc15dcd1e8b53eafa15cb1ed551bcb62 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -376,9 +376,9 @@ limitations under the License.
                        <plugin>
                                <artifactId>maven-site-plugin</artifactId>
                                <inherited>false</inherited>
-<!--                           <configuration> -->
-<!--                                   <skip>true</skip> -->
-<!--                           </configuration> -->
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <artifactId>maven-release-plugin</artifactId>
@@ -483,10 +483,11 @@ limitations under the License.
                                <repository>
                                        <id>staging</id>
                                        <url>dav:http://localhost:7080/data/java/argeo-${developmentCycle.argeo-commons}</url>
+                                       <uniqueVersion>false</uniqueVersion>
                                </repository>
                                <site>
                                        <id>staging</id>
-                                       <url>dav:http://localhost:7080/files/docs/argeo-${developmentCycle.argeo-commons}</url>
+                                       <url>dav:http://localhost:7080/data/docs/argeo-${developmentCycle.argeo-commons}</url>
                                </site>
                        </distributionManagement>
                </profile>