svn commit: r746705 - /maven/plugins/trunk/pom.xml

2009-02-22 Thread vsiveton
Author: vsiveton Date: Sun Feb 22 14:05:51 2009 New Revision: 746705 URL: http://svn.apache.org/viewvc?rev=746705&view=rev Log: o moved maven-plugin-plugin in reporting section so it will be executed by default Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL:

svn commit: r746726 - in /maven/plugins/trunk/maven-ear-plugin/src: main/java/org/apache/maven/plugin/ear/ site/apt/ test/resources/projects/project-051/ test/resources/projects/project-052/

2009-02-22 Thread snicoll
Author: snicoll Date: Sun Feb 22 15:15:41 2009 New Revision: 746726 URL: http://svn.apache.org/viewvc?rev=746726&view=rev Log: MEAR-120: improved the configuration by providing attributes par parser and repository classes. Modified: maven/plugins/trunk/maven-ear-plugin/src/main/java/org/apa

svn commit: r746740 - in /maven/plugins/trunk/maven-ear-plugin/src: main/java/org/apache/maven/plugin/ear/ site/apt/ test/java/org/apache/maven/plugin/ear/it/ test/resources/projects/project-054/

2009-02-22 Thread snicoll
Author: snicoll Date: Sun Feb 22 15:44:32 2009 New Revision: 746740 URL: http://svn.apache.org/viewvc?rev=746740&view=rev Log: MEAR-81: it is now possible to disable the generation of application.xml if version is set to 5. Added: maven/plugins/trunk/maven-ear-plugin/src/test/resources/proj

svn commit: r746754 - in /maven/plugins/trunk/maven-ear-plugin/src: main/java/org/apache/maven/plugin/ear/ site/apt/ test/java/org/apache/maven/plugin/ear/it/ test/resources/m2repo/eartest/jar-sample-

2009-02-22 Thread snicoll
Author: snicoll Date: Sun Feb 22 16:21:05 2009 New Revision: 746754 URL: http://svn.apache.org/viewvc?rev=746754&view=rev Log: MEAR-86: Added a way to include libraries in application.xml using a flag Added: maven/plugins/trunk/maven-ear-plugin/src/test/resources/m2repo/eartest/jar-sample-th

svn commit: r746757 - /maven/project/KEYS

2009-02-22 Thread snicoll
Author: snicoll Date: Sun Feb 22 16:30:41 2009 New Revision: 746757 URL: http://svn.apache.org/viewvc?rev=746757&view=rev Log: Added myself Modified: maven/project/KEYS Modified: maven/project/KEYS URL: http://svn.apache.org/viewvc/maven/project/KEYS?rev=746757&r1=746756&r2=746757&view=diff

svn commit: r746760 - /maven/plugins/trunk/maven-ear-plugin/pom.xml

2009-02-22 Thread snicoll
Author: snicoll Date: Sun Feb 22 16:36:26 2009 New Revision: 746760 URL: http://svn.apache.org/viewvc?rev=746760&view=rev Log: prepare for the release Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml URL: http://svn.apache.org/vie

svn commit: r746791 - in /maven/plugins/trunk/maven-invoker-plugin/src: it/invocation-multiple/src/it/project/ main/java/org/apache/maven/plugin/invoker/

2009-02-22 Thread bentmann
Author: bentmann Date: Sun Feb 22 18:24:55 2009 New Revision: 746791 URL: http://svn.apache.org/viewvc?rev=746791&view=rev Log: [MINVOKER-83] Allow to configure different system properties for multi-invocation builds Added: maven/plugins/trunk/maven-invoker-plugin/src/it/invocation-multiple

svn commit: r746796 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java

2009-02-22 Thread bentmann
Author: bentmann Date: Sun Feb 22 18:41:03 2009 New Revision: 746796 URL: http://svn.apache.org/viewvc?rev=746796&view=rev Log: [MPLUGIN-110] Make easier to pass parameters into MojoDescriptorExtractors o Catched potential linkage error when users update the plugin version but forget the depende

svn commit: r746807 - in /maven/components/trunk/maven-project/src/test/resources/org/apache/maven/project: ProjectClasspathTest.xml canonical/CanonicalProjectBuilderTest.xml

2009-02-22 Thread bentmann
Author: bentmann Date: Sun Feb 22 20:06:57 2009 New Revision: 746807 URL: http://svn.apache.org/viewvc?rev=746807&view=rev Log: o Fixed test descriptors due to r746432 Modified: maven/components/trunk/maven-project/src/test/resources/org/apache/maven/project/ProjectClasspathTest.xml mav

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

2009-02-22 Thread bentmann
Author: bentmann Date: Sun Feb 22 21:00:18 2009 New Revision: 746818 URL: http://svn.apache.org/viewvc?rev=746818&view=rev Log: o Fixed dependency resolution (the dependency artifacts are cached so we can't employ the scope filter here) Modified: maven/components/trunk/maven-core/src/main/j

