Fix vfc-vnflcm create resource issue
[vfc/gvnfm/vnflcm.git] / lcm / pom.xml
index a94adf6..6c97c4a 100644 (file)
@@ -25,7 +25,7 @@
     <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
     <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>vfc/gvnfm/vnflcm/lcm</name>
+    <name>vfc-gvnfm-vnflcm-lcm</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <sonar.sources>.</sonar.sources>
@@ -45,7 +45,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>