diff options
author | Steve Smokowski <ss835w@att.com> | 2020-03-16 20:00:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-16 20:00:44 +0000 |
commit | 6a168ffe4d98f9c55b1c8cd59c1994e63e0b0692 (patch) | |
tree | 544a4299b42b9c1cb7e6c3787dcfb59adc4cee4b /bpmn/so-bpmn-tasks | |
parent | 87526b32282d2202f10201e897afedb9b8cd5c64 (diff) | |
parent | 2627532a195121c98c0aadbd3d3658e630c14234 (diff) |
Merge "update poms to be compatible with eclipse IDE"
Diffstat (limited to 'bpmn/so-bpmn-tasks')
-rw-r--r-- | bpmn/so-bpmn-tasks/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-tasks/pom.xml b/bpmn/so-bpmn-tasks/pom.xml index 14081960e6..cffb67a968 100644 --- a/bpmn/so-bpmn-tasks/pom.xml +++ b/bpmn/so-bpmn-tasks/pom.xml @@ -78,6 +78,24 @@ <generateSupportingFiles>false</generateSupportingFiles> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <executions> + <execution> + <id>add-source</id> + <phase>generate-sources</phase> + <goals> + <goal>add-source</goal> + </goals> + <configuration> + <sources> + <source>${project.basedir}/target/generated-sources/src/gen/java/main</source> + </sources> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> <dependencyManagement> |