]> source.dussan.org Git - poi.git/commitdiff
add description to dist-nexus target in build.xml
authorJaven O'Neal <onealj@apache.org>
Mon, 18 Apr 2016 01:28:11 +0000 (01:28 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 18 Apr 2016 01:28:11 +0000 (01:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739680 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 77ecadf672fe0dd82541d07c0cff7520af476819..e7e79aade6ed0c0c0a414b9aada41b25a659bd52 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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"/>