diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-17 15:26:38 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-17 15:26:41 -0400 |
commit | dc63c6821144ac87c94d2e2a63863537f460924f (patch) | |
tree | d7c5c7122eb51c4c7389bd1979f35cc233317044 /odlparent/karaf4-parent | |
parent | e1d7eb376cf7edab7cee1043b7fae23280155fe4 (diff) |
Fix staging build1.1.4casablanca
Fix staging build for casablanca. This needs to be done to create
release version for 3.0.2 mtce release.
Change-Id: I81647c621e9c934d9672396aed75e9d541ba2a95
Issue-ID: CCSDK-1166
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlparent/karaf4-parent')
-rwxr-xr-x | odlparent/karaf4-parent/pom.xml | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml index b7a26547..a80d1eff 100755 --- a/odlparent/karaf4-parent/pom.xml +++ b/odlparent/karaf4-parent/pom.xml @@ -411,7 +411,29 @@ </profile> <!-- End of profiles from ONAP oparent --> - + <profile> + <id>nexus-staging</id> + <activation> + <property> + <name>!altDeploymentRepository</name> + </property> + </activation> + <build> + <plugins> + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>https://nexus.onap.org</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> + </plugins> + </build> + </profile> </profiles> @@ -1122,17 +1144,6 @@ </executions> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${onap.nexus.url}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.5</version> |