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:
@@ -95,6 +95,6 @@
|
|||||||
|
|
||||||
<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.">
|
||||||
<mavendeploy pom="pom.xml" srcdir="${src.dir}"/>
|
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="pom.xml" srcdir="${src.dir}"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user