svn commit: r770024 - /maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Thu Apr 30 00:54:26 2009 New Revision: 770024 URL: http://svn.apache.org/viewvc?rev=770024&view=rev Log: o fix signatures of tests Modified: maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java Modified: mav

svn commit: r770005 - in /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven: lifecycle/ plugin/

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 23:43:08 2009 New Revision: 770005 URL: http://svn.apache.org/viewvc?rev=770005&view=rev Log: o pushing in configurations for plugins for shane to check Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLi

svn commit: r769994 - in /maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant: Pom.java Profile.java

2009-04-29 Thread pgier
Author: pgier Date: Wed Apr 29 23:19:44 2009 New Revision: 769994 URL: http://svn.apache.org/viewvc?rev=769994&view=rev Log: [MANTTASKS-35] Support profiles in the Pom element. Modified patch from Pete Muir. Added: maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/Profile.j

svn commit: r769992 - in /maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src: main/java/org/apache/maven/artifact/ant/Pom.java main/java/org/apache/maven/artifact/ant/Profile.java site/apt/installatio

2009-04-29 Thread pgier
Author: pgier Date: Wed Apr 29 23:18:52 2009 New Revision: 769992 URL: http://svn.apache.org/viewvc?rev=769992&view=rev Log: [MANTTASKS-35] Support profiles in the Pom element. Modified patch from Pete Muir. Added: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/main/java/org/apache/mav

svn commit: r769988 - in /maven/ant-tasks/trunk: pom.xml src/main/java/org/apache/maven/artifact/ant/AbstractArtifactTask.java

2009-04-29 Thread pgier
Author: pgier Date: Wed Apr 29 23:14:02 2009 New Revision: 769988 URL: http://svn.apache.org/viewvc?rev=769988&view=rev Log: Get the ant tasks building. Modified: maven/ant-tasks/trunk/pom.xml maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/AbstractArtifactTask.java Mo

svn commit: r769983 - /maven/release/trunk/pom.xml

2009-04-29 Thread olamy
Author: olamy Date: Wed Apr 29 22:56:54 2009 New Revision: 769983 URL: http://svn.apache.org/viewvc?rev=769983&view=rev Log: [MRELEASE-442] scm tag phase ignores custom message (need to use scm 1.3) update scm version to 1.3-SNAPSHOT Modified: maven/release/trunk/pom.xml Modified: maven/rel

svn commit: r769976 - /maven/components/branches/maven-2.2.x/maven-project/src/test/java/org/apache/maven/project/MavenProjectTest.java

2009-04-29 Thread jdcasey
Author: jdcasey Date: Wed Apr 29 22:42:15 2009 New Revision: 769976 URL: http://svn.apache.org/viewvc?rev=769976&view=rev Log: [MNG-2365] Adding unit test from patch, to verify test vs. compile classpath ordering. Modified: maven/components/branches/maven-2.2.x/maven-project/src/test/java/o

svn commit: r769969 - in /maven/components/branches/MNG-2766: maven-compat/src/main/java/org/apache/maven/artifact/resolver/ maven-core/src/main/java/org/apache/maven/plugin/ maven-core/src/main/java/

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 22:22:57 2009 New Revision: 769969 URL: http://svn.apache.org/viewvc?rev=769969&view=rev Log: o resolving dependencies of a root artifact is now the job of ... the artifact resolver! Modified: maven/components/branches/MNG-2766/maven-compat/src/main/java/org

svn commit: r769957 - in /maven/components/branches/MNG-2766: maven-core/src/main/java/org/apache/maven/execution/ maven-core/src/main/java/org/apache/maven/project/ maven-embedder/src/main/java/org/a

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 21:52:56 2009 New Revision: 769957 URL: http://svn.apache.org/viewvc?rev=769957&view=rev Log: Removed unused methods from ProjectBuilderConfig. Since we collapsed maven-project into maven-core, method not needed. Modified: maven/components/branches/MNG-2766/

svn commit: r769953 - in /maven/components/branches/MNG-2766/maven-model-builder/src/main/java/org/apache/maven/model: Processor.java interpolator/DefaultInterpolator.java processors/BaseProcessor.jav

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 21:46:24 2009 New Revision: 769953 URL: http://svn.apache.org/viewvc?rev=769953&view=rev Log: Cleanup of unused methods. Modified: maven/components/branches/MNG-2766/maven-model-builder/src/main/java/org/apache/maven/model/Processor.java maven/components

svn commit: r769945 [1/2] - in /maven/components/branches/MNG-2766/maven-model-builder/src/main/java/org/apache/maven/model/interpolator: DefaultInterpolator.java InterpolatorProperty.java PomInterpol

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 21:30:16 2009 New Revision: 769945 URL: http://svn.apache.org/viewvc?rev=769945&view=rev Log: Moved interp tag to private class (small and only used one place). Added final to fields in ProjectUri. Since this is only used by DefaultInterpolator, don't care if val

