diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-19 21:15:50 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-19 21:15:50 +0000 |
commit | 987b9944ced2168abd4a1bd0aa663da627d5fd6c (patch) | |
tree | d7e17a429b6cce226a503f654d2785d34ca3c216 /dcae-controller-core/dcae-controller-core-utils/pom.xml | |
parent | 66552d2d812e814493d4ffd52941dbc07ee3425a (diff) |
Update to core-utils POM to upload zip.
Change-Id: Ia3e9dee71381aba46ed63109f11b2c118c65cc2c
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'dcae-controller-core/dcae-controller-core-utils/pom.xml')
-rw-r--r-- | dcae-controller-core/dcae-controller-core-utils/pom.xml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/dcae-controller-core/dcae-controller-core-utils/pom.xml b/dcae-controller-core/dcae-controller-core-utils/pom.xml index 24ddeb9..3878e26 100644 --- a/dcae-controller-core/dcae-controller-core-utils/pom.xml +++ b/dcae-controller-core/dcae-controller-core-utils/pom.xml @@ -101,6 +101,29 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.10</version> + <executions> + <execution> + <id>attach-artifacts</id> + <phase>package</phase> + <goals> + <goal>attach-artifact</goal> + </goals> + <configuration> + <artifacts> + <artifact> + <file>target/${project.artifactId}-${project.version}-runtime.zip</file> + <type>zip</type> + <classifier>runtime</classifier> + </artifact> + </artifacts> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> @@ -123,4 +146,4 @@ <version>0.1.0-SNAPSHOT</version> <relativePath>../../../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath> </parent> -</project>
\ No newline at end of file +</project> |