diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-01 13:14:36 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-09-01 13:14:36 -0700 |
commit | 4ccabfb4a41f5b2e81dc6e3a44b0cdc7cb375cda (patch) | |
tree | 4ff8286cad96651ccf8e9d45ee30ed3c3685c41b /version-manifest/pom.xml | |
parent | 6e99bdc32da920b23ee06e90cb6fe4d2faa04642 (diff) |
Change to read manifest from classpath
Change-Id: Iba9f66cae0b018efdfd7c0827d3287866eb0b092
Issue-ID: INT-124
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 11318e612..38b90c9c3 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -3,12 +3,13 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.oparent</groupId> - <artifactId>version</artifactId> + <artifactId>oparent</artifactId> <version>0.1.0</version> </parent> <groupId>org.onap.integration</groupId> <artifactId>version-manifest</artifactId> <packaging>maven-plugin</packaging> + <version>0.1.0-SNAPSHOT</version> <name>ONAP Version Manifest and Maven Plugin</name> <url>https://www.onap.org</url> <properties> @@ -51,7 +52,7 @@ <artifactId>maven-plugin-plugin</artifactId> <version>3.2</version> <configuration> - <goalPrefix>version-check</goalPrefix> + <goalPrefix>version-manifest</goalPrefix> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> </configuration> <executions> |