|
From: <tho...@us...> - 2013-11-12 17:11:57
|
Revision: 7533
http://bigdata.svn.sourceforge.net/bigdata/?rev=7533&view=rev
Author: thompsonbry
Date: 2013-11-12 17:11:51 +0000 (Tue, 12 Nov 2013)
Log Message:
-----------
Addding an explicit reference to a MAVEN_HOME variable so we can find mvn on ci.bigdata.com.
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/build.xml
Modified: branches/BIGDATA_RELEASE_1_3_0/build.xml
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/build.xml 2013-11-12 16:43:34 UTC (rev 7532)
+++ branches/BIGDATA_RELEASE_1_3_0/build.xml 2013-11-12 17:11:51 UTC (rev 7533)
@@ -333,7 +333,7 @@
<!-- Deploy the JAR to the maven repository. -->
<target name="maven-deploy" depends="jar"
description="Deploy the jar to the maven repository.">
- <exec command="mvn">
+ <exec command="${MAVEN_HOME}/bin/mvn">
<arg value="clean"/>
<arg value="deploy"/>
</exec>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|