Make sure all properties are set before starting to upload to repository.apache.org

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1405955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2012-11-05 21:12:29 +00:00
parent 5c715cd84d
commit a72eb6ab38
1 changed files with 7 additions and 0 deletions

View File

@ -496,6 +496,13 @@
</classpath>
</taskdef>
<property file="${user.home}/ivybuild.properties" />
<input message="please enter your PGP password: " addproperty="pgp.password"/>
<input message="please enter your PGP keyId: " addproperty="pgp.keyId"/>
<input message="please enter your repository.apache.org username: " addproperty="upload.user"/>
<input message="please enter your repository.apache.org password: " addproperty="upload.password"/>
<ivy2:settings id="upload.settingsId" file="ivysettings-release.xml" />
<ivy2:resolve file="${basedir}/build/artifact/ivy.xml" transitive="false" />
<ivy2:publish organisation="org.apache.ivy"