svn commit: r697952 - in /maven/shared/trunk/maven-archiver: ./ src/main/java/org/apache/maven/archiver/ src/site/apt/examples/ src/test/java/org/apache/maven/archiver/

2008-09-22 Thread jdcasey
Author: jdcasey Date: Mon Sep 22 12:16:33 2008 New Revision: 697952 URL: http://svn.apache.org/viewvc?rev=697952view=rev Log: [MSHARED-32] Introduce custom classpath layout; see src/site/examples/classpath.apt for more information. Modified: maven/shared/trunk/maven-archiver/pom.xml

svn commit: r697965 - in /maven/shared/trunk/maven-archiver/src: main/java/org/apache/maven/archiver/ test/java/org/apache/maven/archiver/ test/resources/

2008-09-22 Thread jdcasey
Author: jdcasey Date: Mon Sep 22 12:58:52 2008 New Revision: 697965 URL: http://svn.apache.org/viewvc?rev=697965view=rev Log: [MSHARED-36] Switch to using the timestamp/buildnumber version for classpath entries by default, customizable using the custom classpathLayoutType and a specified

svn commit: r697981 - in /maven/shared/trunk/maven-archiver/src: main/java/org/apache/maven/archiver/ManifestConfiguration.java main/java/org/apache/maven/archiver/MavenArchiver.java site/apt/examples

2008-09-22 Thread jdcasey
Author: jdcasey Date: Mon Sep 22 13:44:40 2008 New Revision: 697981 URL: http://svn.apache.org/viewvc?rev=697981view=rev Log: improve documentation for classpath examples some more, and add useUniqueVersions feature to manifest configuration for use in repository and simple (default) classpath

svn commit: r697982 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

2008-09-22 Thread jdcasey
Author: jdcasey Date: Mon Sep 22 13:45:41 2008 New Revision: 697982 URL: http://svn.apache.org/viewvc?rev=697982view=rev Log: [MJAR-28] Update to use maven-archiver 2.4-snapshot, which provides much more control over classpath layout, including the type of snapshot versioning to use. Modified

svn commit: r697138 - /maven/plugins/trunk/maven-source-plugin/src/main/java/org/apache/maven/plugin/source/AbstractSourceJarMojo.java

2008-09-19 Thread jdcasey
Author: jdcasey Date: Fri Sep 19 08:49:58 2008 New Revision: 697138 URL: http://svn.apache.org/viewvc?rev=697138view=rev Log: [MSOURCES-40] Allow extenders of AbstractSourceJarMojo to throw MojoExecutionException from getSources and getResources methods. Partially submitted by: Marvin Froeder

svn commit: r697142 - in /maven/components/branches: 2.2.0-M1-MNG-3759/ maven-2.2.x/

2008-09-19 Thread jdcasey
Author: jdcasey Date: Fri Sep 19 09:18:28 2008 New Revision: 697142 URL: http://svn.apache.org/viewvc?rev=697142view=rev Log: Renaming to feature branch. Added: maven/components/branches/2.2.0-M1-MNG-3759/ (props changed) - copied from r697141, maven/components/branches/maven-2.2.x

svn commit: r697143 - in /maven/components/branches/2.2.0-M1-MNG-3759: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-19 Thread jdcasey
Author: jdcasey Date: Fri Sep 19 09:23:39 2008 New Revision: 697143 URL: http://svn.apache.org/viewvc?rev=697143view=rev Log: Bumping version. Modified: maven/components/branches/2.2.0-M1-MNG-3759/apache-maven/pom.xml maven/components/branches/2.2.0-M1-MNG-3759/maven-artifact-manager

svn commit: r697220 - in /maven/shared/trunk/maven-common-artifact-filters/src: main/java/org/apache/maven/shared/artifact/filter/ScopeArtifactFilter.java test/java/org/apache/maven/shared/artifact/fi

2008-09-19 Thread jdcasey
Author: jdcasey Date: Fri Sep 19 13:17:14 2008 New Revision: 697220 URL: http://svn.apache.org/viewvc?rev=697220view=rev Log: Fix NPE for Artifact.getId() when artifact uses a version range instead of a single version...this is triggered when an artifact is excluded from

svn propchange: r697220 - svn:log

2008-09-19 Thread jdcasey
Author: jdcasey Revision: 697220 Modified property: svn:log Modified: svn:log at Fri Sep 19 13:21:54 2008 -- --- svn:log (original) +++ svn:log Fri Sep 19 13:21:54 2008 @@ -1 +1 @@ -Fix NPE for Artifact.getId() when

svn commit: r697230 - in /maven/plugins/trunk/maven-assembly-plugin: pom.xml src/it/projects/bugs/massembly-306/ src/it/projects/bugs/massembly-306/goals.txt src/it/projects/bugs/massembly-306/pom.xml

2008-09-19 Thread jdcasey
Author: jdcasey Date: Fri Sep 19 13:39:48 2008 New Revision: 697230 URL: http://svn.apache.org/viewvc?rev=697230view=rev Log: [MASSEMBLY-306] Adding integration test to verify that NPE is fixed. Added: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/bugs/massembly-306/ maven

svn commit: r697251 - in /maven/plugins/trunk/maven-assembly-plugin/src/it/projects/repositories/massembly-196: ./ src/ src/main/ src/main/assembly/ src/main/java/ src/main/java/test/

2008-09-19 Thread jdcasey
Author: jdcasey Date: Fri Sep 19 14:31:06 2008 New Revision: 697251 URL: http://svn.apache.org/viewvc?rev=697251view=rev Log: [MASSEMBLY-196] Integration test that will verify this issue is working. Added: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/repositories/massembly-196

