aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-07-11 14:21:13 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-07-12 17:40:19 +0100
commitc6d74e6cee17405b9d26506b06259ccb2f38c737 (patch)
tree9f5dabe5ceffe0e6b99a2bf77be812657953ae9b /pom.xml
parentb461c6505afddacbef90e3dc0bfa9d49609a626b (diff)
Adding client deployment module to apex-pdp
Change-Id: Idd74e9846c3fa75d305a9dde98a98d92dd0520a9 Issue-ID: POLICY-864 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
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>