Define DAV protocol for stage plugin 57/20257/1 release-1.3.1 v1.3.1
authorChristopher Lott (cl778h) <clott@research.att.com>
Mon, 23 Oct 2017 23:43:45 +0000 (19:43 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Mon, 23 Oct 2017 23:44:14 +0000 (19:44 -0400)
This was missed in the previous commit, somehow.

Issue: PORTAL-89
Change-Id: Ia0482f5b77e4ec3107669b71422a6d660e685308
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
ecomp-sdk/pom.xml

index b7801e9..d6a0d98 100644 (file)
        </profiles>
 
        <build>
+               <pluginManagement>
+                       <plugins>
+                               <!-- maven-site-plugin config is provided by OParent -->
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-site-plugin</artifactId>
+                                       <version>3.6</version>
+                                       <dependencies>
+                                               <dependency>
+                                                       <groupId>org.apache.maven.wagon</groupId>
+                                                       <artifactId>wagon-webdav-jackrabbit</artifactId>
+                                                       <version>2.10</version>
+                                               </dependency>
+                                       </dependencies>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+
                <plugins>
 
                        <!-- Compile to Java 1.8 class output format -->
                <!-- Javadocs -->
                <site>
                        <id>ecomp-site</id>
-                       <url>dav:${nexusproxy}${sitePath}</url>
+                       <url>dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url>
                </site>
        </distributionManagement>