aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-07-13 14:01:05 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-13 14:01:05 +0000
commit92eb2fc652a408819b27a3209bedda23db96bda4 (patch)
tree978d67840ccd01bc7475761f592224292ead547e /pom.xml
parent2e32896a4e98fe2047b2e6356d4e9d7dbd3a0252 (diff)
parentc6d74e6cee17405b9d26506b06259ccb2f38c737 (diff)
Merge "Adding client deployment module to apex-pdp"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3f65f0814..2b545b6c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,6 +125,19 @@
<execute />
</action>
</pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <versionRange>[3.0,)</versionRange>
+ <goals>
+ <goal>unpack-dependencies</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute />
+ </action>
+ </pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>