diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-08-06 12:05:00 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-08-06 13:40:26 +0200 |
commit | dea7453051ff7c1e9c8d1dea26f42a318ca9fc2c (patch) | |
tree | e98511a0af3d9c3f492ce2c033acb239d2740245 /pom.xml | |
parent | ddf360bd400fdbb1485b7e507ec53ffa9cb882ba (diff) |
Fix maven build issue in truststore-merger
-update pom in truststore-merger
-update UT
-update log messages
Issue-ID: DCAEGEN2-2253
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I0cc8caf39851344c3a6a868ea6aac1fff6e4183e
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> - <sitePath>/content/sites/site/org/onap/oom/cert-service/${project.artifactId}/${project.version}</sitePath> + <sitePath>/content/sites/site/org/onap/oom/platform/cert-service/${project.artifactId}/${project.version}</sitePath> <java.version>11</java.version> <springdoc-openapi-maven-plugin.apiDocsUrl>http://localhost:8080/v3/api-docs.yaml</springdoc-openapi-maven-plugin.apiDocsUrl> |