diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-03-17 14:27:16 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-03-17 14:27:16 -0400 |
commit | 168f9dd0c01458b4c2e6bec4aa67c57e5f3620e4 (patch) | |
tree | 2cd74fb7bb26373fa031c067e8439db7d1b415fe /bpmn/so-bpmn-tasks/pom.xml | |
parent | f3f71ebedb39bd2cc329cfcb3972acb42ecb7fc8 (diff) |
add m2e helpers for swagger
add m2e helpers for swagger
Issue-ID: SO-2746
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ie98a6b3ed092edcaf45400a5ca7b76e8aba6d3b3
Diffstat (limited to 'bpmn/so-bpmn-tasks/pom.xml')
-rw-r--r-- | bpmn/so-bpmn-tasks/pom.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-tasks/pom.xml b/bpmn/so-bpmn-tasks/pom.xml index cffb67a968..47415240f9 100644 --- a/bpmn/so-bpmn-tasks/pom.xml +++ b/bpmn/so-bpmn-tasks/pom.xml @@ -97,6 +97,36 @@ </executions> </plugin> </plugins> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId>io.swagger</groupId> + <artifactId>swagger-codegen-maven-plugin</artifactId> + <goals> + <goal>generate</goal> + </goals> + <versionRange>[2.2.0,)</versionRange> + </pluginExecutionFilter> + <action> + <execute> + <runOnIncremental>false</runOnIncremental> + </execute> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> </build> <dependencyManagement> <dependencies> |