diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-05-09 16:47:15 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-05-09 16:51:47 -0400 |
commit | 44a3a73da518d95c195c8fe666d2be1387ff8aa3 (patch) | |
tree | ec72fdcffe90cb94261aa2bd11c138b26241b854 /dcae_dmaapbc_webapp/dbca-os | |
parent | f384ed9bfbfaa6ecc38ccb2980c1008dc3a287cc (diff) |
[Portal-7] restore deploy target to dbca-os
Change-Id: Ia56ab190eb709d75e906c248390ade77c576952e
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_webapp/dbca-os')
-rw-r--r-- | dcae_dmaapbc_webapp/dbca-os/pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-os/pom.xml b/dcae_dmaapbc_webapp/dbca-os/pom.xml index 7d3f08d..36ffddf 100644 --- a/dcae_dmaapbc_webapp/dbca-os/pom.xml +++ b/dcae_dmaapbc_webapp/dbca-os/pom.xml @@ -23,6 +23,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> + <sitePath>/content/sites/site/org/openecomp/ui/dmaapbc/${project.version}</sitePath> </properties> <repositories> @@ -99,14 +100,6 @@ </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.8</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> <version>1.4.0</version> @@ -188,6 +181,13 @@ </dependency> </dependencies> + <distributionManagement> + <site> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> + </site> + </distributionManagement> + <pluginRepositories> <!-- Black Duck plugin dependencies --> <pluginRepository> |