From 53074686f083ca91043acb16cb04fd9d115099c5 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Fri, 2 Mar 2018 16:10:37 +0800 Subject: [PATCH] Fix vfc-vnfmgr sonar job failure Change-Id: Ib91b65bf609a2d5b6b4526e3ec7f0637746768b7 Issue-ID: VFC-786 Signed-off-by: ying.yunlong --- mgr/pom.xml | 85 +------------------------------------------------------------ pom.xml | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 84 deletions(-) diff --git a/mgr/pom.xml b/mgr/pom.xml index 2f60d0f..6675296 100644 --- a/mgr/pom.xml +++ b/mgr/pom.xml @@ -25,89 +25,6 @@ vfc-gvnfm-vnfmgr-mgr 1.1.0-SNAPSHOT pom - vfc/gvnfm/vnfmgr/mgr - - UTF-8 - . - xunit-results.xml - coverage.xml - py - python - **/**.py - **/tests/**.py,**/test*.py,**/__init__.py,setup.py - + vfc-gvnfm-vnfmgr-mgr vfc gvnfm vnfmgr mgr - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - ${session.executionRootDirectory}/mvn-phase-script.sh - - - ${project.groupId} - ${project.artifactId} - ${project.version} - - - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - clean phase script - clean - - exec - - - - __ - clean - - - - - test script - test - - exec - - - - __ - test - - - - - - - maven-assembly-plugin - - false - - assembly.xml - - - - - make-assembly - package - - single - - - - - - diff --git a/pom.xml b/pom.xml index 9793c19..a3280e8 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,91 @@ 1.1.0-SNAPSHOT pom vfc-gvnfm-vnfmgr + + UTF-8 + . + xunit-results.xml + coverage.xml + py + python + **/**.py + **/tests/**.py,**/test*.py,**/__init__.py,setup.py + vfc gvnfm vnfmgr mgr + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + ${session.executionRootDirectory}/mvn-phase-script.sh + + + ${project.groupId} + ${project.artifactId} + ${project.version} + + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + clean phase script + clean + + exec + + + + __ + clean + + + + + test script + test + + exec + + + + __ + test + + + + + + + maven-assembly-plugin + + false + + assembly.xml + + + + + make-assembly + package + + single + + + + + + -- 2.16.6