svn commit: r769934 - in /maven/components/branches/MNG-2766: maven-core/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java maven-model-builder/src/main/java/org/apache/maven/model

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 21:10:03 2009 New Revision: 769934 URL: http://svn.apache.org/viewvc?rev=769934&view=rev Log: Checking in work on populating plugins configs. Some problem with finding wagon for http protocol is causing build to fail. Modified: maven/components/branches/MNG-

svn commit: r769918 - /maven/components/branches/maven-2.2.x/apache-maven/src/conf/settings.xml

2009-04-29 Thread jdcasey
Author: jdcasey Date: Wed Apr 29 20:33:53 2009 New Revision: 769918 URL: http://svn.apache.org/viewvc?rev=769918&view=rev Log: [MNG-3776] Fix case of 'settings' in the schemaLocation for conf/settings.xml Modified: maven/components/branches/maven-2.2.x/apache-maven/src/conf/settings.xml Modi

svn commit: r769913 - /maven/components/branches/maven-2.2.x/pom.xml

2009-04-29 Thread jdcasey
Author: jdcasey Date: Wed Apr 29 20:29:28 2009 New Revision: 769913 URL: http://svn.apache.org/viewvc?rev=769913&view=rev Log: Updating plexus-sec-dispatcher version to 1.3 Modified: maven/components/branches/maven-2.2.x/pom.xml Modified: maven/components/branches/maven-2.2.x/pom.xml URL: h

svn commit: r769912 - /maven/site/trunk/src/site/apt/guides/mini/guide-encryption.apt

2009-04-29 Thread jdcasey
Author: jdcasey Date: Wed Apr 29 20:27:01 2009 New Revision: 769912 URL: http://svn.apache.org/viewvc?rev=769912&view=rev Log: Adding tip about escaping curly-brace literals in a password. Modified: maven/site/trunk/src/site/apt/guides/mini/guide-encryption.apt Modified: maven/site/trunk/src

svn commit: r769910 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 20:20:21 2009 New Revision: 769910 URL: http://svn.apache.org/viewvc?rev=769910&view=rev Log: o more notes and waiting for shane to try this with the project builder decoupled Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/m

svn commit: r769909 - in /maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/plugin/changelog: ChangeLog.java ChangeLogReport.java

2009-04-29 Thread olamy
Author: olamy Date: Wed Apr 29 20:18:23 2009 New Revision: 769909 URL: http://svn.apache.org/viewvc?rev=769909&view=rev Log: [MCHANGELOG-86] Error with outputEncoding parameter set to UTF-8 read the file as we write it Modified: maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/a

svn commit: r769906 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 20:08:15 2009 New Revision: 769906 URL: http://svn.apache.org/viewvc?rev=769906&view=rev Log: o remove the project builder from the plugin manager Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManag

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

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 20:01:56 2009 New Revision: 769904 URL: http://svn.apache.org/viewvc?rev=769904&view=rev Log: o the repository builder checks for the existence of that field but will fail gracefully Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/a

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

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 19:44:52 2009 New Revision: 769896 URL: http://svn.apache.org/viewvc?rev=769896&view=rev Log: Added in LifecycleExecutor to DefaultMavenProjectBuilder. This cause cyclical component dep. Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/o

svn commit: r769895 - /maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/DependenciesTask.java

2009-04-29 Thread pgier
Author: pgier Date: Wed Apr 29 19:42:03 2009 New Revision: 769895 URL: http://svn.apache.org/viewvc?rev=769895&view=rev Log: [MANTTASKS-145] Include dependency management when resolving dependencies. Modified: maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/DependenciesTask

svn commit: r769877 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 19:03:24 2009 New Revision: 769877 URL: http://svn.apache.org/viewvc?rev=769877&view=rev Log: o remove unrequired code Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java Modified: maven/co

svn commit: r769876 - /maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/main/java/org/apache/maven/artifact/ant/DependenciesTask.java

2009-04-29 Thread pgier
Author: pgier Date: Wed Apr 29 19:03:07 2009 New Revision: 769876 URL: http://svn.apache.org/viewvc?rev=769876&view=rev Log: [MANTTASKS-145] Include dependency management when resolving dependencies. Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/main/java/org/apache/maven/arti

svn commit: r769869 - in /maven/components/branches/MNG-2766: maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java maven-embedder/src/main/java/org/apache/maven/embedder/Mave

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 18:40:45 2009 New Revision: 769869 URL: http://svn.apache.org/viewvc?rev=769869&view=rev Log: (empty) Modified: maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java maven/components/branches/MN

svn commit: r769868 - /maven/components/branches/MNG-2766/maven-model-builder/src/main/java/org/apache/maven/profiles/DefaultProfileManager.java

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 18:39:20 2009 New Revision: 769868 URL: http://svn.apache.org/viewvc?rev=769868&view=rev Log: Removed unneeded class. Modified: maven/components/branches/MNG-2766/maven-model-builder/src/main/java/org/apache/maven/profiles/DefaultProfileManager.java Modified