svn commit: r696678 - /maven/components/branches/maven-2.2.x/

2008-09-18 Thread jdcasey
Author: jdcasey Date: Thu Sep 18 08:47:01 2008 New Revision: 696678 URL: http://svn.apache.org/viewvc?rev=696678view=rev Log: Creating 2.2.x branch for the beginnings of some planning/work on that release. Added: maven/components/branches/maven-2.2.x/ (props changed) - copied from

svn commit: r696704 - /maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/InstallMojo.java

2008-09-18 Thread jdcasey
Author: jdcasey Date: Thu Sep 18 09:52:55 2008 New Revision: 696704 URL: http://svn.apache.org/viewvc?rev=696704view=rev Log: [MINVOKER-64] For dependency artifacts that aren't in the current reactor, install them from the local repository when invoker:install is called. Modified: maven

svn commit: r696771 - in /maven/plugins/trunk/maven-assembly-plugin: ./ src/it/projects/dependency-sets/dep-with-transitive-filter/ src/it/projects/dependency-sets/dep-with-transitive-filter/src/ src/

2008-09-18 Thread jdcasey
Author: jdcasey Date: Thu Sep 18 12:19:26 2008 New Revision: 696771 URL: http://svn.apache.org/viewvc?rev=696771view=rev Log: [MASSEMBLY-354] Fix behavior concerning useTransitiveFiltering == true and include patterns that contain wildcards. Added: maven/plugins/trunk/maven-assembly-plugin

svn commit: r696835 - in /maven/plugins/trunk/maven-assembly-plugin: ./ src/it/projects/bugs/massembly-285/massembly-285-assembly/ src/main/java/org/apache/maven/plugin/assembly/archive/archiver/ src/

2008-09-18 Thread jdcasey
Author: jdcasey Date: Thu Sep 18 15:22:10 2008 New Revision: 696835 URL: http://svn.apache.org/viewvc?rev=696835view=rev Log: [MASSEMBLY-285] Update to latest snapshot of plexus-archiver (1.0-alpha-11-SNAPSHOT), and enabled the integration test. Modified: maven/plugins/trunk/maven-assembly

svn commit: r696859 - in /maven/plugins/trunk/maven-assembly-plugin/src: main/resources/assemblies/ site/apt/

2008-09-18 Thread jdcasey
Author: jdcasey Date: Thu Sep 18 16:57:39 2008 New Revision: 696859 URL: http://svn.apache.org/viewvc?rev=696859view=rev Log: cleaning up built-in descriptor refs, and documentation of these refs. Modified: maven/plugins/trunk/maven-assembly-plugin/src/main/resources/assemblies/bin.xml

svn commit: r696865 - /maven/site/trunk/pom.xml

2008-09-18 Thread jdcasey
Author: jdcasey Date: Thu Sep 18 17:14:07 2008 New Revision: 696865 URL: http://svn.apache.org/viewvc?rev=696865view=rev Log: bumping to 2.1.0-M1 release version. Modified: maven/site/trunk/pom.xml Modified: maven/site/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/site/trunk

svn commit: r696902 - in /maven/site/trunk: pom.xml src/site/apt/download.apt.vm

2008-09-18 Thread jdcasey
Author: jdcasey Date: Thu Sep 18 20:39:15 2008 New Revision: 696902 URL: http://svn.apache.org/viewvc?rev=696902view=rev Log: Re-adding 2.0.9 as the current version, with 2.1.0-M1 as a preview version. Modified: maven/site/trunk/pom.xml maven/site/trunk/src/site/apt/download.apt.vm

svn commit: r696393 - in /maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/multiple-wildcard-includes: ./ src/ src/main/ src/main/assembly/ src/main/java/ src/main/java/test/

2008-09-17 Thread jdcasey
Author: jdcasey Date: Wed Sep 17 11:39:21 2008 New Revision: 696393 URL: http://svn.apache.org/viewvc?rev=696393view=rev Log: [MASSEMBLY-241] integration test verifying that multiple wildcard include patterns work together. Added: maven/plugins/trunk/maven-assembly-plugin/src/it/projects

svn commit: r696505 - in /maven/shared/trunk/maven-common-artifact-filters/src: main/java/org/apache/maven/shared/artifact/filter/ test/java/org/apache/maven/shared/artifact/filter/

2008-09-17 Thread jdcasey
Author: jdcasey Date: Wed Sep 17 15:46:35 2008 New Revision: 696505 URL: http://svn.apache.org/viewvc?rev=696505view=rev Log: Make transitive pattern matching work correctly. Modified: maven/shared/trunk/maven-common-artifact-filters/src/main/java/org/apache/maven/shared/artifact/filter

svn commit: r696033 - in /maven/plugins/trunk/maven-assembly-plugin/src/it/projects/dependency-sets/outputFileNameMappingWithUnpack: ./ goals.txt pom.xml src/ src/main/ src/main/assembly/ src/main/ass

2008-09-16 Thread jdcasey
Author: jdcasey Date: Tue Sep 16 13:07:34 2008 New Revision: 696033 URL: http://svn.apache.org/viewvc?rev=696033view=rev Log: [MASSEMBLY-312] Adding modified version of Petar's integration test, to verify that outputFileNameMapping IS NOT appended to outputDirectory when unpack == true. Added

svn propchange: r696033 - svn:log

2008-09-16 Thread jdcasey
Author: jdcasey Revision: 696033 Modified property: svn:log Modified: svn:log at Tue Sep 16 13:08:14 2008 -- --- svn:log (original) +++ svn:log Tue Sep 16 13:08:14 2008 @@ -1 +1,4 @@ [MASSEMBLY-312] Adding modified

