summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-15 09:26:49 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-07-15 09:29:21 +0200
commitc5b43b7d4534ba0c2db8e84443ccc4bb89d47c6d (patch)
tree541537ea14f588d5ab34648f6b2ec2c71005639e
parentb71afd3e87d44b36e94b8b11218d8f5f211d67c7 (diff)
Maven staging plugin removed
Required by global-jjb Change-Id: I2a711fc81bb39aa5c9b1fb6ae90793253f7ed475 Issue-ID: SDC-2444 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
-rw-r--r--.gitreview2
-rw-r--r--pom.xml13
2 files changed, 1 insertions, 14 deletions
diff --git a/.gitreview b/.gitreview
index 45f66c9..491b9c9 100644
--- a/.gitreview
+++ b/.gitreview
@@ -1,4 +1,4 @@
[gerrit]
host=gerrit.onap.org
port=29418
-project=sdc/jtosca.git
+project=sdc/dcae-d/dt-be-property.git
diff --git a/pom.xml b/pom.xml
index 0183299..1324c87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,6 @@
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
<nexus.snapshots>snapshots</nexus.snapshots>
<nexus.releases>releases</nexus.releases>
- <staging.profile.id>176c31dfe190a</staging.profile.id>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
<sonar.skipDesign>true</sonar.skipDesign>
@@ -158,18 +157,6 @@
</dependency>
</dependencies>
</plugin>
- <!-- Staging Plugin -->
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${nexus.proxy}</nexusUrl>
- <stagingProfileId>${staging.profile.id}</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>