summaryrefslogtreecommitdiffstats
path: root/adapters/so-appc-orchestrator/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-05-21 13:22:03 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-21 13:22:03 +0000
commitd78c7ad1413811e67a4fa0a2bdf8a53a860a4252 (patch)
tree7bd99ef6d66ecc13ed68663d1c21c7e479235076 /adapters/so-appc-orchestrator/pom.xml
parenta90f0e766ce933d0473d4148269e1caf80a53149 (diff)
parentf5c3da88ed09647d03e12574bf6861bd2c08f9a5 (diff)
Merge "Began adding pluging to lifecycle mapping"
Diffstat (limited to 'adapters/so-appc-orchestrator/pom.xml')
-rw-r--r--adapters/so-appc-orchestrator/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/adapters/so-appc-orchestrator/pom.xml b/adapters/so-appc-orchestrator/pom.xml
index 0491dd9d56..f8d8fabcf7 100644
--- a/adapters/so-appc-orchestrator/pom.xml
+++ b/adapters/so-appc-orchestrator/pom.xml
@@ -97,6 +97,19 @@
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <versionRange>[1.0.0,)</versionRange>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
<groupId>
org.jvnet.jax-ws-commons
</groupId>