No unique version. Just the snapshot and file system timestamp are peachy.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2945 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-11-12 22:50:29 +00:00
parent 7ed1d113a6
commit fc17d99805
+2 -2
View File
@@ -134,12 +134,12 @@
<property name="maven.deploy.repo" value="file://${user.home}/.m2/repository"/>
<target name="maven-deploy" depends="dist"
description="Deploys our build artifacts to a Maven repository.">
<artifact:deploy file="${deploy.dir}/${lib.name}.jar">
<artifact:deploy file="${deploy.dir}/${lib.name}.jar" uniqueVersion="false">
<remoteRepository url="${maven.deploy.repo}"/>
<pom refid="pom"/>
</artifact:deploy>
<artifact:pom id="gwt-pom" file="gwt-pom.xml"/>
<artifact:deploy file="${deploy.dir}/${lib.name}-gwt.jar">
<artifact:deploy file="${deploy.dir}/${lib.name}-gwt.jar" uniqueVersion="false">
<remoteRepository url="${maven.deploy.repo}"/>
<pom refid="gwt-pom"/>
</artifact:deploy>