diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-07-11 14:21:13 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-07-12 17:40:19 +0100 |
commit | c6d74e6cee17405b9d26506b06259ccb2f38c737 (patch) | |
tree | 9f5dabe5ceffe0e6b99a2bf77be812657953ae9b /pom.xml | |
parent | b461c6505afddacbef90e3dc0bfa9d49609a626b (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.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |