svn commit: r754740 - /maven/scm/branches/scm-1.1.x/

2009-03-15 Thread olamy
Author: olamy Date: Sun Mar 15 20:11:19 2009 New Revision: 754740 URL: http://svn.apache.org/viewvc?rev=754740view=rev Log: create a 1.1.x branch before bumping trunk to 1.2 Added: maven/scm/branches/scm-1.1.x/ - copied from r754739, maven/scm/trunk/

svn commit: r754800 - in /maven/scm/trunk: maven-scm-api/src/main/java/org/apache/maven/scm/provider/ maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src/main/java/org/apache/mav

2009-03-15 Thread olamy
Author: olamy Date: Mon Mar 16 00:23:48 2009 New Revision: 754800 URL: http://svn.apache.org/viewvc?rev=754800view=rev Log: [SCM-262] really use revision from svn info for remote tagging Modified:

svn commit: r754652 - /maven/plugins/trunk/maven-shade-plugin/src/site/apt/examples.apt.vm

2009-03-15 Thread hboutemy
Author: hboutemy Date: Sun Mar 15 10:53:03 2009 New Revision: 754652 URL: http://svn.apache.org/viewvc?rev=754652view=rev Log: fixed a typo: was ServiceResourceTransformer instead of ServicesResourceTransformer Modified: maven/plugins/trunk/maven-shade-plugin/src/site/apt/examples.apt.vm

svn commit: r754650 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

2009-03-15 Thread hboutemy
Author: hboutemy Date: Sun Mar 15 10:43:29 2009 New Revision: 754650 URL: http://svn.apache.org/viewvc?rev=754650view=rev Log: put Maven core dependency version in a property Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Modified:

svn commit: r754665 - in /maven/core-integration-testing/trunk/core-it-suite/src/test: java/org/apache/maven/it/ resources/mng-4086/ resources/mng-4086/repo/ resources/mng-4086/repo/org/ resources/mng

2009-03-15 Thread bentmann
Author: bentmann Date: Sun Mar 15 13:42:09 2009 New Revision: 754665 URL: http://svn.apache.org/viewvc?rev=754665view=rev Log: [MNG-4086] [regression] Explicitly using plugin metaversions crashes plugin manager o Added IT Added:

svn commit: r754668 - /maven/components/branches/maven-2.1.0-RC/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2009-03-15 Thread bentmann
Author: bentmann Date: Sun Mar 15 14:26:29 2009 New Revision: 754668 URL: http://svn.apache.org/viewvc?rev=754668view=rev Log: [MNG-4086] [regression] Explicitly using plugin metaversions crashes plugin manager o Merged from r754667 Modified:

svn commit: r754670 - /maven/plugins/tags/maven-war-plugin-2.1-beta-1/

2009-03-15 Thread dennisl
Author: dennisl Date: Sun Mar 15 14:35:13 2009 New Revision: 754670 URL: http://svn.apache.org/viewvc?rev=754670view=rev Log: Remove tag, because the vote was canceled. Removed: maven/plugins/tags/maven-war-plugin-2.1-beta-1/

svn commit: r754671 - /maven/plugins/trunk/maven-war-plugin/pom.xml

2009-03-15 Thread dennisl
Author: dennisl Date: Sun Mar 15 14:39:58 2009 New Revision: 754671 URL: http://svn.apache.org/viewvc?rev=754671view=rev Log: o Revert the release. Modified: maven/plugins/trunk/maven-war-plugin/pom.xml Modified: maven/plugins/trunk/maven-war-plugin/pom.xml URL:

svn commit: r754672 - /maven/plugins/trunk/maven-war-plugin/pom.xml

2009-03-15 Thread dennisl
Author: dennisl Date: Sun Mar 15 14:42:03 2009 New Revision: 754672 URL: http://svn.apache.org/viewvc?rev=754672view=rev Log: [MWAR-184] FATAL ERROR - XPP3 pull parser library not present. Specify another driver. o Upgrade XStream to version 1.3.1 as recommended by Jörn Schaible. Hopefully it

svn commit: r754679 - /maven/plugins/trunk/maven-install-plugin/

2009-03-15 Thread dennisl
Author: dennisl Date: Sun Mar 15 15:38:48 2009 New Revision: 754679 URL: http://svn.apache.org/viewvc?rev=754679view=rev Log: o Add SVN properties for bugtraq. Modified: maven/plugins/trunk/maven-install-plugin/ (props changed) Propchange: maven/plugins/trunk/maven-install-plugin/

svn commit: r754680 - in /maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install: AbstractInstallMojo.java InstallFileMojo.java

2009-03-15 Thread dennisl
Author: dennisl Date: Sun Mar 15 15:52:53 2009 New Revision: 754680 URL: http://svn.apache.org/viewvc?rev=754680view=rev Log: o Add @since tags to parameters. Modified: maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/AbstractInstallMojo.java

