diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-06-19 09:27:20 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-08-02 15:01:18 +0200 |
commit | a684d478f8b81bba83123d4f1fd1ec3c29df73ca (patch) | |
tree | c959b96b607ef254c88f0bc54acf167c7c7116a5 /prh-app-server | |
parent | 2a6eb947e7e0b54bf5c721b53a27e252f1e97e35 (diff) |
Amend
*changes from da622e8de3a05c0c2e9787f7854c3d1ef7230eae
hash commit
Change-Id: I527e50032935713b6260e941be5a02e85879f1dd
Issue-ID: DCAEGEN2-557
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'prh-app-server')
-rw-r--r-- | prh-app-server/pom.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index aad1c99a..dbe3d1b7 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -91,7 +91,7 @@ <configuration> <skipDockerBuild>false</skipDockerBuild> <imageName> - ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId} + ${docker.repo.url}/onap/${project.groupId}.${project.artifactId} </imageName> <baseImage>openjdk:8-jre-alpine</baseImage> <entryPoint>["java", "-jar", "/opt/${project.fatJar.finalName}.jar"]</entryPoint> @@ -119,6 +119,18 @@ <serverId>${docker.repo.url}</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> + <skipNexusStagingDeployMojo>${nexus.staging}</skipNexusStagingDeployMojo> + </configuration> + </plugin> </plugins> </build> <dependencies> @@ -182,7 +194,7 @@ <groupId>org.onap.dcaegen2.services.prh</groupId> <artifactId>prh-commons</artifactId> <version>1.0.0-SNAPSHOT</version> - </dependency> + </dependency> <!-- LOGGING DEPENDENCIES--> |