From d8c5efec77c54f6354a88cc6350ff161f72e6676 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Sat, 3 Mar 2018 14:18:41 +0800 Subject: [PATCH] Fix vfc-vnfmgr sonar job failure Change-Id: Ifc946e9b2868f088fefbfe4c5563320091804651 Issue-ID: VFC-781 Signed-off-by: ying.yunlong --- mvn-phase-script.sh => mgr/mvn-phase-script.sh | 0 mgr/pom.xml | 83 ++++++++++++++++++++++++++ pom.xml | 83 -------------------------- 3 files changed, 83 insertions(+), 83 deletions(-) rename mvn-phase-script.sh => mgr/mvn-phase-script.sh (100%) diff --git a/mvn-phase-script.sh b/mgr/mvn-phase-script.sh similarity index 100% rename from mvn-phase-script.sh rename to mgr/mvn-phase-script.sh diff --git a/mgr/pom.xml b/mgr/pom.xml index 6675296..3cd9985 100644 --- a/mgr/pom.xml +++ b/mgr/pom.xml @@ -26,5 +26,88 @@ 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 + + + + + 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 a3280e8..9793c19 100644 --- a/pom.xml +++ b/pom.xml @@ -26,91 +26,8 @@ 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