diff options
author | Przemyslaw Wasala <przemyslaw.wasala@nokia.com> | 2018-08-02 06:26:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-02 06:26:50 +0000 |
commit | e93ba2b32d71844a7075a021631f40a0cc4888df (patch) | |
tree | 7b9e947cc5fe65634a3a0bc77e71a39c36e2be33 /hv-collector-main | |
parent | 32aeb329986b3d6b9671c0a9e555cbff43964b3a (diff) | |
parent | 94eeb738945da9bda072bd65d59a18a5183d12c6 (diff) |
Merge "Dockerize DCAE APP simulator"
Diffstat (limited to 'hv-collector-main')
-rw-r--r-- | hv-collector-main/pom.xml | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/hv-collector-main/pom.xml b/hv-collector-main/pom.xml index f7f8eb75..a5a35ba3 100644 --- a/hv-collector-main/pom.xml +++ b/hv-collector-main/pom.xml @@ -71,34 +71,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-internal-deps</id> - <phase>package</phase> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/libs/internal</outputDirectory> - <includeGroupIds>${project.parent.groupId}</includeGroupIds> - <includeScope>runtime</includeScope> - </configuration> - </execution> - <execution> - <id>copy-external-deps</id> - <phase>package</phase> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/libs/external</outputDirectory> - <excludeGroupIds>${project.parent.groupId}</excludeGroupIds> - <includeScope>runtime</includeScope> - </configuration> - </execution> - </executions> </plugin> - <!-- + <!-- TODO: unskip docker <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> |