Nix that, ooo-build uses maven.deploy.repo so that's what we must use.
This commit is contained in:
@@ -54,7 +54,6 @@
|
|||||||
</jar>
|
</jar>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<property name="maven.install.repo" value="file://${user.home}/.m2/repository"/>
|
|
||||||
<target name="install" depends="package"
|
<target name="install" depends="package"
|
||||||
description="Deploys our build artifacts to a Maven repository.">
|
description="Deploys our build artifacts to a Maven repository.">
|
||||||
<mavendeploy file="${target.dir}/${ant.project.name}.jar" srcdir="${src.dir}" pom="pom.xml"/>
|
<mavendeploy file="${target.dir}/${ant.project.name}.jar" srcdir="${src.dir}" pom="pom.xml"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user