Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0.0.RC3
-
Fix Version/s: 1.0.1
-
Labels:None
Description
The old release-plugin in grails 1.3.x was able to be used in an automated script by provided the necessary passwords etc and setting the non-interactive flag. The replacement publish-plugin also allows putting passwords in a file, but only for the plugin repository, not for scm (i.e. tagging). Our use case is subversion for the code repository, and maven for the plugin repository. We are still prompted for the subversion commit message and username/password when attempting to release with the --non-interactive option. Please add a method for putting the subversion credentials in a file and the commit message on the command line. If there is already a way to do this, I was not able to find in the documentation. Thanks.
This is certainly doable. Do you also need it to auto-commit any modified files? I think that would require a change to the Subversion plugin as well.