diff options
author | Steve Smokowski <ss835w@att.com> | 2020-05-21 13:22:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-21 13:22:03 +0000 |
commit | d78c7ad1413811e67a4fa0a2bdf8a53a860a4252 (patch) | |
tree | 7bd99ef6d66ecc13ed68663d1c21c7e479235076 /bpmn/so-bpmn-tasks | |
parent | a90f0e766ce933d0473d4148269e1caf80a53149 (diff) | |
parent | f5c3da88ed09647d03e12574bf6861bd2c08f9a5 (diff) |
Merge "Began adding pluging to lifecycle mapping"
Diffstat (limited to 'bpmn/so-bpmn-tasks')
-rw-r--r-- | bpmn/so-bpmn-tasks/pom.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-tasks/pom.xml b/bpmn/so-bpmn-tasks/pom.xml index 7fbfed7054..2a9d7fa714 100644 --- a/bpmn/so-bpmn-tasks/pom.xml +++ b/bpmn/so-bpmn-tasks/pom.xml @@ -121,6 +121,32 @@ </execute> </action> </pluginExecution> + <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.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <versionRange>[1.0.0,)</versionRange> + <goals> + <goal>add-source</goal> + </goals> + </pluginExecutionFilter> + <action> + <execute /> + </action> + </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> |