summaryrefslogtreecommitdiffstats
path: root/auth/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/pom.xml')
-rw-r--r--auth/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/auth/pom.xml b/auth/pom.xml
index 7be3406b..cab82b89 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -28,6 +28,12 @@
<version>2.1.0-SNAPSHOT</version>
<name>AAF Auth Parent</name>
<packaging>pom</packaging>
+
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.1.0</version>
+ </parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.interfaceVersion>2.10-SNAPSHOT</project.interfaceVersion>
@@ -106,7 +112,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>2.6</version>
<configuration>
- <skip>true</skip>
+ <skip>false</skip>
</configuration>
</plugin>