svn commit: r773470 - in /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin: DefaultPluginClassLoaderCache.java DefaultPluginManager.java PluginClassLoaderCache.java

2009-05-10 Thread jvanzyl
Author: jvanzyl Date: Mon May 11 05:20:53 2009 New Revision: 773470 URL: http://svn.apache.org/viewvc?rev=773470&view=rev Log: (empty) Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginClassLoaderCache.java maven/components/branch

svn commit: r773466 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2009-05-10 Thread jvanzyl
Author: jvanzyl Date: Mon May 11 04:53:55 2009 New Revision: 773466 URL: http://svn.apache.org/viewvc?rev=773466&view=rev Log: o hack is no longer required to set the project.build.directory Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/project/Defaul

svn commit: r773460 - in /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/project: DefaultMavenProjectBuilder.java DefaultMavenProjectCache.java MavenProjectCache.java

2009-05-10 Thread jvanzyl
Author: jvanzyl Date: Mon May 11 04:42:19 2009 New Revision: 773460 URL: http://svn.apache.org/viewvc?rev=773460&view=rev Log: o maven project cache, integrators can do what they like with project caching Added: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/pro

svn commit: r773457 - in /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin: DefaultPluginClassLoaderCache.java PluginClassLoaderCache.java

2009-05-10 Thread jvanzyl
Author: jvanzyl Date: Mon May 11 04:10:09 2009 New Revision: 773457 URL: http://svn.apache.org/viewvc?rev=773457&view=rev Log: o simple plugin classloader cache, i cannot anticipate what client code will need. Igor already proved that it's impossible to generalize for the IDE environment and it'

svn commit: r773456 [2/2] - in /maven/components/branches/MNG-2766: ./ maven-compat/src/main/java/org/apache/maven/artifact/ maven-compat/src/main/java/org/apache/maven/artifact/manager/ maven-compat/

2009-05-10 Thread jvanzyl
Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/execution/MavenSession.java URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/execution/MavenSession.java?rev=773456&r1=773455&r2=773456&view=diff ==

svn commit: r773430 - /maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

2009-05-10 Thread carlos
Author: carlos Date: Sun May 10 23:04:08 2009 New Revision: 773430 URL: http://svn.apache.org/viewvc?rev=773430&view=rev Log: Fix org.efaps Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

svn commit: r773428 - in /maven/components/branches/MNG-2766/maven-model-builder/src/main/java/org/apache/maven/model: Processor.java ProcessorContext.java processors/

2009-05-10 Thread bentmann
Author: bentmann Date: Sun May 10 22:29:31 2009 New Revision: 773428 URL: http://svn.apache.org/viewvc?rev=773428&view=rev Log: o Deleted processors which have been replaced by mergers. To recap, the mergers operate on two instead of three models which reduces complexity. While the mergers are c

svn commit: r773422 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2009-05-10 Thread bentmann
Author: bentmann Date: Sun May 10 22:08:50 2009 New Revision: 773422 URL: http://svn.apache.org/viewvc?rev=773422&view=rev Log: o Decoupled from processor Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java Modified:

svn commit: r773411 - in /maven/components/branches/MNG-2766/maven-core/src: main/java/org/apache/maven/lifecycle/ main/java/org/apache/maven/project/ test/java/org/apache/maven/project/

2009-05-10 Thread bentmann
Author: bentmann Date: Sun May 10 21:31:02 2009 New Revision: 773411 URL: http://svn.apache.org/viewvc?rev=773411&view=rev Log: o Tweaked API to express in-situ injection of default mojo configuration values Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/mav

svn commit: r773402 - in /maven/components/branches/MNG-2766/maven-core/src: main/java/org/apache/maven/model/ main/java/org/apache/maven/model/lifecycle/ main/java/org/apache/maven/project/ test/reso

2009-05-10 Thread bentmann
Author: bentmann Date: Sun May 10 20:36:21 2009 New Revision: 773402 URL: http://svn.apache.org/viewvc?rev=773402&view=rev Log: o Moved injection of default plugin executions defined by lifecycle bindings into dedicated component and decoupled from processors Added: maven/components/branche

svn commit: r773323 - in /maven/components/branches/MNG-2766: maven-model-builder/src/main/java/org/apache/maven/model/ maven-model-builder/src/main/java/org/apache/maven/model/management/ maven-model

2009-05-10 Thread bentmann
Author: bentmann Date: Sun May 10 10:46:05 2009 New Revision: 773323 URL: http://svn.apache.org/viewvc?rev=773323&view=rev Log: o Moved injection of plugin/dependency management into isolated component and decoupled from processors. The new component resembles the ModelDefaultsInjector from 2.x

svn commit: r773320 - in /maven/plugin-tools/trunk: maven-plugin-plugin/src/it/ignore-plugin-class-realm/ maven-plugin-plugin/src/it/ignore-plugin-class-realm/dep-a/ maven-plugin-plugin/src/it/ignore-

2009-05-10 Thread bentmann
Author: bentmann Date: Sun May 10 10:06:36 2009 New Revision: 773320 URL: http://svn.apache.org/viewvc?rev=773320&view=rev Log: [MPLUGIN-150] Update to QDox 1.9.1 o Updated dependency and added IT to motivate update Added: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ignore-plugin-cl