Ondrej Zizka created MRELEASE-783: ------------------------------------- Summary: release:update-versions should not need SCM config Key: MRELEASE-783 URL: https://jira.codehaus.org/browse/MRELEASE-783 Project: Maven 2.x Release Plugin Issue Type: Improvement Reporter: Ondrej Zizka
Currently, on a project without <scm> configured, {{mvn release:update-versions}} ends up with: {code} Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.0:update-versions (default-cli) on project wicketstuff-dojo: Missing required setting: scm connection or developerConnection must be specified. {code} Updating versions recursively definitely does not need SCM. Could this restriction be removed? Thanks. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira