Michael Nielsen created BUILDR-642:
--------------------------------------
Summary: individual repositories for snapshots and releases
Key: BUILDR-642
URL: https://issues.apache.org/jira/browse/BUILDR-642
Project: Buildr
Issue Type: Improvement
Reporter: Michael Nielsen
We use nexus for maven artifacts. Like other repository managers it require
snapshots in one place and releases in another.
My understanding is that buildr use the same URL for both upload (snapshots)
and release:
repositories.release_to[:url]
Release simply calls upload in a separate process. What would be nice is to
have individual variables for release and upload:
repositories.release_to[:url]
repositories.upload_to[:url]
including username and password.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira