From ea33ed4604964cc4580d8a57191696be06b07faa Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 27 Sep 2017 15:28:23 +0200 Subject: 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 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index eab1fc0..ef3d749 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ org.onap.ccsdk.storage-pgaas pgaas + pom ccsdk-storage-pgaas 1.0.0-SNAPSHOT http://maven.apache.org -- cgit 1.2.3-korg