From: ying.yunlong Date: Fri, 2 Mar 2018 08:10:37 +0000 (+0800) Subject: Fix vfc-vnfmgr sonar job failure X-Git-Tag: v1.1.0~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=53074686f083ca91043acb16cb04fd9d115099c5;p=vfc%2Fgvnfm%2Fvnfmgr.git Fix vfc-vnfmgr sonar job failure Change-Id: Ib91b65bf609a2d5b6b4526e3ec7f0637746768b7 Issue-ID: VFC-786 Signed-off-by: ying.yunlong --- 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 + + + + + +