Author: ltheussl
Date: Thu May 14 05:33:40 2009
New Revision: 774641
URL: http://svn.apache.org/viewvc?rev=774641&view=rev
Log:
Fix links
Modified:
maven/site/trunk/src/site/apt/download.apt.vm
maven/site/trunk/src/site/apt/plugins/maven-clover-plugin/index.apt
Modified: maven/site/trunk
Author: ltheussl
Date: Thu May 14 05:32:18 2009
New Revision: 774640
URL: http://svn.apache.org/viewvc?rev=774640&view=rev
Log:
Update snippet url, release config is in the asf pom now
Modified:
maven/site/trunk/src/site/apt/developers/release/releasing.apt
Modified: maven/site/trunk/src/sit
Author: jvanzyl
Date: Thu May 14 02:47:02 2009
New Revision: 774620
URL: http://svn.apache.org/viewvc?rev=774620&view=rev
Log:
o all core tests pass again, on to ITs
Modified:
maven/components/branches/MNG-2766/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactReso
Author: bentmann
Date: Wed May 13 20:44:43 2009
New Revision: 774522
URL: http://svn.apache.org/viewvc?rev=774522&view=rev
Log:
o Fixed resolution of project dependencies
Modified:
maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder
Author: jvanzyl
Date: Wed May 13 20:33:31 2009
New Revision: 774518
URL: http://svn.apache.org/viewvc?rev=774518&view=rev
Log:
o removing duplicate tear down
Modified:
maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/project/AbstractMavenProjectTestCase.java
Author: jvanzyl
Date: Wed May 13 20:27:13 2009
New Revision: 774515
URL: http://svn.apache.org/viewvc?rev=774515&view=rev
Log:
o bunch more patches from Igor to keep the heap down. junit is just not letting
go.
Modified:
maven/components/branches/MNG-2766/build.xml
maven/components/bran
Author: bentmann
Date: Wed May 13 20:18:24 2009
New Revision: 774509
URL: http://svn.apache.org/viewvc?rev=774509&view=rev
Log:
o Restored deleted methods for backward-compat with existing plugins like
javadoc
o Deprecated similar methods for other scopes
Modified:
maven/components/branches
Author: jvanzyl
Date: Wed May 13 20:08:44 2009
New Revision: 774505
URL: http://svn.apache.org/viewvc?rev=774505&view=rev
Log:
o tear down to keep the heap down
Modified:
maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/project/AbstractMavenProjectTestCase.java
M
Author: jvanzyl
Date: Wed May 13 19:56:25 2009
New Revision: 774502
URL: http://svn.apache.org/viewvc?rev=774502&view=rev
Log:
o fix by igor to keep the heap down.
Modified:
maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
Modifie
Author: jvanzyl
Date: Wed May 13 18:45:07 2009
New Revision: 774488
URL: http://svn.apache.org/viewvc?rev=774488&view=rev
Log:
o classloaders are now managed by the plugin manager.
Modified:
maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/plugin/PluginManagerTest
Author: jvanzyl
Date: Wed May 13 18:42:56 2009
New Revision: 774487
URL: http://svn.apache.org/viewvc?rev=774487&view=rev
Log:
o another pass the the plugin manager
Modified:
maven/components/branches/MNG-2766/maven-compat/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionRe
Author: jvanzyl
Date: Wed May 13 17:58:59 2009
New Revision: 774451
URL: http://svn.apache.org/viewvc?rev=774451&view=rev
Log:
o add a check for the fake session used in testing.
Modified:
maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/execution/MavenSession.jav
Author: jvanzyl
Date: Wed May 13 17:24:37 2009
New Revision: 774442
URL: http://svn.apache.org/viewvc?rev=774442&view=rev
Log:
o change constructor
Modified:
maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java
Modif
Author: jvanzyl
Date: Wed May 13 16:13:18 2009
New Revision: 774415
URL: http://svn.apache.org/viewvc?rev=774415&view=rev
Log:
o updating to releases of classworlds and plexus
Modified:
maven/components/branches/MNG-2766/pom.xml
Modified: maven/components/branches/MNG-2766/pom.xml
URL:
http
Author: jvanzyl
Date: Wed May 13 15:32:42 2009
New Revision: 774404
URL: http://svn.apache.org/viewvc?rev=774404&view=rev
Log:
o change signatures to match the changes in the plugin manager
Modified:
maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/plugin/PluginMa
Author: jvanzyl
Date: Wed May 13 13:41:06 2009
New Revision: 774361
URL: http://svn.apache.org/viewvc?rev=774361&view=rev
Log:
o removing MavenProject from the public signature of the plugin manager to
enforce the concern of the plugin manager which is simply to execute plugins.
all configuratio
Author: jvanzyl
Date: Wed May 13 13:22:39 2009
New Revision: 774348
URL: http://svn.apache.org/viewvc?rev=774348&view=rev
Log:
o formatting
Modified:
maven/components/branches/MNG-2766/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactResolver.java
Modified:
mave
Author: jvanzyl
Date: Wed May 13 13:21:40 2009
New Revision: 774344
URL: http://svn.apache.org/viewvc?rev=774344&view=rev
Log:
o add necessary component
Modified:
maven/components/branches/MNG-2766/maven-core/src/test/resources/org/apache/maven/project/ProjectClasspathTest.xml
Modified:
ma
Author: jvanzyl
Date: Wed May 13 13:20:30 2009
New Revision: 774341
URL: http://svn.apache.org/viewvc?rev=774341&view=rev
Log:
o reduce the number of constructors
o deprecate access to the container
Modified:
maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/execut
Author: jvanzyl
Date: Wed May 13 13:18:59 2009
New Revision: 774335
URL: http://svn.apache.org/viewvc?rev=774335&view=rev
Log:
o use the one way of creating an artifact resolution request.
Modified:
maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/project/DefaultM
Author: jvanzyl
Date: Wed May 13 13:18:37 2009
New Revision: 774334
URL: http://svn.apache.org/viewvc?rev=774334&view=rev
Log:
o only provide one way to construct the request.
Modified:
maven/components/branches/MNG-2766/maven-compat/src/main/java/org/apache/maven/artifact/resolver/ArtifactR
Author: jvanzyl
Date: Wed May 13 13:15:48 2009
New Revision: 774327
URL: http://svn.apache.org/viewvc?rev=774327&view=rev
Log:
o remove the resolve plugin version, this logic will all be handled by building
up the project model, and there will be no magical plugin version diddling. you
must set
22 matches
Mail list logo