Go ahead and make maven-deploy publish locally unless otherwise directed.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2957 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-11-18 23:06:08 +00:00
parent 0e59a1d7be
commit 8449796177
+1 -3
View File
@@ -129,11 +129,9 @@
<delete dir="${gwtjar.dir}"/> <delete dir="${gwtjar.dir}"/>
</target> </target>
<property name="maven.deploy.repo" value="file://${user.home}/.m2/repository"/>
<target name="maven-deploy" depends="dist" <target name="maven-deploy" depends="dist"
description="Deploys our build artifacts to a Maven repository."> description="Deploys our build artifacts to a Maven repository.">
<fail unless="maven.deploy.repo">
Must specify Maven repository with -Dmaven.deploy.repo=file://somepath
</fail>
<artifact:deploy file="${deploy.dir}/${ant.project.name}.jar" uniqueVersion="false"> <artifact:deploy file="${deploy.dir}/${ant.project.name}.jar" uniqueVersion="false">
<remoteRepository url="${maven.deploy.repo}"/> <remoteRepository url="${maven.deploy.repo}"/>
<pom refid="pom"/> <pom refid="pom"/>