A target for publishing to a local repository.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2823 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -158,4 +158,10 @@
|
|||||||
<mapping conf="test" scope="test"/>
|
<mapping conf="test" scope="test"/>
|
||||||
</ivy:makepom>
|
</ivy:makepom>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="publish" depends="dist" description="Publishes jar to local repository.">
|
||||||
|
<ivy:publish resolver="local" pubrevision="1.0">
|
||||||
|
<artifacts pattern="${deploy.dir}/[artifact].[ext]" />
|
||||||
|
</ivy:publish>
|
||||||
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user