aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan (bptschaen) <bt054f@att.com>2018-06-08 12:17:19 -0400
committerTschaen, Brendan (bptschaen) <bt054f@att.com>2018-06-08 12:18:03 -0400
commit06daf7376ddd83e29053319edc04ea7c1973a081 (patch)
tree4b823b89bae7e913d20a83f4bfe38fd1f127ddb5
parent276f3f36bf0fe79ee43bd9d612b25d6b988c99d8 (diff)
Fix pom issues
Issue-ID: MUSIC-77 Change-Id: I7a78793d192a506b9dcf913360b6cebb2fbf1af6 Signed-off-by: Tschaen, Brendan (bptschaen) <bt054f@att.com>
-rw-r--r--pom.xml29
1 files changed, 25 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 44458c9..b8faa9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,31 @@ stated inside of the file.
<groupId>org.onap.music.prom</groupId>
<artifactId>prom</artifactId>
<version>1.0.2</version>
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>0.1.1</version>
+ <relativePath />
+ </parent>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <!--nexus -->
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
+ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ <sitePath>/content/sites/site/org/onap/music/prom/${project.version}</sitePath>
+ <!--maven -->
+ <timestamp>${maven.build.timestamp}</timestamp>
+ <maven.build.timestamp.format>yyyy.MM.dd.HH.mm</maven.build.timestamp.format>
+ <maven.compiler.source>1.7</maven.compiler.source>
+ <maven.compiler.target>1.7</maven.compiler.target>
+ <!--docker -->
+ <docker.tag>${project.version}-${timestamp}</docker.tag>
+ <docker.latest.tag>${project.version}-latest</docker.latest.tag>
+ </properties>
+
<repositories>
<repository>
<id>maven2-repository.java.net</id>
@@ -76,10 +101,6 @@ stated inside of the file.
<version>1.0.1-oss</version>
</dependency>
</dependencies>
- <properties>
- <maven.compiler.source>1.7</maven.compiler.source>
- <maven.compiler.target>1.7</maven.compiler.target>
- </properties>
<build>
<resources>
<resource>