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 | |
parent | f384ed9bfbfaa6ecc38ccb2980c1008dc3a287cc (diff) |
[Portal-7] restore deploy target to dbca-os
Change-Id: Ia56ab190eb709d75e906c248390ade77c576952e
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r-- | dcae_dmaapbc_webapp/.gitignore | 1 | ||||
-rw-r--r-- | dcae_dmaapbc_webapp/dbca-os/pom.xml | 16 | ||||
-rw-r--r-- | dcae_dmaapbc_webapp/pom.xml | 13 | ||||
-rw-r--r-- | pom.xml | 13 |
4 files changed, 34 insertions, 9 deletions
diff --git a/dcae_dmaapbc_webapp/.gitignore b/dcae_dmaapbc_webapp/.gitignore index 6612895..17b5c5a 100644 --- a/dcae_dmaapbc_webapp/.gitignore +++ b/dcae_dmaapbc_webapp/.gitignore @@ -1,5 +1,4 @@ /.project /.settings/ -/dbca-att/ /target/ /catalina.base_IS_UNDEFINED/ 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> diff --git a/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml index 38725ed..bc50aa0 100644 --- a/dcae_dmaapbc_webapp/pom.xml +++ b/dcae_dmaapbc_webapp/pom.xml @@ -15,4 +15,17 @@ <module>dbca-os</module> </modules> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> + </project> @@ -12,4 +12,17 @@ <module>dcae_dmaapbc_webapp</module> </modules> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> + </project> |