svn commit: r696035 - in /maven/plugins/trunk/maven-assembly-plugin/src/main/mdo: component.mdo descriptor.mdo

2008-09-16 Thread jdcasey
Author: jdcasey Date: Tue Sep 16 13:12:41 2008 New Revision: 696035 URL: http://svn.apache.org/viewvc?rev=696035view=rev Log: [MASSEMBLY-312] Adding notice to outputFileNameMapping element in the MDO files to warn against combining outputFileNameMapping and unpack == true. Modified: maven

svn commit: r696113 - in /maven/plugins/trunk/maven-assembly-plugin/src: it/projects/dependency-sets/massembly-345/ it/projects/dependency-sets/massembly-345/src/ it/projects/dependency-sets/massembly

2008-09-16 Thread jdcasey
Author: jdcasey Date: Tue Sep 16 17:37:20 2008 New Revision: 696113 URL: http://svn.apache.org/viewvc?rev=696113view=rev Log: [MASSEMBLY-345] Allow archiver instances to be configured from a new parameter in the plugin config within the POM: archiverConfig. This will allow

svn commit: r694822 - in /maven/plugins/trunk/maven-assembly-plugin/src: it/projects/mojo-configuration/skipAssemblyCLIPropertySet/ it/projects/mojo-configuration/skipAssemblyCLIPropertySet/src/ it/pr

2008-09-12 Thread jdcasey
Author: jdcasey Date: Fri Sep 12 15:30:38 2008 New Revision: 694822 URL: http://svn.apache.org/viewvc?rev=694822view=rev Log: [MASSEMBLY-287] Enable skipAssembly parameter to be triggered from the command line. Integration test submitted by: Petar Tahchiev Added: maven/plugins/trunk/maven

svn commit: r694818 - in /maven/plugins/trunk/maven-assembly-plugin: ./ src/it/projects/basic-features/massembly-351-projectPrefixInterp/ src/it/projects/basic-features/massembly-351-projectPrefixInte

2008-09-12 Thread jdcasey
Author: jdcasey Date: Fri Sep 12 15:12:41 2008 New Revision: 694818 URL: http://svn.apache.org/viewvc?rev=694818view=rev Log: [MASSEMBLY-351] Realign assembly-descriptor interpolation with outputDirectory/outputFileNameMapping interpolation, and use reflective interpolator instead of model

svn commit: r694296 - /maven/components/branches/maven-2.1.x/maven-reporting/maven-reporting-api/pom.xml

2008-09-11 Thread jdcasey
Author: jdcasey Date: Thu Sep 11 08:25:13 2008 New Revision: 694296 URL: http://svn.apache.org/viewvc?rev=694296view=rev Log: bumping to M2 version Modified: maven/components/branches/maven-2.1.x/maven-reporting/maven-reporting-api/pom.xml Modified: maven/components/branches/maven-2.1.x

svn commit: r694297 - in /maven/components/branches/maven-2.1.x/maven-script: maven-script-ant/pom.xml maven-script-beanshell/pom.xml

2008-09-11 Thread jdcasey
Author: jdcasey Date: Thu Sep 11 08:26:41 2008 New Revision: 694297 URL: http://svn.apache.org/viewvc?rev=694297view=rev Log: bumping to M2 version. Modified: maven/components/branches/maven-2.1.x/maven-script/maven-script-ant/pom.xml maven/components/branches/maven-2.1.x/maven-script

svn commit: r694316 - in /maven/components/branches/maven-2.1.x: ./ maven-core/src/main/java/org/apache/maven/cli/ maven-core/src/main/java/org/apache/maven/lifecycle/ maven-core/src/main/resources/ME

2008-09-11 Thread jdcasey
Author: jdcasey Date: Thu Sep 11 08:51:17 2008 New Revision: 694316 URL: http://svn.apache.org/viewvc?rev=694316view=rev Log: Merging up to RC17 code from the 2.1.0-M1-RC branch. Modified: maven/components/branches/maven-2.1.x/ (props changed) maven/components/branches/maven-2.1.x

svn commit: r694326 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/

2008-09-11 Thread jdcasey
Author: jdcasey Date: Thu Sep 11 09:02:59 2008 New Revision: 694326 URL: http://svn.apache.org/viewvc?rev=694326view=rev Log: bumping upper range limit to 2.99.99 to allow 2.2 code to run these tests unless we consciously restrict them. Modified: maven/core-integration-testing/trunk/core

svn commit: r694345 - in /maven/components/branches/maven-2.1.x: ./ maven-core/src/main/java/org/apache/maven/lifecycle/ maven-project/src/test/java/org/apache/maven/project/ maven-project/src/test/ja

2008-09-11 Thread jdcasey
Author: jdcasey Date: Thu Sep 11 09:42:51 2008 New Revision: 694345 URL: http://svn.apache.org/viewvc?rev=694345view=rev Log: Fixing executionProject sync, merged from 688259 of 2.1.0-M1-RC branch. Modified: maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven

svn commit: r694349 - /maven/components/branches/maven-2.1.x/maven-project/src/test/java/org/apache/maven/project/MavenProjectDynamismTest.java

2008-09-11 Thread jdcasey
Author: jdcasey Date: Thu Sep 11 10:03:12 2008 New Revision: 694349 URL: http://svn.apache.org/viewvc?rev=694349view=rev Log: correcting unit test for script roots, which have to stay relative for now due to a problem in the maven-plugin-tools-api that has been corrected but isn't widely used

svn commit: r694350 - /maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/format/FileSetFormatter.java

2008-09-11 Thread jdcasey
Author: jdcasey Date: Thu Sep 11 10:04:17 2008 New Revision: 694350 URL: http://svn.apache.org/viewvc?rev=694350view=rev Log: cosmetic parameter name change Modified: maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/format/FileSetFormatter.java

svn commit: r694376 - in /maven/components/branches/maven-2.1.x: ./ maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java maven-project/src/test/java/org/apache/maven/proje

2008-09-11 Thread jdcasey
Author: jdcasey Date: Thu Sep 11 10:40:00 2008 New Revision: 694376 URL: http://svn.apache.org/viewvc?rev=694376view=rev Log: Merging in fix for MNG-3729, for real this time. Modified: maven/components/branches/maven-2.1.x/ (props changed) maven/components/branches/maven-2.1.x/maven

svn commit: r694437 - in /maven/plugins/trunk/maven-assembly-plugin: integration-test-archetype/src/main/resources/archetype-resources/ src/it/projects/file-sets/filtered-module-sources/ src/it/projec

2008-09-11 Thread jdcasey
Author: jdcasey Date: Thu Sep 11 12:40:30 2008 New Revision: 694437 URL: http://svn.apache.org/viewvc?rev=694437view=rev Log: [MASSEMBLY-293][MASSEMBLY-322][MASSEMBLY-340] Fixing file-set filtering. Added: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/file-sets/filtered-module

svn commit: r694444 - in /maven/plugins/trunk/maven-assembly-plugin/src/it/projects/file-sets: multimodule-unix-lineEndings/ multimodule-unix-lineEndings/child/ multimodule-unix-lineEndings/child/src/

2008-09-11 Thread jdcasey
Author: jdcasey Date: Thu Sep 11 12:56:02 2008 New Revision: 69 URL: http://svn.apache.org/viewvc?rev=69view=rev Log: [MASSEMBLY-237] Adding integration tests to verify that the fix for MASSEMBLY-293 also fixed this issue. Added: maven/plugins/trunk/maven-assembly-plugin/src

svn propchange: r694529 - svn:log

2008-09-11 Thread jdcasey
Author: jdcasey Revision: 694529 Modified property: svn:log Modified: svn:log at Thu Sep 11 16:03:42 2008 -- --- svn:log (original) +++ svn:log Thu Sep 11 16:03:42 2008 @@ -1,5 +1,3 @@ -[MASSEMBLY-331] Fixing order

svn commit: r693909 - in /maven/components/branches/maven-2.0.x: maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/ maven-artifact/src/main/java/org/apache/maven/artifact/resolver

2008-09-10 Thread jdcasey
Author: jdcasey Date: Wed Sep 10 10:45:23 2008 New Revision: 693909 URL: http://svn.apache.org/viewvc?rev=693909view=rev Log: merging bootstrap-specific main method back into MavenCli. Modified: maven/components/branches/maven-2.0.x/maven-artifact-manager/src/main/java/org/apache/maven

svn propchange: r693909 - svn:log

2008-09-10 Thread jdcasey
Author: jdcasey Revision: 693909 Modified property: svn:log Modified: svn:log at Wed Sep 10 10:46:06 2008 -- --- svn:log (original) +++ svn:log Wed Sep 10 10:46:06 2008 @@ -1 +1 @@ -merging bootstrap-specific main method

svn commit: r693921 - in /maven/components/branches/maven-2.0.x/maven-artifact-manager/src: main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java test/java/org/apache/maven/artifact/man

2008-09-10 Thread jdcasey
Author: jdcasey Date: Wed Sep 10 11:30:48 2008 New Revision: 693921 URL: http://svn.apache.org/viewvc?rev=693921view=rev Log: Fixing unit tests in maven-artifact-manager. Modified: maven/components/branches/maven-2.0.x/maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager

svn commit: r693922 - /maven/components/branches/maven-2.0.x/maven-artifact-manager/src/test/java/org/apache/maven/artifact/manager/DefaultWagonManagerTest.java

2008-09-10 Thread jdcasey
Author: jdcasey Date: Wed Sep 10 11:33:01 2008 New Revision: 693922 URL: http://svn.apache.org/viewvc?rev=693922view=rev Log: Rolling back debug settings for the unit test. Modified: maven/components/branches/maven-2.0.x/maven-artifact-manager/src/test/java/org/apache/maven/artifact/manager

svn commit: r693929 - in /maven/components/branches/maven-2.0.x: maven-core/src/main/java/org/apache/maven/cli/MavenCli.java maven-project/src/main/java/org/apache/maven/profiles/DefaultProfileManager

2008-09-10 Thread jdcasey
Author: jdcasey Date: Wed Sep 10 12:02:41 2008 New Revision: 693929 URL: http://svn.apache.org/viewvc?rev=693929view=rev Log: roll back to modello alpha-13 to avoid problems with strict flag and illegal elements in settings.xml, and merge profile deactivation and multiple profile options

svn commit: r693955 - /maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/profiles/DefaultProfileManager.java

2008-09-10 Thread jdcasey
Author: jdcasey Date: Wed Sep 10 12:46:18 2008 New Revision: 693955 URL: http://svn.apache.org/viewvc?rev=693955view=rev Log: ok, NOW I'm restoring profile deactivation. Modified: maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/profiles

svn commit: r693994 - /maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java

2008-09-10 Thread jdcasey
Author: jdcasey Date: Wed Sep 10 14:26:27 2008 New Revision: 693994 URL: http://svn.apache.org/viewvc?rev=693994view=rev Log: re-enabling '\!' for profile deactivation. Modified: maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java Modified

svn commit: r694031 - /maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java

2008-09-10 Thread jdcasey
Author: jdcasey Date: Wed Sep 10 15:11:50 2008 New Revision: 694031 URL: http://svn.apache.org/viewvc?rev=694031view=rev Log: fixing handling when dependency POMs are invalid. Modified: maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/project/artifact

svn commit: r693618 - /maven/components/branches/maven-2.1.0-M1-RC/maven-settings/src/main/java/org/apache/maven/settings/DefaultMavenSettingsBuilder.java

2008-09-09 Thread jdcasey
Author: jdcasey Date: Tue Sep 9 14:15:32 2008 New Revision: 693618 URL: http://svn.apache.org/viewvc?rev=693618view=rev Log: [MNG-3748] settings builder should use strict mode for the xml parser call. Modified: maven/components/branches/maven-2.1.0-M1-RC/maven-settings/src/main/java/org

svn commit: r693654 - in /maven/components/branches/maven-2.1.0-M1-RC: maven-core/src/main/java/org/apache/maven/cli/MavenCli.java pom.xml

2008-09-09 Thread jdcasey
Author: jdcasey Date: Tue Sep 9 16:36:03 2008 New Revision: 693654 URL: http://svn.apache.org/viewvc?rev=693654view=rev Log: [MNG-3748] Roll back modello plugin version to alpha-13 (the one 2.0.9 used) to avoid problems with strict checking. Modified: maven/components/branches/maven-2.1.0

svn commit: r693657 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/mng-3748-badSettingsXml/

2008-09-09 Thread jdcasey
Author: jdcasey Date: Tue Sep 9 16:44:33 2008 New Revision: 693657 URL: http://svn.apache.org/viewvc?rev=693657view=rev Log: [MNG-3748] integration test Added: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests

svn commit: r693659 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-09 Thread jdcasey
Author: jdcasey Date: Tue Sep 9 16:48:57 2008 New Revision: 693659 URL: http://svn.apache.org/viewvc?rev=693659view=rev Log: [maven-release-plugin] prepare release maven-2.1.0-M1-RC17 Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r693660 - in /maven/components/tags/maven-2.1.0-M1-RC17: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-core/src/main/java/org/apache/maven

2008-09-09 Thread jdcasey
Author: jdcasey Date: Tue Sep 9 16:49:28 2008 New Revision: 693660 URL: http://svn.apache.org/viewvc?rev=693660view=rev Log: [maven-release-plugin] copy for tag maven-2.1.0-M1-RC17 Added: maven/components/tags/maven-2.1.0-M1-RC17/ - copied from r693164, maven/components/branches

svn commit: r693661 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-09 Thread jdcasey
Author: jdcasey Date: Tue Sep 9 16:49:43 2008 New Revision: 693661 URL: http://svn.apache.org/viewvc?rev=693661view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r693165 - in /maven/components/branches/maven-2.1.0-M1-RC: maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java maven-project/src/main/java/org/apache/maven/pr

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 09:59:05 2008 New Revision: 693165 URL: http://svn.apache.org/viewvc?rev=693165view=rev Log: [MNG-3743] Found a more correct way of fixing this error, and now I've replicated the problem in an integration test to verify this fix. Modified: maven/components

svn commit: r693166 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/mng-3743-forkWithPluginManagement/ resources/mng-3743-

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 10:06:17 2008 New Revision: 693166 URL: http://svn.apache.org/viewvc?rev=693166view=rev Log: [MNG-3743] integration test. Added: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests

svn commit: r693167 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 10:07:18 2008 New Revision: 693167 URL: http://svn.apache.org/viewvc?rev=693167view=rev Log: [maven-release-plugin] prepare release maven-2.1.0-M1-RC15 Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r693169 - in /maven/components/tags/maven-2.1.0-M1-RC15: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-core/src/main/java/org/apache/maven

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 10:08:12 2008 New Revision: 693169 URL: http://svn.apache.org/viewvc?rev=693169view=rev Log: [maven-release-plugin] copy for tag maven-2.1.0-M1-RC15 Added: maven/components/tags/maven-2.1.0-M1-RC15/ - copied from r693164, maven/components/branches

svn commit: r693170 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 10:08:33 2008 New Revision: 693170 URL: http://svn.apache.org/viewvc?rev=693170view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r693295 - in /maven/components/branches/maven-2.1.0-M1-RC: maven-project/src/main/java/org/apache/maven/project/interpolation/AbstractStringBasedModelInterpolator.java pom.xml

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 14:53:32 2008 New Revision: 693295 URL: http://svn.apache.org/viewvc?rev=693295view=rev Log: [MNG-3746] Restore ability to override system properties for the purposes of POM interpolation using POM properties. Integration test will follow in a second. Modified

svn commit: r693296 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/mng-3535-selfReferentialProperties/ resources/mng-3535

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 14:54:51 2008 New Revision: 693296 URL: http://svn.apache.org/viewvc?rev=693296view=rev Log: [MNG-3535][MNG-3746] Improve integration tests for MNG-3535 to include an expected failure case, and add an integration test for a similar problem where POM properties

svn commit: r693305 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/mng-3746-pomPropertyOverride/maven-mng3746-plugin/src/

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 15:37:16 2008 New Revision: 693305 URL: http://svn.apache.org/viewvc?rev=693305view=rev Log: [MNG-3746] Add a test ensuring that cli-specified properties override those in the POM...the other test in this IT already verifies that POM properties override default

svn commit: r693306 - /maven/components/branches/maven-2.1.0-M1-RC/maven-project/src/main/java/org/apache/maven/project/interpolation/AbstractStringBasedModelInterpolator.java

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 15:37:37 2008 New Revision: 693306 URL: http://svn.apache.org/viewvc?rev=693306view=rev Log: [MNG-3746] Ensure that CLI properties from -D options override those in the POM properties. Modified: maven/components/branches/maven-2.1.0-M1-RC/maven-project/src

