add description to dist-nexus target in build.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-04-18 01:28:11 +00:00
parent 6b682bcccc
commit c4df0320fb

View File

@ -2185,7 +2185,8 @@ under the License.
</openpgp:signer> </openpgp:signer>
</target> </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/repo"/>
<delete dir="build/nexus-stage"/> <delete dir="build/nexus-stage"/>
<nexus-upload artifactId="poi"/> <nexus-upload artifactId="poi"/>