Author: andreapatricelli
Date: Thu Sep 18 10:09:07 2014
New Revision: 1625931

URL: http://svn.apache.org/r1625931
Log:
[SYNCOPE-143] maven directory got from environment variable M2_HOME (empty if 
not set)

Modified:
    syncope/branches/1_2_X/installer/src/main/resources/izpack/userInputSpec.xml

Modified: 
syncope/branches/1_2_X/installer/src/main/resources/izpack/userInputSpec.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_2_X/installer/src/main/resources/izpack/userInputSpec.xml?rev=1625931&r1=1625930&r2=1625931&view=diff
==============================================================================
--- 
syncope/branches/1_2_X/installer/src/main/resources/izpack/userInputSpec.xml 
(original)
+++ 
syncope/branches/1_2_X/installer/src/main/resources/izpack/userInputSpec.xml 
Thu Sep 18 10:09:07 2014
@@ -25,7 +25,7 @@ under the License.
     <field type="space"/>
     
     <field type="dir" variable="mvn.directory">
-      <spec id="mvn.directory.id" size="20" set="/usr"/>
+      <spec id="mvn.directory.id" size="20" set="${ENV[M2_HOME]}"/>
     </field>
     <field type="space"/>
     <field type="text" variable="mvn.groupid">


Reply via email to