svn commit: r769860 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 18:06:28 2009 New Revision: 769860 URL: http://svn.apache.org/viewvc?rev=769860&view=rev Log: o comment out plugin configuration merging code, this should all be handled by the pom builder now. none of this can happen in the plugin manager as its responsibility i

svn commit: r769859 - in /maven/components/branches/MNG-2766: maven-core/src/main/java/org/apache/maven/project/ maven-model-builder/src/main/java/org/apache/maven/model/interpolator/ maven-model-buil

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 18:04:44 2009 New Revision: 769859 URL: http://svn.apache.org/viewvc?rev=769859&view=rev Log: Moved the PomInterpolatorTag and Interpolator classes to package scope. Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/projec

svn commit: r769858 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 18:00:57 2009 New Revision: 769858 URL: http://svn.apache.org/viewvc?rev=769858&view=rev Log: o remove completed todos Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java Modified: maven/co

svn commit: r769857 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 18:00:15 2009 New Revision: 769857 URL: http://svn.apache.org/viewvc?rev=769857&view=rev Log: o removing some more dead code Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java Modified: ma

svn commit: r769856 - in /maven/components/branches/MNG-2766: maven-core/src/main/java/org/apache/maven/project/ maven-core/src/test/java/org/apache/maven/profiles/matchers/ maven-core/src/test/java/o

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 17:59:09 2009 New Revision: 769856 URL: http://svn.apache.org/viewvc?rev=769856&view=rev Log: Removed uses of interpolator property from the profiles. This was more of a convenience since InterpolatorProperty was used in multiple places. Not needed anymore. Modi

svn commit: r769849 - in /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle: DefaultLifecycleExecutor.java LifecycleExecutor.java

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 17:35:41 2009 New Revision: 769849 URL: http://svn.apache.org/viewvc?rev=769849&view=rev Log: o changing signature to say exactly what it's doing Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycle

svn commit: r769848 - /maven/components/branches/maven-2.2.x/maven-core-it-runner/pom.xml

2009-04-29 Thread jdcasey
Author: jdcasey Date: Wed Apr 29 17:34:14 2009 New Revision: 769848 URL: http://svn.apache.org/viewvc?rev=769848&view=rev Log: update the version of core-it-runner. Modified: maven/components/branches/maven-2.2.x/maven-core-it-runner/pom.xml Modified: maven/components/branches/maven-2.2.x/ma

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

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 17:34:01 2009 New Revision: 769847 URL: http://svn.apache.org/viewvc?rev=769847&view=rev Log: o adding lifecycle methods to get the plugin for a packing in all lifecycles, this will interleave with the project builder which will populate the versions specified i

svn commit: r769846 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/LifecycleExecutor.java

2009-04-29 Thread jvanzyl
Author: jvanzyl Date: Wed Apr 29 17:33:05 2009 New Revision: 769846 URL: http://svn.apache.org/viewvc?rev=769846&view=rev Log: o update api, i need the project and local repository for now. Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/Lifec

svn commit: r769842 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3714ToolchainsCliOptionTest.java

2009-04-29 Thread jdcasey
Author: jdcasey Date: Wed Apr 29 17:21:18 2009 New Revision: 769842 URL: http://svn.apache.org/viewvc?rev=769842&view=rev Log: this isn't implemented for the upcoming 2.2.0 release. It's in the list of issues for 2.3.0-M1 now, IIRC. Modified: maven/core-integration-testing/trunk/core-it-sui

svn commit: r769841 - in /maven/components/branches/MNG-2766: maven-core/src/main/java/org/apache/maven/listeners/ maven-model-builder/src/main/java/org/apache/maven/model/ maven-model-builder/src/mai

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 17:20:47 2009 New Revision: 769841 URL: http://svn.apache.org/viewvc?rev=769841&view=rev Log: Removed more references to ProjectUri. This is now an internal class in the interpolator package. Added: maven/components/branches/MNG-2766/maven-model-builder/src/

svn commit: r769836 - in /maven/components/branches/MNG-2766: maven-core/src/main/java/org/apache/maven/project/ maven-core/src/test/java/org/apache/maven/project/harness/ maven-model-builder/src/main

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 17:12:08 2009 New Revision: 769836 URL: http://svn.apache.org/viewvc?rev=769836&view=rev Log: Having a DomainModel interface doesn't makes sense in the current context. We no longer have general transforms. Added: maven/components/branches/MNG-2766/maven-mod

svn commit: r769827 - in /maven/components/branches/MNG-2766: maven-core/src/main/java/org/apache/maven/project/ maven-model-builder/src/main/java/org/apache/maven/model/interpolator/ maven-model-buil

2009-04-29 Thread sisbell
Author: sisbell Date: Wed Apr 29 17:00:17 2009 New Revision: 769827 URL: http://svn.apache.org/viewvc?rev=769827&view=rev Log: Cleanup of interpolator, removing references to PomClassicDomainModel, these aren't needed anymore. Removed: maven/components/branches/MNG-2766/maven-model-builder/s