From a3da3591ee2af222b98ea62b7ad1c7d2ce1c95e6 Mon Sep 17 00:00:00 2001 From: Sudhakar Reddy Date: Tue, 16 Jul 2019 19:53:45 +0530 Subject: [PATCH] POM changes to activaate docker profile Change-Id: Iecd1267c14bdc2cd433f6e1fa42030273ebaeb1e Issue-ID: MULTICLOUD-704 Signed-off-by: Sudhakar Reddy --- azure/pom.xml | 59 +++++++++++++++++++++++++++++++++++++ sonar.sh => azure/sonar.sh | 2 -- pom.xml | 73 ++-------------------------------------------- 3 files changed, 62 insertions(+), 72 deletions(-) rename sonar.sh => azure/sonar.sh (99%) diff --git a/azure/pom.xml b/azure/pom.xml index 4fd5ce6..e7ab780 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -30,9 +30,68 @@ UTF-8 UTF-8 https://nexus.onap.org + UTF-8 + . + xunit-results.xml + azure/coverage.xml + py + Python + **/*.py + **/tests/*,setup.py,**/azure/aria/** + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + ${project.basedir}/sonar.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 diff --git a/sonar.sh b/azure/sonar.sh similarity index 99% rename from sonar.sh rename to azure/sonar.sh index eee6415..9ed0168 100755 --- a/sonar.sh +++ b/azure/sonar.sh @@ -45,10 +45,8 @@ echo "MVN_PROJECT_VERSION is [$MVN_PROJECT_VERSION]" run_tox_test() { set -x - cd azure CURDIR=$(pwd) TOXINIS=$(find . -name "tox.ini") - cd .. for TOXINI in "${TOXINIS[@]}"; do DIR=$(echo "$TOXINI" | rev | cut -f2- -d'/' | rev) cd "${CURDIR}/${DIR}" diff --git a/pom.xml b/pom.xml index 2f43546..33ed62a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,74 +25,7 @@ pom multicloud-azure multicloud azure - - UTF-8 - UTF-8 - UTF-8 - https://nexus.onap.org - - UTF-8 - . - xunit-results.xml - azure/coverage.xml - py - Python - **/*.py - **/tests/*,setup.py,**/azure/aria/** - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - ${session.executionRootDirectory}/sonar.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 - - - - - - - + + azure + -- 2.16.6