[jboss-cvs] JBossAS SVN: r103322 - projects/ejb3/trunk/ivy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 31 09:01:04 EDT 2010


Author: wolfc
Date: 2010-03-31 09:01:03 -0400 (Wed, 31 Mar 2010)
New Revision: 103322

Modified:
   projects/ejb3/trunk/ivy/build.xml
Log:
EJBTHREE-1744: added description on deploy

Modified: projects/ejb3/trunk/ivy/build.xml
===================================================================
--- projects/ejb3/trunk/ivy/build.xml	2010-03-31 12:51:26 UTC (rev 103321)
+++ projects/ejb3/trunk/ivy/build.xml	2010-03-31 13:01:03 UTC (rev 103322)
@@ -48,7 +48,8 @@
    </target>
 
    <!-- normally don't depend on xpath, it should be defined already -->
-   <target name="deploy" depends="package,makepom,define-xpath">
+   <target name="deploy" depends="package,makepom,define-xpath"
+      description="deploy the artifacts to the snapshot repository">
       <xpath file="${user.home}/.m2/settings.xml" expression="/settings/servers/server[id='snapshots.jboss.org']/username" property="dav.username"/>
       <xpath file="${user.home}/.m2/settings.xml" expression="/settings/servers/server[id='snapshots.jboss.org']/password" property="dav.password"/>
       <maven:deploy file="target/jboss-ejb3-ivy.jar">




More information about the jboss-cvs-commits mailing list