-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
all
By making the passed SCM credentials available to other plugins, it will be possible to enhance pre/post release build steps with the maven-scm-plugin.
This would allow to do some automated modifications on the source befor the real release will be triggered.
http://issues.jenkins-ci.org/browse/JENKINS-6601 is a prerequisite.
As discussed via Mail, I add this for documentation...
I would like to use a normal maven build step and trigger the mvn scm like this:
$> mvn scm:checkin -Dpassword=$SCM_PASSWORD -Dusername=$SCM_USER