diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-17 14:26:04 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-17 16:35:08 -0400 |
commit | bbe7f58af19c7e07d4dbf67f072ca835ebf3dd84 (patch) | |
tree | c38cf60cb1cb9891274a74ea1cbb256982d20767 /pom.xml | |
parent | 06d52fb1b4f69547193e390796297133313e293d (diff) |
Disable staging pluginscasablanca
Disable staging plugin to avoid interfering with staging Jenkins job
Change-Id: If35283e981a8862047d67c7e586240ed80974061
Issue-ID: CCSDK-1166
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 21 |
1 files changed, 2 insertions, 19 deletions
@@ -1,13 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3</version> + <version>1.1.4</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> @@ -38,19 +36,4 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> - <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://${onap.nexus.host}</nexusUrl> - <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> - <serverId>${onap.nexus.staging.server-id}</serverId> - </configuration> - </plugin> - </plugins> - </build> </project> |