From 36a873a201061de5f32887897194bb08556a839e Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 31 Oct 2005 07:38:05 +0000 Subject: [PATCH] MPSCM-57: Re-add and update changes.xml. Other plugins need the information. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@329765 13f79535-47bb-0310-9956-ffa450edef68 --- scm/xdocs/changes.xml | 85 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 scm/xdocs/changes.xml diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml new file mode 100644 index 00000000..8a2d8fdf --- /dev/null +++ b/scm/xdocs/changes.xml @@ -0,0 +1,85 @@ + + + + + + + Changes + Brett Porter + + + + Update to released version of maven-scm. + Need scm:checkin goal. + Add Starteam support, plus scm:add, scm:status, scm:checkin. + + + Exception while executing SCM command. + v1.5 is not compatible with 1.4.1. + Avoid use of jelly empty operator. + NullPointerException when setting checkout dir. + Skip prompt for tag. + Clarify "module" notation as used for CVS in regards to Subversion. + Implement status check. + Incorporate a released version of Maven SCM. + scm:bootstrap fails on SVN project requiring username/password. + scm:cvs-update-project uses developer connection. + Update documentation after latest changes. + Var delim not always ":" (on CVSNT "|"). + Support starting and ending revision in diff bean/tag. + Add the ability to pass a username and password to the Subversion provider. + Check out into + maven.scm.checkout.dirrather than a subdirectory of it. + + Use maven.scm.bootstrap.pom.dir. + Add support for subversion. + Rewritten to utilise the Maven SCM library. + Ignore whitespace when creating a patch. + Ignore POM if the scm root is specified in command line. + + + Trim goals after prompting from the user. + Add scm:cvs-create-patch goal to help in creating patches. + Set default + maven.scm.methodto cvs + + + + Add minimal support for SVN to allow cruisecontrol plugin to work. + Add scm:cvs-tag-project goal. + + + + Don't use -C - Mac OS X doesn't recognise it. + Catch exceptions to make sure files don't get moved permanently. + Update POM using dom4j instead of JSL - no more formatting issues. + Support :local: CVS paths + Update changes.xml version and release date on prepare. + Use developerConnection first, then standard connection when parsing connection from POM. + + + Apply MAVEN-834. Support for scm delimiters other than ':' + Turn off pretty printing to fix MAVEN-769 - random spaces added to project.xml. + Add new versions to bottom of list instead of top to follow convention. + + + Initial creation - support for CVS. + + +