mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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
638aacc056
commit
89554b4df3
@ -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…
x
Reference in New Issue
Block a user