diff options
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r-- | prh-app-server/pom.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index 23a12e1d..c1f699ef 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -34,6 +34,9 @@ <properties> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> <project.fatJar.finalName>prh-app-server</project.fatJar.finalName> + <nexusproxy>https://nexus.onap.org</nexusproxy> + <snapshots.path>content/repositories/snapshots/</snapshots.path> + <releases.path>content/repositories/releases/</releases.path> </properties> <build> <plugins> @@ -60,15 +63,6 @@ <plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>1.0.0</version> - <executions> - <execution> - <goals> - <goal>build</goal> - </goals> - <phase>package</phase> - </execution> - </executions> <configuration> <skipDockerBuild>false</skipDockerBuild> <imageName> @@ -204,7 +198,7 @@ <!-- IMPORT DEPENDENCY MANAGEMENT FROM SPRING BOOT --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>2.0.0.RELEASE</version> + <version>2.0.1.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> |