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:
parent
6b682bcccc
commit
c4df0320fb
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user