diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-23 19:43:45 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-23 19:44:14 -0400 |
commit | 5eb302b890ef11d7bab5b27b91c77c5d9175a7f4 (patch) | |
tree | 3d320ab7082816e6d6fc44065dfde9f690e63a93 /ecomp-sdk/pom.xml | |
parent | 335046911b4812e49d59a9c1da126c491a2177c0 (diff) |
Define DAV protocol for stage pluginv1.3.1release-1.3.1
This was missed in the previous commit, somehow.
Issue: PORTAL-89
Change-Id: Ia0482f5b77e4ec3107669b71422a6d660e685308
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r-- | ecomp-sdk/pom.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index b7801e90..d6a0d98b 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -77,6 +77,24 @@ </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 --> @@ -171,7 +189,7 @@ <!-- 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> |