You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/05/02 03:34:31 UTC

incubator-mnemonic git commit: MNEMONIC-34: Release plugin ignores to locate the basedir of allocator service

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/master bba6f7ff2 -> f970c8749


MNEMONIC-34: Release plugin ignores to locate the basedir of allocator service


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/commit/f970c874
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/f970c874
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/f970c874

Branch: refs/heads/master
Commit: f970c8749156972df72de30d0b782cbc51d5d6eb
Parents: bba6f7f
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Sun May 1 18:19:55 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Sun May 1 18:33:46 2016 -0700

----------------------------------------------------------------------
 allocator-services/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/f970c874/allocator-services/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pom.xml b/allocator-services/pom.xml
index 51a3865..05f7f90 100644
--- a/allocator-services/pom.xml
+++ b/allocator-services/pom.xml
@@ -15,6 +15,10 @@
   <name>Mnemonic Project Allocator Services Parent POM</name>
   <url>https://github.com/apache/incubator-mnemonic</url>
 
+  <properties>
+    <service.basedir>${project.parent.basedir}</service.basedir>
+  </properties>
+
   <modules>
     <module>nvml-vmem-service</module>
     <module>pmalloc-service</module>
@@ -67,7 +71,7 @@
           <version>2.6</version>
           <configuration>
             <forceCreation>true</forceCreation>
-	    <outputDirectory>${parent.basedir}/service-dist</outputDirectory>
+	    <outputDirectory>${service.basedir}/service-dist</outputDirectory>
 	    <archive>
 	      <addMavenDescriptor>false</addMavenDescriptor>
 	    </archive>