svn commit: r746819 - /maven/components/trunk/maven-toolchain/src/main/java/org/apache/maven/toolchain/ToolchainManager.java

2009-02-22 Thread bentmann
Author: bentmann Date: Sun Feb 22 21:01:29 2009 New Revision: 746819 URL: http://svn.apache.org/viewvc?rev=746819&view=rev Log: o Partly reverted r746431 to restore backward-compat with plugins like Surefire that access this field directly for manual container lookups Modified: maven/compon

svn commit: r746832 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/LegacyRepositorySystem.java

2009-02-22 Thread bentmann
Author: bentmann Date: Sun Feb 22 21:58:50 2009 New Revision: 746832 URL: http://svn.apache.org/viewvc?rev=746832&view=rev Log: o Fixed artifact filter propagation o Added task tag for bug in resolution of system-scope dependencies Modified: maven/components/trunk/maven-project/src/main/java

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

2009-02-22 Thread bentmann
Author: bentmann Date: Sun Feb 22 22:24:15 2009 New Revision: 746837 URL: http://svn.apache.org/viewvc?rev=746837&view=rev Log: [MNG-947] add optional flag for dependencies o Added IT Added: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0947O

svn commit: r746839 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it: IntegrationTestSuite.java MavenITmng3057VersionExprTransformations.java MavenITmng3057Ve

2009-02-22 Thread bentmann
Author: bentmann Date: Sun Feb 22 22:28:52 2009 New Revision: 746839 URL: http://svn.apache.org/viewvc?rev=746839&view=rev Log: o Added *Test suffix to class name Added: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformati

svn commit: r746853 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

2009-02-22 Thread olamy
Author: olamy Date: Mon Feb 23 01:17:17 2009 New Revision: 746853 URL: http://svn.apache.org/viewvc?rev=746853&view=rev Log: use last modello snapshot to fix the build broken due to MODELLO-184 Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml Modified: maven/plugins/trunk/maven-cha

svn commit: r746858 - /maven/enforcer/trunk/enforcer-rules/src/it/requirePluginsUnchecked/pom.xml

2009-02-22 Thread brianf
Author: brianf Date: Mon Feb 23 02:06:05 2009 New Revision: 746858 URL: http://svn.apache.org/viewvc?rev=746858&view=rev Log: MENFORCER-62, convert the uncheckedPlugins from a list to comma separated string -- update the test project Modified: maven/enforcer/trunk/enforcer-rules/src/it/requi

svn commit: r746860 - in /maven/enforcer/trunk: enforcer-api/pom.xml enforcer-rules/pom.xml maven-enforcer-plugin/pom.xml pom.xml

2009-02-22 Thread brianf
Author: brianf Date: Mon Feb 23 02:08:19 2009 New Revision: 746860 URL: http://svn.apache.org/viewvc?rev=746860&view=rev Log: [maven-release-plugin] prepare release enforcer-1.0-beta-1 Modified: maven/enforcer/trunk/enforcer-api/pom.xml maven/enforcer/trunk/enforcer-rules/pom.xml mave

svn commit: r746861 - in /maven/enforcer/tags/enforcer-1.0-beta-1: ./ enforcer-api/ enforcer-api/src/custom-rule-sample/ enforcer-api/src/site/apt/ enforcer-rules/ enforcer-rules/src/it/requirePlugins

2009-02-22 Thread brianf
Author: brianf Date: Mon Feb 23 02:08:29 2009 New Revision: 746861 URL: http://svn.apache.org/viewvc?rev=746861&view=rev Log: [maven-release-plugin] copy for tag enforcer-1.0-beta-1 Added: maven/enforcer/tags/enforcer-1.0-beta-1/ - copied from r746610, maven/enforcer/trunk/ maven/e

svn commit: r746862 - in /maven/enforcer/trunk: enforcer-api/pom.xml enforcer-rules/pom.xml maven-enforcer-plugin/pom.xml pom.xml

2009-02-22 Thread brianf
Author: brianf Date: Mon Feb 23 02:08:34 2009 New Revision: 746862 URL: http://svn.apache.org/viewvc?rev=746862&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/enforcer/trunk/enforcer-api/pom.xml maven/enforcer/trunk/enforcer-rules/pom.xml m

svn commit: r746870 - /maven/site/trunk/src/site/apt/developers/committer-settings.apt

2009-02-22 Thread brianf
Author: brianf Date: Mon Feb 23 03:38:55 2009 New Revision: 746870 URL: http://svn.apache.org/viewvc?rev=746870&view=rev Log: update the settings for the new ids Modified: maven/site/trunk/src/site/apt/developers/committer-settings.apt Modified: maven/site/trunk/src/site/apt/developers/commi