From: ying.yunlong Date: Sat, 3 Mar 2018 06:18:41 +0000 (+0800) Subject: Fix vfc-vnfmgr sonar job failure X-Git-Tag: v1.1.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d8c5efec77c54f6354a88cc6350ff161f72e6676;p=vfc%2Fgvnfm%2Fvnfmgr.git Fix vfc-vnfmgr sonar job failure Change-Id: Ifc946e9b2868f088fefbfe4c5563320091804651 Issue-ID: VFC-781 Signed-off-by: ying.yunlong --- 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 - - - - - -