svn commit: r693339 - in /maven/components/branches/maven-2.1.0-M1-RC/maven-project/src/main/java/org/apache/maven/project/interpolation: AbstractStringBasedModelInterpolator.java PathTranslatingPostP

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 18:52:34 2008 New Revision: 693339 URL: http://svn.apache.org/viewvc?rev=693339view=rev Log: [MNG-3747] Adding prefixed-expression awareness to the pathTranslating post processor for interpolation, to ensure project.build.directory is translated in addition

svn commit: r693340 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/mng-3747-prefixedPathExpression/ resources/mng-3747-pr

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 18:59:06 2008 New Revision: 693340 URL: http://svn.apache.org/viewvc?rev=693340view=rev Log: [MNG-3747] integration test. Added: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests

svn commit: r693342 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3747-prefixedPathExpression/readme.txt

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 19:04:22 2008 New Revision: 693342 URL: http://svn.apache.org/viewvc?rev=693342view=rev Log: updating readme Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3747-prefixedPathExpression/readme.txt Modified: maven

svn commit: r693343 - in /maven/components/tags/maven-2.1.0-M1-RC16: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-core/src/main/java/org/apache/maven

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 19:09:17 2008 New Revision: 693343 URL: http://svn.apache.org/viewvc?rev=693343view=rev Log: [maven-release-plugin] copy for tag maven-2.1.0-M1-RC16 Added: maven/components/tags/maven-2.1.0-M1-RC16/ - copied from r693164, maven/components/branches

svn commit: r693344 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 19:09:34 2008 New Revision: 693344 URL: http://svn.apache.org/viewvc?rev=693344view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r693347 - /maven/components/tags/maven-2.1.0-M1-RC16/

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 19:49:41 2008 New Revision: 693347 URL: http://svn.apache.org/viewvc?rev=693347view=rev Log: Rolling back this RC Removed: maven/components/tags/maven-2.1.0-M1-RC16/

svn commit: r693348 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-core/src/main/resources/META-INF/

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 19:50:24 2008 New Revision: 693348 URL: http://svn.apache.org/viewvc?rev=693348view=rev Log: rolling back last RC Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches/maven-2.1.0-M1-RC/maven-artifact-manager

svn commit: r693349 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 19:59:21 2008 New Revision: 693349 URL: http://svn.apache.org/viewvc?rev=693349view=rev Log: [maven-release-plugin] prepare release maven-2.1.0-M1-RC16 Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r693350 - in /maven/components/tags/maven-2.1.0-M1-RC16: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-core/src/main/java/org/apache/maven

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 19:59:44 2008 New Revision: 693350 URL: http://svn.apache.org/viewvc?rev=693350view=rev Log: [maven-release-plugin] copy for tag maven-2.1.0-M1-RC16 Added: maven/components/tags/maven-2.1.0-M1-RC16/ - copied from r693164, maven/components/branches

svn commit: r693351 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-08 Thread jdcasey
Author: jdcasey Date: Mon Sep 8 19:59:59 2008 New Revision: 693351 URL: http://svn.apache.org/viewvc?rev=693351view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r692485 - in /maven/components/branches/maven-2.1.0-M1-RC: maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java maven-project/src/main/java/org/ap

2008-09-05 Thread jdcasey
Author: jdcasey Date: Fri Sep 5 09:42:53 2008 New Revision: 692485 URL: http://svn.apache.org/viewvc?rev=692485view=rev Log: [MNG-3743] Address cases where plugin from a lifecycle mapping has configuration in the pluginManagement section, but not in the plugins section. This is currently being

svn commit: r692488 - in /maven/components/tags/maven-2.1.0-M1-RC14: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core-it-runner/ maven-core/ maven-error-diagnos

2008-09-05 Thread jdcasey
Author: jdcasey Date: Fri Sep 5 09:52:17 2008 New Revision: 692488 URL: http://svn.apache.org/viewvc?rev=692488view=rev Log: [maven-release-plugin] copy for tag maven-2.1.0-M1-RC14 Added: maven/components/tags/maven-2.1.0-M1-RC14/ - copied from r691729, maven/components/branches

svn commit: r692487 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-05 Thread jdcasey
Author: jdcasey Date: Fri Sep 5 09:51:57 2008 New Revision: 692487 URL: http://svn.apache.org/viewvc?rev=692487view=rev Log: [maven-release-plugin] prepare release maven-2.1.0-M1-RC14 Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r692489 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-05 Thread jdcasey
Author: jdcasey Date: Fri Sep 5 09:52:38 2008 New Revision: 692489 URL: http://svn.apache.org/viewvc?rev=692489view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r692037 - in /maven/components/branches/maven-2.1.0-M1-RC: maven-core-it-runner/pom.xml pom.xml

2008-09-04 Thread jdcasey
Author: jdcasey Date: Thu Sep 4 07:22:24 2008 New Revision: 692037 URL: http://svn.apache.org/viewvc?rev=692037view=rev Log: Fixing lagging versions. Modified: maven/components/branches/maven-2.1.0-M1-RC/maven-core-it-runner/pom.xml maven/components/branches/maven-2.1.0-M1-RC/pom.xml

svn commit: r692137 - in /maven/artifact/trunk: pom.xml src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java

2008-09-04 Thread jdcasey
Author: jdcasey Date: Thu Sep 4 09:21:03 2008 New Revision: 692137 URL: http://svn.apache.org/viewvc?rev=692137view=rev Log: bump to beta-4 of wagon. Cleaned up the ProxyInfoProvider anonymous implementations a little Modified: maven/artifact/trunk/pom.xml maven/artifact/trunk/src

