You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/04/18 03:28:11 UTC

svn commit: r1739680 - /poi/trunk/build.xml

Author: onealj
Date: Mon Apr 18 01:28:11 2016
New Revision: 1739680

URL: http://svn.apache.org/viewvc?rev=1739680&view=rev
Log:
add description to dist-nexus target in build.xml

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1739680&r1=1739679&r2=1739680&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Apr 18 01:28:11 2016
@@ -2185,7 +2185,8 @@ under the License.
         </openpgp:signer>
     </target>
 
-    <target name="dist-nexus" depends="load-maven-server-settings,dist-checksum">
+    <target name="dist-nexus" depends="load-maven-server-settings,dist-checksum"
+            description="upload build artifacts to nexus">
         <delete dir="build/repo"/>
         <delete dir="build/nexus-stage"/>
         <nexus-upload artifactId="poi"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org