summaryrefslogtreecommitdiffstats
path: root/auth/pom.xml
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-04-03 01:57:59 -0500
committerSai Gandham <sg481n@att.com>2018-04-03 02:18:22 -0500
commitd97041c12ad87a4861557200f502b094e1b08535 (patch)
treec3fff6d6008ace360c81036ab6c7de9c166394df /auth/pom.xml
parentd568474a9f0876e813fbb911d2508fb6ed9aa111 (diff)
Fix sonar issues & modify deploy property
Added oparent on submodule parent pom's. Add license to missing java files. Issue-ID: AAF-208 Change-Id: I1d5efe8f91e2bc60af8b2cec67f31d511b44b62c Signed-off-by: Sai Gandham <sg481n@att.com>
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>