svn commit: r692149 - in /maven/plugins/trunk/maven-assembly-plugin/src: it/projects/file-sets/default-directory-unspecified/ it/projects/file-sets/default-directory-unspecified/src/ it/projects/file-

2008-09-04 Thread jdcasey
Author: jdcasey Date: Thu Sep 4 09:41:42 2008 New Revision: 692149 URL: http://svn.apache.org/viewvc?rev=692149view=rev Log: [MASSEMBLY-342] Guard against fileSet that doesn't specify a directory. Submitted by: Petar Tahchiev Added: maven/plugins/trunk/maven-assembly-plugin/src/it/projects

svn commit: r692194 - in /maven/components/trunk: ./ pom.xml

2008-09-04 Thread jdcasey
Author: jdcasey Date: Thu Sep 4 12:09:06 2008 New Revision: 692194 URL: http://svn.apache.org/viewvc?rev=692194view=rev Log: bumping to artifact alpha-2-snapshot and wagon beta-4. Modified: maven/components/trunk/ (props changed) maven/components/trunk/pom.xml Propchange: maven

svn commit: r691793 - /maven/components/branches/maven-2.1.0-M1-RC/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2008-09-03 Thread jdcasey
Author: jdcasey Date: Wed Sep 3 14:39:32 2008 New Revision: 691793 URL: http://svn.apache.org/viewvc?rev=691793view=rev Log: [MNG-3740] Be more careful to track processed projects through concrete and restore methods, to avoid infinite recursion when plugin projects in the reactor used

svn commit: r691795 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/mng-3740-selfReferentialReactorProjects/ resources/mng

2008-09-03 Thread jdcasey
Author: jdcasey Date: Wed Sep 3 14:40:03 2008 New Revision: 691795 URL: http://svn.apache.org/viewvc?rev=691795view=rev Log: [MNG-3740] Integration test. Added: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests

svn commit: r691797 - in /maven/components/branches/maven-2.1.x: ./ maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java maven-project/src/test/java/org/apache/maven/pr

2008-09-03 Thread jdcasey
Author: jdcasey Date: Wed Sep 3 14:41:54 2008 New Revision: 691797 URL: http://svn.apache.org/viewvc?rev=691797view=rev Log: [MNG-3740] Merging fix from r691793 on RC branch. Modified: maven/components/branches/maven-2.1.x/ (props changed) maven/components/branches/maven-2.1.x/maven

svn commit: r691813 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources: mng-3475-baseAlignedDir/plugin/src/main/java/test/ mng-3703-executionProjectRelativePaths/mave

2008-09-03 Thread jdcasey
Author: jdcasey Date: Wed Sep 3 15:45:14 2008 New Revision: 691813 URL: http://svn.apache.org/viewvc?rev=691813view=rev Log: Fixing for MNG-3741. Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3475-baseAlignedDir/plugin/src/main/java/test

svn commit: r691814 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-03 Thread jdcasey
Author: jdcasey Date: Wed Sep 3 15:54:31 2008 New Revision: 691814 URL: http://svn.apache.org/viewvc?rev=691814view=rev Log: [maven-release-plugin] prepare release maven-2.1.0-M1-RC13 Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r691815 - in /maven/components/tags/maven-2.1.0-M1-RC13: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ mav

2008-09-03 Thread jdcasey
Author: jdcasey Date: Wed Sep 3 15:54:54 2008 New Revision: 691815 URL: http://svn.apache.org/viewvc?rev=691815view=rev Log: [maven-release-plugin] copy for tag maven-2.1.0-M1-RC13 Added: maven/components/tags/maven-2.1.0-M1-RC13/ - copied from r691729, maven/components/branches

svn commit: r691816 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-09-03 Thread jdcasey
Author: jdcasey Date: Wed Sep 3 15:55:13 2008 New Revision: 691816 URL: http://svn.apache.org/viewvc?rev=691816view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r690315 - /maven/components/branches/maven-2.1.0-M1-RC/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

2008-08-29 Thread jdcasey
Author: jdcasey Date: Fri Aug 29 09:20:42 2008 New Revision: 690315 URL: http://svn.apache.org/viewvc?rev=690315view=rev Log: improve warning when extension components of DefaultLifecycleExecutor are found that contain incomplete component requirements. Modified: maven/components/branches

svn commit: r690316 - in /maven/components/branches/maven-2.1.x: ./ maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java maven-project/src/test/java/org/apache/maven/proje

2008-08-29 Thread jdcasey
Author: jdcasey Date: Fri Aug 29 09:22:06 2008 New Revision: 690316 URL: http://svn.apache.org/viewvc?rev=690316view=rev Log: merging improved warning message from RC branch. Modified: maven/components/branches/maven-2.1.x/ (props changed) maven/components/branches/maven-2.1.x/maven

svn commit: r690321 - in /maven/components/tags/maven-2.1.0-M1-RC12: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core-it-runner/ maven-core/ maven-core/src/main

2008-08-29 Thread jdcasey
Author: jdcasey Date: Fri Aug 29 09:36:43 2008 New Revision: 690321 URL: http://svn.apache.org/viewvc?rev=690321view=rev Log: [maven-release-plugin] copy for tag maven-2.1.0-M1-RC12 Added: maven/components/tags/maven-2.1.0-M1-RC12/ - copied from r690010, maven/components/branches

svn commit: r690322 - in /maven/components/branches/maven-2.1.0-M1-RC: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ m

2008-08-29 Thread jdcasey
Author: jdcasey Date: Fri Aug 29 09:36:53 2008 New Revision: 690322 URL: http://svn.apache.org/viewvc?rev=690322view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/components/branches/maven-2.1.0-M1-RC/apache-maven/pom.xml maven/components/branches

svn commit: r690369 - in /maven/components/branches/maven-2.1.0-M1-RC: maven-core-it-runner/pom.xml pom.xml

2008-08-29 Thread jdcasey
Author: jdcasey Date: Fri Aug 29 12:13:55 2008 New Revision: 690369 URL: http://svn.apache.org/viewvc?rev=690369view=rev Log: bump some lagging versions to the next dev version. Modified: maven/components/branches/maven-2.1.0-M1-RC/maven-core-it-runner/pom.xml maven/components/branches

svn commit: r689976 - /maven/components/branches/maven-2.1.0-RC/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

2008-08-28 Thread jdcasey
Author: jdcasey Date: Thu Aug 28 13:47:05 2008 New Revision: 689976 URL: http://svn.apache.org/viewvc?rev=689976view=rev Log: [MNG-3729] Fixing problems with project.executionProject being set to null after innermost forking mojo is finished, leaving it to cause a NPE when the next mojo uses

svn commit: r689981 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/mng-3729-multiforkAggregators/ resources/mng-3729-mult

2008-08-28 Thread jdcasey
Author: jdcasey Date: Thu Aug 28 14:01:52 2008 New Revision: 689981 URL: http://svn.apache.org/viewvc?rev=689981view=rev Log: [MNG-3729] adding integration test with readme.txt to explain this test, since it's such a complicated one to reproduce. Added: maven/core-integration-testing/trunk

svn commit: r689990 - /maven/components/branches/maven-2.1.0-RC/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

2008-08-28 Thread jdcasey
Author: jdcasey Date: Thu Aug 28 14:17:35 2008 New Revision: 689990 URL: http://svn.apache.org/viewvc?rev=689990view=rev Log: adding implementation warning comment. Modified: maven/components/branches/maven-2.1.0-RC/maven-core/src/main/java/org/apache/maven/lifecycle

svn commit: r689989 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3729MultiForkAggregatorsTest.java

2008-08-28 Thread jdcasey
Author: jdcasey Date: Thu Aug 28 14:17:10 2008 New Revision: 689989 URL: http://svn.apache.org/viewvc?rev=689989view=rev Log: adding description to javadoc. Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests

svn commit: r689994 - in /maven/components/branches/maven-2.1.x: ./ maven-project/src/main/java/org/apache/maven/project/ maven-project/src/main/java/org/apache/maven/project/interpolation/ maven-proj

2008-08-28 Thread jdcasey
Author: jdcasey Date: Thu Aug 28 14:22:19 2008 New Revision: 689994 URL: http://svn.apache.org/viewvc?rev=689994view=rev Log: merge MNG-3731 and MNG-3729 to 2.1.x branch. Modified: maven/components/branches/maven-2.1.x/ (props changed) maven/components/branches/maven-2.1.x/maven

svn commit: r689998 - in /maven/components/branches: maven-2.1.0-M1-RC/ maven-2.1.0-RC/

2008-08-28 Thread jdcasey
Author: jdcasey Date: Thu Aug 28 14:32:24 2008 New Revision: 689998 URL: http://svn.apache.org/viewvc?rev=689998view=rev Log: Renaming to M1 of 2.1.0 codebase Added: maven/components/branches/maven-2.1.0-M1-RC/ - copied from r689997, maven/components/branches/maven-2.1.0-RC/ Removed

svn commit: r690000 - in /maven/components/tags: maven-2.0.10-RC1/ maven-2.1.0-M1-RC1/

2008-08-28 Thread jdcasey
Author: jdcasey Date: Thu Aug 28 14:36:44 2008 New Revision: 69 URL: http://svn.apache.org/viewvc?rev=69view=rev Log: rename for 2.1.0-M1 Added: maven/components/tags/maven-2.1.0-M1-RC1/ - copied from r68, maven/components/tags/maven-2.0.10-RC1/ Removed: maven

svn commit: r690001 - in /maven/components/tags: maven-2.0.10-RC2/ maven-2.1.0-M1-RC2/

2008-08-28 Thread jdcasey
Author: jdcasey Date: Thu Aug 28 14:37:03 2008 New Revision: 690001 URL: http://svn.apache.org/viewvc?rev=690001view=rev Log: rename for 2.1.0-M1 Added: maven/components/tags/maven-2.1.0-M1-RC2/ - copied from r69, maven/components/tags/maven-2.0.10-RC2/ Removed: maven

svn commit: r690002 - in /maven/components/tags: maven-2.0.10-RC3/ maven-2.1.0-M1-RC3/

2008-08-28 Thread jdcasey
Author: jdcasey Date: Thu Aug 28 14:40:08 2008 New Revision: 690002 URL: http://svn.apache.org/viewvc?rev=690002view=rev Log: rename for 2.1.0-M1 Added: maven/components/tags/maven-2.1.0-M1-RC3/ - copied from r690001, maven/components/tags/maven-2.0.10-RC3/ Removed: maven

svn commit: r690003 - in /maven/components/tags: maven-2.0.10-RC4/ maven-2.1.0-M1-RC4/

2008-08-28 Thread jdcasey
Author: jdcasey Date: Thu Aug 28 14:40:17 2008 New Revision: 690003 URL: http://svn.apache.org/viewvc?rev=690003view=rev Log: rename for 2.1.0-M1 Added: maven/components/tags/maven-2.1.0-M1-RC4/ - copied from r690002, maven/components/tags/maven-2.0.10-RC4/ Removed: maven

<    4   5   6   7   8   9   10   11   12   13   >