mirror of https://github.com/apache/ant-ivy
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:
parent
5c715cd84d
commit
a72eb6ab38
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue