From 7bb17f032ce32412b254dad8cb27833137eefe8c Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Thu, 12 Apr 2018 14:42:16 -0700 Subject: [VVP] adding maven exec plugin for sonar adding maven exec plugin to trigger pytest Change-Id: I3af6c0ad2fa4bc0b64b04bc196d611c0d0e6606b Signed-off-by: stark, steven Issue-ID: VVP-56 Signed-off-by: stark, steven --- pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9db7114..92d3680 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,18 @@ + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + ${session.executionRootDirectory}/mvn-phase-script.sh + + + + org.sonatype.plugins @@ -102,6 +114,24 @@ + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + test script + test + + exec + + + + __ + test + + + + -- cgit 1.2.3-korg