Browse Source

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
pull/33/head
Javen O'Neal 8 years ago
parent
commit
c4df0320fb
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      build.xml

+ 2
- 1
build.xml View File

@@ -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"/>

Loading…
Cancel
Save