Revision 33695 branches/v2_0_0_prep/build/ant-tasks/maven-goals.xml

View differences:

maven-goals.xml
24 24
	<target name="mvn-install" description="Compiles and installs">
25 25
		<maven arg="install" />
26 26
	</target>
27

  
28
    <target name="mvn-create-installer" 
29
        description="Compiles and generates an installer if the project is a gvSIG plugin">
30
        <maven arg="-P create-installer install" />
31
    </target>
27 32
	
28 33
	<target name="mvn-install-ignore-tests" description="Compiles and installs and ignore tests">
29 34
		<maven arg="install -Dmaven.test.failure.ignore" />

Also available in: Unified diff