diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-27 15:28:23 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-27 15:28:23 +0200 |
commit | ea33ed4604964cc4580d8a57191696be06b07faa (patch) | |
tree | 3d5f93c971e64000fc6bde9f9eeba90add563f7a /pom.xml | |
parent | b367b945efd5118c7d8d28781cc4bba9e0d99aff (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |