From 436d824ea21f56cf5c055a2f41d940e1145dea35 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 3 Jul 2018 13:52:19 +0100 Subject: 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 --- testsuites/integration/integration-common/pom.xml | 24 ----------------------- 1 file changed, 24 deletions(-) (limited to 'testsuites/integration') 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 - - - - - -- cgit 1.2.3-korg