Turned out it was a typo in the Bamboo configuration, but let's require a

repository to be specified anyway. If you want to install to your local
repository, we should be using :install rather than :deploy.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2953 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-11-15 19:37:47 +00:00
parent 81e7859d4a
commit 16b3bf9d77
+3 -1
View File
@@ -130,9 +130,11 @@
<delete dir="${gwtjar.dir}"/>
</target>
<property name="maven.deploy.repo" value="file://${user.home}/.m2/repository"/>
<target name="maven-deploy" depends="dist,tests"
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}/${lib.name}.jar" uniqueVersion="false">
<remoteRepository url="${maven.deploy.repo}"/>
<pom refid="pom"/>