Project

General

Profile

« Previous | Next » 

Revision 7637

move maven.home into build properties (hoping that hudson will be able to correctly override it)

View differences:

build.properties
80 80
# The metacat current dir's abolute value. If you set install.ecogrid=false, this variable
81 81
#  do NOT need to be configured
82 82
#metacat.dir=/home/daigle/workspace/metacat
83

  
84
maven.home=/usr/share/maven
build.xml
40 40
    <typedef resource="org/apache/maven/artifact/ant/antlib.xml"
41 41
             uri="antlib:org.apache.maven.artifact.ant"
42 42
             classpathref="maven-ant-tasks.classpath" />
43

  
44
	<property name="maven.home" value="/usr/share/maven" />
45 43
	
46 44
	<!-- defining the axis tasks -->
47 45
	<path id="axis.ant.classpath">

Also available in: Unified diff