aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/pom.xml
diff options
context:
space:
mode:
authorwasala <przemyslaw.wasala@nokia.com>2018-06-18 11:45:08 +0200
committerwasala <przemyslaw.wasala@nokia.com>2018-08-02 15:00:19 +0200
commit2a6eb947e7e0b54bf5c721b53a27e252f1e97e35 (patch)
treebee43daafc70d2c4858c056290fd2c34a1c240eb /prh-app-server/pom.xml
parent2b9c874cff4364b6ce2ac59b57eef6c3f13f59f1 (diff)
Added build step CI in gitlab
Change-Id: I11430c0dfe9c8794d1266c5fd675712f83d30e3e Issue-ID: DCAEGEN2-557 Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r--prh-app-server/pom.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml
index 5706dc93..aad1c99a 100644
--- a/prh-app-server/pom.xml
+++ b/prh-app-server/pom.xml
@@ -37,6 +37,8 @@
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshots.path>content/repositories/snapshots/</snapshots.path>
<releases.path>content/repositories/releases/</releases.path>
+ <docker.repo.url>${onap.nexus.dockerregistry.daily}</docker.repo.url>
+ <nexus.staging>false</nexus.staging>
</properties>
<build>
<plugins>
@@ -114,18 +116,7 @@
<imageTag>${project.version}</imageTag>
<imageTag>latest</imageTag>
</imageTags>
- <serverId>${onap.nexus.dockerregistry.daily}</serverId>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <serverId>ecomp-staging</serverId>
- <nexusUrl>${nexusproxy}</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>${docker.repo.url}</serverId>
</configuration>
</plugin>
</plugins>