From d4b56bc36db1169024fef1f54f924bf3b8f351b6 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Mon, 1 Jul 2019 19:25:41 -0400 Subject: Error: Could not find or load main class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use oparent as root project pom Change-Id: Ibacb94a08051c2d3f48125a66c0579fa4da94e2d Issue-ID: CCSDK-1443 Signed-off-by: Alexis de Talhouët --- ms/blueprintsprocessor/application/pom.xml | 7 ++----- ms/blueprintsprocessor/functions/netconf-executor/pom.xml | 8 +------- ms/blueprintsprocessor/parent/pom.xml | 4 +--- pom.xml | 10 +++------- 4 files changed, 7 insertions(+), 22 deletions(-) diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 06726ad11..0f9e08b5f 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -17,7 +17,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor @@ -123,10 +124,6 @@ - - org.springframework.boot - spring-boot-maven-plugin - maven-resources-plugin 2.6 diff --git a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml index a46e7433d..ca5423432 100644 --- a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml @@ -1,6 +1,6 @@ - + org.onap.ccsdk.parent @@ -54,12 +55,7 @@ limitations under the License. src/test **/*.java,**/*.kt - + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 0.8.3 -- cgit 1.2.3-korg