Fix sonar build script path of vnfres
[vfc/gvnfm/vnfres.git] / res / pom.xml
index 343503e..3f8535e 100644 (file)
@@ -47,7 +47,7 @@
             <artifactId>exec-maven-plugin</artifactId>
             <version>1.2.1</version>
             <configuration>
-              <executable>${session.executionRootDirectory}/mvn-phase-script.sh</executable>
+              <executable>${project.basedir}/mvn-phase-script.sh</executable>
               <environmentVariables>
                 <!-- make mvn properties as env for our script -->
                 <MVN_PROJECT_GROUPID>${project.groupId}</MVN_PROJECT_GROUPID>