Nix that, ooo-build uses maven.deploy.repo so that's what we must use.

This commit is contained in:
Michael Bayne
2011-09-09 16:51:54 -07:00
parent 0059edfd21
commit 4f2ad2493c
-1
View File
@@ -54,7 +54,6 @@
</jar>
</target>
<property name="maven.install.repo" value="file://${user.home}/.m2/repository"/>
<target name="install" depends="package"
description="Deploys our build artifacts to a Maven repository.">
<mavendeploy file="${target.dir}/${ant.project.name}.jar" srcdir="${src.dir}" pom="pom.xml"/>