From f5c3da88ed09647d03e12574bf6861bd2c08f9a5 Mon Sep 17 00:00:00 2001 From: "Boslet, Cory" Date: Wed, 20 May 2020 11:39:21 -0400 Subject: Began adding pluging to lifecycle mapping Began adding pluging to lifecycle mapping metadata to get rid of eclipse workspace pom errors/markers Issue-ID: SO-2948 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I78946c59e6aaf440e014ed06e9ff476bac5c2613 --- bpmn/mso-infrastructure-bpmn/pom.xml | 28 ++++++++++++++++++++++++++++ bpmn/so-bpmn-infrastructure-common/pom.xml | 24 ++++++++++++++++++++++++ bpmn/so-bpmn-infrastructure-flows/pom.xml | 24 ++++++++++++++++++++++++ bpmn/so-bpmn-tasks/pom.xml | 26 ++++++++++++++++++++++++++ 4 files changed, 102 insertions(+) (limited to 'bpmn') diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index b285138e9c..a3d0dd50b3 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -9,6 +9,34 @@ mso-infrastructure-bpmn jar + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [1.0.0,) + + unpack + + + + + + + + + + + + org.apache.maven.plugins diff --git a/bpmn/so-bpmn-infrastructure-common/pom.xml b/bpmn/so-bpmn-infrastructure-common/pom.xml index 86df60bb54..f4e173dc6f 100644 --- a/bpmn/so-bpmn-infrastructure-common/pom.xml +++ b/bpmn/so-bpmn-infrastructure-common/pom.xml @@ -56,6 +56,30 @@ + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [1.0.0,) + + unpack + + + + + + + + + + org.apache.maven.plugins maven-surefire-plugin diff --git a/bpmn/so-bpmn-infrastructure-flows/pom.xml b/bpmn/so-bpmn-infrastructure-flows/pom.xml index c7d4f3f894..1d6fa9e924 100644 --- a/bpmn/so-bpmn-infrastructure-flows/pom.xml +++ b/bpmn/so-bpmn-infrastructure-flows/pom.xml @@ -117,6 +117,30 @@ suites + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [1.0.0,) + + unpack + + + + + + + + + + ${project.artifactId}-${project.version} 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 @@ + + + org.apache.maven.plugins + maven-dependency-plugin + [1.0.0,) + + unpack + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + [1.0.0,) + + add-source + + + + + + -- cgit 1.2.3-korg