aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-27 15:28:23 +0200
committerDan Timoney <dtimoney@att.com>2017-09-27 15:28:23 +0200
commitea33ed4604964cc4580d8a57191696be06b07faa (patch)
tree3d5f93c971e64000fc6bde9f9eeba90add563f7a
parentb367b945efd5118c7d8d28781cc4bba9e0d99aff (diff)
Defining packaging type
Define packaging type as pom in pom.xml so that maven knows this pom.xml only attaches itself as artifact in Maven Change-Id: Ibb75e82fc5b28eb496782b1d7a268448faa7ab58 Issue-ID: CCSDK-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index eab1fc0..ef3d749 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,7 @@
</parent -->
<groupId>org.onap.ccsdk.storage-pgaas</groupId>
<artifactId>pgaas</artifactId>
+ <packaging>pom</packaging>
<name>ccsdk-storage-pgaas</name>
<version>1.0.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>