svn commit: r754687 - /maven/plugins/trunk/maven-install-plugin/pom.xml

2009-03-15 Thread dennisl
Author: dennisl Date: Sun Mar 15 16:35:31 2009 New Revision: 754687 URL: http://svn.apache.org/viewvc?rev=754687view=rev Log: o Use a property to define the Maven core version. Modified: maven/plugins/trunk/maven-install-plugin/pom.xml Modified:

svn commit: r754690 - in /maven/plugins/trunk/maven-install-plugin/src/site/apt: examples/installing-checksums.apt usage.apt

2009-03-15 Thread dennisl
Author: dennisl Date: Sun Mar 15 16:45:52 2009 New Revision: 754690 URL: http://svn.apache.org/viewvc?rev=754690view=rev Log: o Improve documentation. Use goal instead of mojo. Modified: maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/installing-checksums.apt

svn commit: r754731 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2009-03-15 Thread bentmann
Author: bentmann Date: Sun Mar 15 19:28:37 2009 New Revision: 754731 URL: http://svn.apache.org/viewvc?rev=754731view=rev Log: o Fixed resolution of plugin metaversions Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java Modified:

svn commit: r754735 - in /maven/plugins/trunk/maven-deploy-plugin/src: main/java/org/apache/maven/plugin/deploy/ test/java/org/apache/maven/plugin/deploy/ test/java/org/apache/maven/plugin/deploy/stub

2009-03-15 Thread bentmann
Author: bentmann Date: Sun Mar 15 19:59:58 2009 New Revision: 754735 URL: http://svn.apache.org/viewvc?rev=754735view=rev Log: o Polished code Modified: maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

svn commit: r754746 - in /maven/core-integration-testing/trunk/core-it-suite/src/test: java/org/apache/maven/it/ resources/mng-4087/

2009-03-15 Thread bentmann
Author: bentmann Date: Sun Mar 15 20:34:57 2009 New Revision: 754746 URL: http://svn.apache.org/viewvc?rev=754746view=rev Log: [MNG-4087] Percent encoded characters in file URLs are not decoded upon deployment o Added IT Added:

svn commit: r754753 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

2009-03-15 Thread bentmann
Author: bentmann Date: Sun Mar 15 21:08:38 2009 New Revision: 754753 URL: http://svn.apache.org/viewvc?rev=754753view=rev Log: o Polished error checking Modified: maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java Modified:

svn commit: r754768 - in /maven/plugins/trunk/maven-deploy-plugin: ./ src/it/no-main-artifact-1/ src/it/no-main-artifact-2/ src/main/java/org/apache/maven/plugin/deploy/

2009-03-15 Thread bentmann
Author: bentmann Date: Sun Mar 15 21:43:33 2009 New Revision: 754768 URL: http://svn.apache.org/viewvc?rev=754768view=rev Log: [MDEPLOY-78] Deploy with classifier does not deploy pom Added: maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/

svn commit: r754777 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

2009-03-15 Thread bentmann
Author: bentmann Date: Sun Mar 15 22:22:46 2009 New Revision: 754777 URL: http://svn.apache.org/viewvc?rev=754777view=rev Log: [MDEPLOY-59] deploy:deploy-file deletes the original file on error o Added sanity check similiar to install:install-file and aborted deployment in case user specified

svn commit: r754778 - in /maven/scm/trunk: maven-scm-api/src/main/java/org/apache/maven/scm/ maven-scm-api/src/main/java/org/apache/maven/scm/command/tag/ maven-scm-api/src/main/java/org/apache/maven/

2009-03-15 Thread olamy
Author: olamy Date: Sun Mar 15 22:26:37 2009 New Revision: 754778 URL: http://svn.apache.org/viewvc?rev=754778view=rev Log: [SCM-262] scm:tag for subversion tagging from local version of code, not directly from repository add some options with ScmTagParameters to acivate a remote remota svn

svn commit: r754784 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

2009-03-15 Thread bentmann
Author: bentmann Date: Sun Mar 15 22:37:29 2009 New Revision: 754784 URL: http://svn.apache.org/viewvc?rev=754784view=rev Log: [MDEPLOY-84] NPE when deploy-file with generatePom=false Modified:

svn commit: r754785 - /maven/release/trunk/pom.xml

2009-03-15 Thread olamy
Author: olamy Date: Sun Mar 15 22:50:51 2009 New Revision: 754785 URL: http://svn.apache.org/viewvc?rev=754785view=rev Log: [MRELEASE-385] use last scm version 1.2-SNAPSHOT Modified: maven/release/trunk/pom.xml Modified: maven/release/trunk/pom.xml URL: