From: liamfallon Date: Tue, 3 Jul 2018 12:52:19 +0000 (+0100) Subject: Remove unnnecessary plugin from POM X-Git-Tag: 2.0.0~106 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=436d824ea21f56cf5c055a2f41d940e1145dea35;p=policy%2Fapex-pdp.git Remove unnnecessary plugin from POM This plugin is not needed in the integration-common module POM and showed up as an error in Eclipse Change-Id: I8a8c052dd97f7b7af42ef396a58f56bcddb98cd2 Issue-ID: POLICY-865 Signed-off-by: liamfallon --- diff --git a/testsuites/integration/integration-common/pom.xml b/testsuites/integration/integration-common/pom.xml index 46f913b60..20be79afb 100644 --- a/testsuites/integration/integration-common/pom.xml +++ b/testsuites/integration/integration-common/pom.xml @@ -70,30 +70,6 @@ - - org.codehaus.mojo - exec-maven-plugin - - - generate-models - process-classes - - exec - - - java - test - - -classpath - - - org.onap.policy.apex.test.common.model.SampleDomainModelSaver - ${project.build.directory}/classes/examples/models/SampleDomain - - - - -