summaryrefslogtreecommitdiffstats
path: root/cadi/pom.xml
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-03-27 18:25:51 +0000
committerSai Gandham <sg481n@att.com>2018-03-27 18:25:58 +0000
commit2caf7349e01426748a712540125fcf31a96028ed (patch)
tree7e62018ca9b83c4cd14e09f6a8c3b3f0111bcb4e /cadi/pom.xml
parent6d8487a5cb4dd0970c9a0f8ba001c74356e13d9c (diff)
Modify deploy plugin for authz
Issue-ID: AAF-197 Change-Id: I471d254ee3b4c443c822bce8be3b3c8f1e6b0aba Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'cadi/pom.xml')
-rw-r--r--cadi/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/cadi/pom.xml b/cadi/pom.xml
index 1fda3930..fe0444c9 100644
--- a/cadi/pom.xml
+++ b/cadi/pom.xml
@@ -32,11 +32,7 @@
<packaging>pom</packaging>
- <parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>1.1.0</version>
- </parent>
+
<properties>
<skipSigning>true</skipSigning>
@@ -336,7 +332,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.1</version>
<configuration>
- <skip>false</skip>
+ <skip>true</skip>
</configuration>
</plugin>