svn commit: r1437376 - /maven/plugins/branches/maven-shade-plugin-3/

2013-01-23 Thread bimargulies
Author: bimargulies Date: Wed Jan 23 13:16:51 2013 New Revision: 1437376 URL: http://svn.apache.org/viewvc?rev=1437376view=rev Log: [maven-release-plugin] copy for branch maven-shade-plugin-3 Added: maven/plugins/branches/maven-shade-plugin-3/ - copied from r1437375,

svn commit: r1437378 - in /maven/plugins/branches/maven-shade-plugin-3: pom.xml src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java src/main/mdo/ src/main/mdo/AttachArtifact.mdo

2013-01-23 Thread bimargulies
Author: bimargulies Date: Wed Jan 23 13:20:33 2013 New Revision: 1437378 URL: http://svn.apache.org/viewvc?rev=1437378view=rev Log: MSHADE-139: Change the default output file name so that it does not replace the ordinary jar o Begin to set up modello support for a nice XML spec of the artifact

svn commit: r1437377 - /maven/plugins/trunk/maven-shade-plugin/pom.xml

2013-01-23 Thread bimargulies
Author: bimargulies Date: Wed Jan 23 13:16:52 2013 New Revision: 1437377 URL: http://svn.apache.org/viewvc?rev=1437377view=rev Log: [maven-release-plugin] rollback changes from release preparation of maven-shade-plugin-3 Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified:

svn commit: r1437375 - /maven/plugins/trunk/maven-shade-plugin/pom.xml

2013-01-23 Thread bimargulies
Author: bimargulies Date: Wed Jan 23 13:16:49 2013 New Revision: 1437375 URL: http://svn.apache.org/viewvc?rev=1437375view=rev Log: [maven-release-plugin] prepare branch maven-shade-plugin-3 Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified:

svn commit: r1437746 - in /maven/plugins/trunk/maven-compiler-plugin: ./ src/it/groovy-project-with-new-plexus-compiler/ src/it/groovy-project-with-new-plexus-compiler/src/main/java/ src/it/groovy-pro

2013-01-23 Thread olamy
Author: olamy Date: Wed Jan 23 21:27:18 2013 New Revision: 1437746 URL: http://svn.apache.org/viewvc?rev=1437746view=rev Log: improve groovy test Removed: maven/plugins/trunk/maven-compiler-plugin/src/it/groovy-project-with-new-plexus-compiler/src/main/java/JavaHello.java

svn commit: r1437781 - in /maven/plugins/trunk/maven-source-plugin/src: it/MSOURCES-64/ it/MSOURCES-64/pom.xml it/MSOURCES-64/verify.groovy main/java/org/apache/maven/plugin/source/AbstractSourceJarMo

2013-01-23 Thread olamy
Author: olamy Date: Wed Jan 23 22:22:37 2013 New Revision: 1437781 URL: http://svn.apache.org/viewvc?rev=1437781view=rev Log: [MSOURCES-64] forceCreation=true doesn't create test source package when src/test missing Added: maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-64/

svn commit: r1437789 - /maven/ant-tasks/trunk/pom.xml

2013-01-23 Thread olamy
Author: olamy Date: Wed Jan 23 22:52:17 2013 New Revision: 1437789 URL: http://svn.apache.org/viewvc?rev=1437789view=rev Log: fix ci url Modified: maven/ant-tasks/trunk/pom.xml Modified: maven/ant-tasks/trunk/pom.xml URL:

[2/2] git commit: fix test (parenthesis were missing in the computation)

2013-01-23 Thread krosenvold
Updated Branches: refs/heads/master 9a3996262 - 0eced625b fix test (parenthesis were missing in the computation) Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/0eced625 Tree:

[1/2] git commit: [SUREFIRE-949] add forkCount parameter, making the inconsitent forkMode parameter deprecated.

2013-01-23 Thread krosenvold
[SUREFIRE-949] add forkCount parameter, making the inconsitent forkMode parameter deprecated. - All defaulting works as in the previous versions, with the exception of reuseForks (introduced in the last release). It's now true by default. - forkCount supports C notation as in -T of maven-core