We are pleased to announce the Maven Source Control Management Plugin 1.5 release! http://maven.apache.org/maven-1.x/plugins/scm/ A plugin for SCM tasks. =============================================================================== Changes in this version include: New Features: o Add the ability to pass a username and password to the Subversion provider. o Use maven.scm.bootstrap.pom.dir. Fixes MPSCM-33. o Add support for subversion. Fixes MPSCM-32. o Rewritten to utilise the Maven SCM library. Fixed bugs: o Exception while executing SCM command. Fixes MPSCM-61. o v1.5 is not compatible with 1.4.1. Fixes MPSCM-58. o Avoid use of jelly empty operator. Fixes MPSCM-40. o NullPointerException when setting checkout dir. Fixes MPSCM-53. o Skip prompt for tag. Fixes MPSCM-44. o Clarify "module" notation as used for CVS in regards to Subversion. Fixes MPSCM-48. o Implement status check. Fixes MPSCM-42. o Incorporate a released version of Maven SCM. Fixes MPSCM-49. o scm:bootstrap fails on SVN project requiring username/password. Fixes MPSCM-52. o scm:cvs-update-project uses developer connection. Fixes MPSCM-29. o Update documentation after latest changes. Fixes MPSCM-41. o Var delim not always ":" (on CVSNT "|"). Fixes MPSCM-45. o Support starting and ending revision in diff bean/tag. Fixes MPSCM-50. o Ignore whitespace when creating a patch. Fixes MPSCM-25. o Ignore POM if the scm root is specified in command line. Changes: o Check out into maven.scm.checkout.dirrather than a subdirectory of it. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-scm-plugin -Dversion=1.5 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-scm-plugin-1.5.jar Have fun! -The Maven Source Control Management Plugin development team