Added needed file attribute to mavendeploy action.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2990 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2011-03-16 18:29:09 +00:00
parent 697b0bfb05
commit be6eaa9ddc
+1 -1
View File
@@ -95,6 +95,6 @@
<target name="maven-deploy" depends="dist"
description="Deploys our build artifacts to a Maven repository.">
<mavendeploy pom="pom.xml" srcdir="${src.dir}"/>
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="pom.xml" srcdir="${src.dir}"/>
</target>
</project>