svn commit: r312948 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/plugin/version/DefaultPluginVersionManager.java maven-repository-metadata/src/main/mdo/metadata.mdo

2005-10-11 Thread jdcasey
Author: jdcasey Date: Tue Oct 11 13:01:43 2005 New Revision: 312948 URL: http://svn.apache.org/viewcvs?rev=312948view=rev Log: Fixing standalone maven-core build...fixing metadata merge where lastUpdated == null (null-string)...and finally, disabling plugin resolution from referencing

svn commit: r312976 - in /maven/components/trunk/maven-core/src/main: java/org/apache/maven/usability/MojoExecutionExceptionDiagnoser.java resources/META-INF/plexus/components.xml

2005-10-11 Thread jdcasey
Author: jdcasey Date: Tue Oct 11 16:21:51 2005 New Revision: 312976 URL: http://svn.apache.org/viewcvs?rev=312976view=rev Log: Adding error diagnoser for MojoExecutionExceptions. Added: maven/components/trunk/maven-core/src/main/java/org/apache/maven/usability

svn commit: r314785 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/usability/MojoExecutionExceptionDiagnoser.java

2005-10-11 Thread jdcasey
Author: jdcasey Date: Tue Oct 11 22:05:39 2005 New Revision: 314785 URL: http://svn.apache.org/viewcvs?rev=314785view=rev Log: Cleaning up diagnosis output for MojoExecutionException's. Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/usability

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

2005-10-12 Thread jdcasey
Author: jdcasey Date: Tue Oct 11 23:16:16 2005 New Revision: 314798 URL: http://svn.apache.org/viewcvs?rev=314798view=rev Log: Adding code to flush the plugin collector when reloading the plugin container, so that discovery will proceed normally in the new container instance. Modified

svn commit: r315021 - /maven/components/trunk/maven-plugins/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources/ResourcesMojo.java

2005-10-12 Thread jdcasey
Author: jdcasey Date: Wed Oct 12 13:11:47 2005 New Revision: 315021 URL: http://svn.apache.org/viewcvs?rev=315021view=rev Log: Resolving: MNG-1129, encoding is now a plugin parameter on the resources mojos. Modified: maven/components/trunk/maven-plugins/maven-resources-plugin/src/main/java

svn commit: r315022 - in /maven/components/trunk/maven-plugins/maven-projecthelp-plugin: pom.xml src/main/java/org/apache/maven/plugins/projecthelp/DescribeMojo.java

2005-10-12 Thread jdcasey
Author: jdcasey Date: Wed Oct 12 13:15:45 2005 New Revision: 315022 URL: http://svn.apache.org/viewcvs?rev=315022view=rev Log: Resolving: MNG-698, MNG-1081 Describe mojo is finished. Just need to finish documenting the projecthelp plugin. Modified: maven/components/trunk/maven-plugins

svn commit: r315023 - /maven/components/trunk/maven-error-diagnostics/src/main/java/org/apache/maven/usability/diagnostics/ErrorDiagnostics.java

2005-10-12 Thread jdcasey
Author: jdcasey Date: Wed Oct 12 13:18:17 2005 New Revision: 315023 URL: http://svn.apache.org/viewcvs?rev=315023view=rev Log: added license header Modified: maven/components/trunk/maven-error-diagnostics/src/main/java/org/apache/maven/usability/diagnostics/ErrorDiagnostics.java Modified

svn commit: r315026 - in /maven/components/trunk: maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/ maven-plugin-tools/maven-plugin-tools-api/src/main/java/org/apache/maven/too

2005-10-12 Thread jdcasey
Author: jdcasey Date: Wed Oct 12 13:22:36 2005 New Revision: 315026 URL: http://svn.apache.org/viewcvs?rev=315026view=rev Log: Fixing some missing descriptor description fields. Modified: maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor

svn commit: r315040 - /maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java

2005-10-12 Thread jdcasey
Author: jdcasey Date: Wed Oct 12 13:40:34 2005 New Revision: 315040 URL: http://svn.apache.org/viewcvs?rev=315040view=rev Log: Resolving: MNG-1155...Applied patch for OS X path of javadoc. Modified: maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven

svn commit: r315043 - /maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java

2005-10-12 Thread jdcasey
Author: jdcasey Date: Wed Oct 12 13:51:04 2005 New Revision: 315043 URL: http://svn.apache.org/viewcvs?rev=315043view=rev Log: Resolving: MNG-1004...won't add link args if maven is offline. Modified: maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven

svn commit: r315045 - in /maven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/java/org/apache/maven/plugins/projecthelp: EffectivePomPlugin.java EffectiveSettingsMojo.java

2005-10-12 Thread jdcasey
Author: jdcasey Date: Wed Oct 12 13:58:36 2005 New Revision: 315045 URL: http://svn.apache.org/viewcvs?rev=315045view=rev Log: Adding documentation, to resolve MNG-1082. Modified: maven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/main/java/org/apache/maven/plugins

svn commit: r320827 - in /maven/components/trunk: maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/ maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/meta

2005-10-13 Thread jdcasey
Author: jdcasey Date: Thu Oct 13 10:49:41 2005 New Revision: 320827 URL: http://svn.apache.org/viewcvs?rev=320827view=rev Log: Resolving: MNG-1150 Applied patch for configuring Wagon instances via DefaultWagonManager. I reworked the configuration exception to be a derivative

svn commit: r320856 - /maven/components/trunk/maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/WagonConfigurationException.java

2005-10-13 Thread jdcasey
Author: jdcasey Date: Thu Oct 13 11:21:25 2005 New Revision: 320856 URL: http://svn.apache.org/viewcvs?rev=320856view=rev Log: Forgot to add the new exception type. Added: maven/components/trunk/maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager

svn commit: r320874 - in /maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc: JavadocReport.java OfflineLink.java

2005-10-13 Thread jdcasey
Author: jdcasey Date: Thu Oct 13 12:06:28 2005 New Revision: 320874 URL: http://svn.apache.org/viewcvs?rev=320874view=rev Log: Resolving: MNG-968 Applied patches from Lester Ecarma (Thanks, Lester!), and refactored the location property of OfflineLink to be a File type, since this will work

svn commit: r328885 - in /maven/components/trunk/maven-core/src: main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java test/java/org/apache/maven/plugin/PluginParameterExpressionEv

2005-10-27 Thread jdcasey
Author: jdcasey Date: Thu Oct 27 07:47:55 2005 New Revision: 328885 URL: http://svn.apache.org/viewcvs?rev=328885view=rev Log: Adding '$' as an escape character for variable-syntax which should be passed through. Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven

svn commit: r328898 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/ProjectSorter.java

2005-10-27 Thread jdcasey
Author: jdcasey Date: Thu Oct 27 08:40:47 2005 New Revision: 328898 URL: http://svn.apache.org/viewcvs?rev=328898view=rev Log: Fixing NPE. Modified: maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/ProjectSorter.java Modified: maven/components/trunk/maven

svn commit: r328901 - /maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml

2005-10-27 Thread jdcasey
Author: jdcasey Date: Thu Oct 27 08:46:14 2005 New Revision: 328901 URL: http://svn.apache.org/viewcvs?rev=328901view=rev Log: Reverting dependency versions to 2.0. Modified: maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml Modified: maven/components/trunk/maven-plugins

svn commit: r328902 - /maven/components/trunk/maven-plugins/maven-jar-plugin/src/test/java/org/apache/maven/plugin/jar/JarSignMojoTest.java

2005-10-27 Thread jdcasey
Author: jdcasey Date: Thu Oct 27 08:51:12 2005 New Revision: 328902 URL: http://svn.apache.org/viewcvs?rev=328902view=rev Log: Fixing Id for svn formatting... Modified: maven/components/trunk/maven-plugins/maven-jar-plugin/src/test/java/org/apache/maven/plugin/jar/JarSignMojoTest.java

svn commit: r328904 - /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin/extractor/beanshell/BeanshellMojoDescriptorExtractor.java

2005-10-27 Thread jdcasey
Author: jdcasey Date: Thu Oct 27 08:53:56 2005 New Revision: 328904 URL: http://svn.apache.org/viewcvs?rev=328904view=rev Log: Switching to use AbstractScriptedMojoDescriptorExtractor and scriptSourceDirectory. Modified: maven/components/trunk/maven-plugin-tools/maven-plugin-tools

svn commit: r329282 - in /maven/components/trunk/maven-core-it: it0016/pom.xml it0018/pom.xml

2005-10-28 Thread jdcasey
Author: jdcasey Date: Fri Oct 28 13:18:46 2005 New Revision: 329282 URL: http://svn.apache.org/viewcvs?rev=329282view=rev Log: Changed to reference servletapi artifacts that are in the repository (2.3), or exclude servlet-api-2.4.* Modified: maven/components/trunk/maven-core-it/it0016

svn commit: r329284 - /maven/components/trunk/maven-core-it-support/1.3/pom.xml

2005-10-28 Thread jdcasey
Author: jdcasey Date: Fri Oct 28 13:20:18 2005 New Revision: 329284 URL: http://svn.apache.org/viewcvs?rev=329284view=rev Log: Added exclusion for junit-3.7 to commons-lang dependency. Modified: maven/components/trunk/maven-core-it-support/1.3/pom.xml Modified: maven/components/trunk/maven

svn commit: r329946 - in /maven/components/trunk: maven-core-it/it2002/ maven-core-it/it2002/project/subproject2/ maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/

2005-10-31 Thread jdcasey
Author: jdcasey Date: Mon Oct 31 17:11:05 2005 New Revision: 329946 URL: http://svn.apache.org/viewcvs?rev=329946view=rev Log: PR: MNG-1101 Fixed dependency-exclusion propagation to the release-pom.xml, and changed the pom-file handling for release:perform to allow non-standard POM filenames

svn commit: r329948 - in /maven/components/trunk/maven-plugin-tools: maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/ maven-plugin-tools-ant/integration-tests/simpleUsage/usage/ maven-plug

2005-10-31 Thread jdcasey
Author: jdcasey Date: Mon Oct 31 17:25:19 2005 New Revision: 329948 URL: http://svn.apache.org/viewcvs?rev=329948view=rev Log: PR: MNG-897 Fixing abstract scripted mojo descriptor extractor to properly construct script resource directories. Also, cleaned up the usage integration test. Ant

svn commit: r330080 - in /maven/components/trunk: maven-artifact/src/main/java/org/apache/maven/artifact/factory/ maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ maven-project/src/m

2005-11-01 Thread jdcasey
Author: jdcasey Date: Tue Nov 1 07:55:45 2005 New Revision: 330080 URL: http://svn.apache.org/viewcvs?rev=330080view=rev Log: PR: MNG-1335 Added ArtifactFactory.cloneArtifact(..) +implementation, and made MavenProject(MavenProject) use that to create a copy of the project's artifact

svn commit: r330634 - /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/factory/DefaultArtifactFactory.java

2005-11-03 Thread jdcasey
Author: jdcasey Date: Thu Nov 3 13:09:08 2005 New Revision: 330634 URL: http://svn.apache.org/viewcvs?rev=330634view=rev Log: Fixing problem with system scope being overridden by transitive parent's scope. System scope is always preserved now. Modified: maven/components/trunk/maven

svn commit: r330646 - /maven/components/trunk/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallFileMojo.java

2005-11-03 Thread jdcasey
Author: jdcasey Date: Thu Nov 3 13:56:25 2005 New Revision: 330646 URL: http://svn.apache.org/viewcvs?rev=330646view=rev Log: PR: MNG-1322 Submitted By: Philipp Meier Reviewed By: John Casey Applied. Thanks, Philipp. Minor change I made was to throw a MojoFailureException with the offending

svn commit: r330818 - in /maven/components/trunk/maven-artifact/src/test/java/org/apache/maven/artifact/factory: ./ DefaultArtifactFactoryTest.java

2005-11-04 Thread jdcasey
Author: jdcasey Date: Fri Nov 4 07:00:59 2005 New Revision: 330818 URL: http://svn.apache.org/viewcvs?rev=330818view=rev Log: Adding unit test to ensure that system-scoped artifacts are always propagated at system scope, ignoring inheritedScope from the transitive parent. Added: maven

svn commit: r330639 - /maven/components/trunk/maven-plugins/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources/ResourcesMojo.java

2005-11-06 Thread jdcasey
Author: jdcasey Date: Thu Nov 3 13:17:07 2005 New Revision: 330639 URL: http://svn.apache.org/viewcvs?rev=330639view=rev Log: PR: MNG-1345 Submitted By: Edwin Punzalan Reviewed By: John Casey Applied Edwin's patch to create the resource-target directory if it doesn't exist. Thanks for the work

svn commit: r331836 - /maven/components/trunk/maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/metadata/DefaultRepositoryMetadataManager.java

2005-11-08 Thread jdcasey
Author: jdcasey Date: Tue Nov 8 08:25:20 2005 New Revision: 331836 URL: http://svn.apache.org/viewcvs?rev=331836view=rev Log: PR: MNG-1320 o Modified private resolveAlways(..) method to throw TransferFailedException, after blacklisting the repository. o Added handling for the new

svn commit: r331872 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/MavenProjectHelper.java

2005-11-08 Thread jdcasey
Author: jdcasey Date: Tue Nov 8 11:48:57 2005 New Revision: 331872 URL: http://svn.apache.org/viewcvs?rev=331872view=rev Log: Forgot to open up these two methods via the interface... Modified: maven/components/trunk/maven-project/src/main/java/org/apache/maven/project

svn commit: r332213 - in /maven/components/trunk/maven-artifact/src: main/java/org/apache/maven/artifact/resolver/ test/java/org/apache/maven/artifact/resolver/

2005-11-09 Thread jdcasey
Author: jdcasey Date: Wed Nov 9 19:14:08 2005 New Revision: 332213 URL: http://svn.apache.org/viewcvs?rev=332213view=rev Log: PR: MNG-1205 o Fixed unit test for resolving direct optional dependencies. o Added isChildOfRootNode() method in ResolutionNode, to check whether the parent node's

svn commit: r332220 - /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactCollector.java

2005-11-09 Thread jdcasey
Author: jdcasey Date: Wed Nov 9 20:26:14 2005 New Revision: 332220 URL: http://svn.apache.org/viewcvs?rev=332220view=rev Log: PR: MNG-1363 o Disabled version-range checking for system-scoped dependencies...will use recommendedVersion where available, if a concrete version is not available. o

svn commit: r344250 - in /maven/site/trunk/src/site/apt/guides/introduction: introduction-to-plugin-prefix-mapping.apt introduction-to-plugin-resolution.apt

2005-11-14 Thread jdcasey
Author: jdcasey Date: Mon Nov 14 14:19:14 2005 New Revision: 344250 URL: http://svn.apache.org/viewcvs?rev=344250view=rev Log: Adding documentation on plugin resolution. Also, updated doco on plugin-prefix mapping. Added: maven/site/trunk/src/site/apt/guides/introduction/introduction

svn commit: r344251 - in /maven/site/trunk/src/site/apt/guides/introduction: introduction-to-plugin-prefix-mapping.apt introduction-to-plugin-resolution.apt

2005-11-14 Thread jdcasey
Author: jdcasey Date: Mon Nov 14 14:31:43 2005 New Revision: 344251 URL: http://svn.apache.org/viewcvs?rev=344251view=rev Log: Updating prefix-mapping doco to include discussion on configuring plugin prefix in the plugin-plugin's configuration. Also added resource pointing at the configuration

svn commit: r344256 - in /maven/components/trunk/maven-plugins: maven-assembly-plugin/pom.xml pom.xml

2005-11-14 Thread jdcasey
Author: jdcasey Date: Mon Nov 14 14:52:06 2005 New Revision: 344256 URL: http://svn.apache.org/viewcvs?rev=344256view=rev Log: Bumping Plugin-Parent version to 2.0.1-SNAPSHOT to reference API changes to MavenProjectHelper, and changing maven-assembly-plugin's pom to reference that new parent

svn commit: r344257 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

2005-11-14 Thread jdcasey
Author: jdcasey Date: Mon Nov 14 14:55:49 2005 New Revision: 344257 URL: http://svn.apache.org/viewcvs?rev=344257view=rev Log: PR: MNG-1424 Fixing addPlugin(..) ordering relative to plugin verification from the lifecycle executor's getMojoDescriptor(..) method, which will ensure

svn commit: r344260 - in /maven/components/trunk/maven-core-it: README.txt it2003/ it2003/pom.xml it2003/test.sh

2005-11-14 Thread jdcasey
Author: jdcasey Date: Mon Nov 14 15:04:56 2005 New Revision: 344260 URL: http://svn.apache.org/viewcvs?rev=344260view=rev Log: Adding test case for MNG-1424. Added: maven/components/trunk/maven-core-it/it2003/ maven/components/trunk/maven-core-it/it2003/pom.xml (with props) maven

svn commit: r344294 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java maven-project/src/main/java/org/apache/maven/project/MavenProject.ja

2005-11-14 Thread jdcasey
Author: jdcasey Date: Mon Nov 14 18:38:33 2005 New Revision: 344294 URL: http://svn.apache.org/viewcvs?rev=344294view=rev Log: Fixing CI. Had to move the addPlugin(..) call back to its original spot, and expose a new method in MavenProject to inject PluginManagement info to a Plugin instance

svn commit: r344394 - /maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml

2005-11-15 Thread jdcasey
Author: jdcasey Date: Tue Nov 15 08:55:39 2005 New Revision: 344394 URL: http://svn.apache.org/viewcvs?rev=344394view=rev Log: rolling back version of plugin parent, to keep this compatible with 2.0 release of maven-project...any API changes for maven-project will have to go in a later release

svn commit: r344424 - in /maven/components/trunk/maven-plugins/maven-assembly-plugin: pom.xml src/main/java/org/apache/maven/plugin/assembly/AssemblyMojo.java

2005-11-15 Thread jdcasey
Author: jdcasey Date: Tue Nov 15 12:00:37 2005 New Revision: 344424 URL: http://svn.apache.org/viewcvs?rev=344424view=rev Log: PR: MNG-1274 Submitted By: Jerome Lacoste Reviewed By: John Casey Applied patch. Thanks, Jerome! Modified: maven/components/trunk/maven-plugins/maven-assembly

svn commit: r345086 - in /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse: EclipsePlugin.java EclipseProjectWriter.java

2005-11-16 Thread jdcasey
Author: jdcasey Date: Wed Nov 16 10:19:08 2005 New Revision: 345086 URL: http://svn.apache.org/viewcvs?rev=345086view=rev Log: PR: MNG-955 Submitted By: Edwin Punzalan Reviewed By: John Casey Applied patch. Thanks, Edwin! Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org

svn commit: r345105 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2005-11-16 Thread jdcasey
Author: jdcasey Date: Wed Nov 16 12:28:53 2005 New Revision: 345105 URL: http://svn.apache.org/viewcvs?rev=345105view=rev Log: PR: MNG-1404 Submitted By: David Jackman Reviewed By: John Casey Did not apply this patch. The typo fix in MavenMetadataSource was already fixed, and the xpp3 parse

svn commit: r345109 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2005-11-16 Thread jdcasey
Author: jdcasey Date: Wed Nov 16 12:35:36 2005 New Revision: 345109 URL: http://svn.apache.org/viewcvs?rev=345109view=rev Log: PR: MNG-1394 Submitted By: Edwin Punzalan Reviewed By: John Casey Applied. Thanks, Edwin! NOTE: I added a debug statement in the case where relativePath refers

svn commit: r345117 - /maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/AbstractUnpackingMojo.java

2005-11-16 Thread jdcasey
Author: jdcasey Date: Wed Nov 16 12:50:37 2005 New Revision: 345117 URL: http://svn.apache.org/viewcvs?rev=345117view=rev Log: PR: MNG-1588 Submitted By: Jerome Lacoste Reviewed By: John Casey Applied, with small changes to the comments. Thanks, Jerome. Modified: maven/plugins/trunk/maven

svn commit: r345279 - /maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocJar.java

2005-11-17 Thread jdcasey
Author: jdcasey Date: Thu Nov 17 08:29:50 2005 New Revision: 345279 URL: http://svn.apache.org/viewcvs?rev=345279view=rev Log: PR: MNG-1464 Submitted By: David Jackman Reviewed By: John Casey Applied patch. This will cause the mojo to stop executing when the project language is not java

svn commit: r345281 - in /maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant: AbstractArtifactTask.java RemoteRepository.java Repository.java

2005-11-17 Thread jdcasey
Author: jdcasey Date: Thu Nov 17 08:46:16 2005 New Revision: 345281 URL: http://svn.apache.org/viewcvs?rev=345281view=rev Log: PR: MNG-1466 Submitted By: Garrett Conaty Reviewed By: John Casey Applied patch, with small changes to the default repository id's to match those in Maven proper

svn commit: r345299 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2005-11-17 Thread jdcasey
Author: jdcasey Date: Thu Nov 17 10:28:12 2005 New Revision: 345299 URL: http://svn.apache.org/viewcvs?rev=345299view=rev Log: Adding code to verify that parent-model's packaging == pom inside the assembleLineage() method. Modified: maven/components/trunk/maven-project/src/main/java/org

svn commit: r345311 - in /maven/components/trunk/maven-core-it/it0007: expected-results.txt pom.xml prebuild-hook.txt

2005-11-17 Thread jdcasey
Author: jdcasey Date: Thu Nov 17 11:28:49 2005 New Revision: 345311 URL: http://svn.apache.org/viewcvs?rev=345311view=rev Log: Using parent pom with packaging == pom. Modified: maven/components/trunk/maven-core-it/it0007/expected-results.txt maven/components/trunk/maven-core-it/it0007

svn commit: r345312 - in /maven/components/trunk/maven-project/src: main/java/org/apache/maven/project/ModelUtils.java test/java/org/apache/maven/project/ModelUtilsTest.java

2005-11-17 Thread jdcasey
Author: jdcasey Date: Thu Nov 17 11:30:44 2005 New Revision: 345312 URL: http://svn.apache.org/viewcvs?rev=345312view=rev Log: PR: MNG-1499 Submitted By: David Jackman Reviewed By: John Casey Applied. Thanks, David. This patch makes the ordering of plugins deterministic after they are merged

svn commit: r345313 - in /maven/components/trunk/maven-project/src: main/java/org/apache/maven/project/ test/resources/inheritance-repo/t00/maven/poms/ test/resources/inheritance-repo/t01/maven/poms/

2005-11-17 Thread jdcasey
Author: jdcasey Date: Thu Nov 17 11:31:33 2005 New Revision: 345313 URL: http://svn.apache.org/viewcvs?rev=345313view=rev Log: Added code to assembleLineage(..) in DefaultMavenProjectBuilder that enforces the rule that parent POMs should have packaging == 'pom'. Modified: maven/components

svn commit: r345319 - /maven/plugins/trunk/maven-ejb-plugin/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java

2005-11-17 Thread jdcasey
Author: jdcasey Date: Thu Nov 17 12:16:38 2005 New Revision: 345319 URL: http://svn.apache.org/viewcvs?rev=345319view=rev Log: PR: MNG-1396 Submitted By: Juraj Burian Reviewed By: John Casey Applied the patch, with some changes. Thanks for the contribution, Juraj. This fix allows customized

svn commit: r345325 - /maven/plugins/trunk/maven-surefire-plugin/pom.xml

2005-11-17 Thread jdcasey
Author: jdcasey Date: Thu Nov 17 12:34:22 2005 New Revision: 345325 URL: http://svn.apache.org/viewcvs?rev=345325view=rev Log: Upgrading version for surefire to use resolved SUREFIRE-12(console timing fix). Modified: maven/plugins/trunk/maven-surefire-plugin/pom.xml Modified: maven/plugins

svn commit: r348473 - /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactCollector.java

2005-11-23 Thread jdcasey
Author: jdcasey Date: Wed Nov 23 08:11:42 2005 New Revision: 348473 URL: http://svn.apache.org/viewcvs?rev=348473view=rev Log: PR: MNG-1416 Submitted By: John Casey Prevent the artifact collector from firing an inclusion event when the node is disabled. In this case, the node

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

2005-11-23 Thread jdcasey
Author: jdcasey Date: Wed Nov 23 09:01:09 2005 New Revision: 348489 URL: http://svn.apache.org/viewcvs?rev=348489view=rev Log: PR: MNG-1666 Submitted By: John Casey Fixed escaped expression handling in the plugin parameter expression evaluator. '$$' was not being replaced by '$' correctly

svn commit: r348584 - /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactCollector.java

2005-11-23 Thread jdcasey
Author: jdcasey Date: Wed Nov 23 14:27:41 2005 New Revision: 348584 URL: http://svn.apache.org/viewcvs?rev=348584view=rev Log: Adding more detailed comment for optional artifact inclusion. Modified: maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/resolver

svn commit: r349506 - /maven/shared/

2005-11-28 Thread jdcasey
Author: jdcasey Date: Mon Nov 28 13:19:13 2005 New Revision: 349506 URL: http://svn.apache.org/viewcvs?rev=349506view=rev Log: Adding shared SVN space. Added: maven/shared/

svn commit: r349510 - /maven/shared/branches/

2005-11-28 Thread jdcasey
Author: jdcasey Date: Mon Nov 28 13:20:35 2005 New Revision: 349510 URL: http://svn.apache.org/viewcvs?rev=349510view=rev Log: adding branches. Added: maven/shared/branches/

svn commit: r349968 - /maven/components/trunk/maven-model-converter/pom.xml

2005-11-30 Thread jdcasey
Author: jdcasey Date: Wed Nov 30 07:50:02 2005 New Revision: 349968 URL: http://svn.apache.org/viewcvs?rev=349968view=rev Log: Adding dep on p-u to fix the build. Modified: maven/components/trunk/maven-model-converter/pom.xml Modified: maven/components/trunk/maven-model-converter/pom.xml

svn commit: r350034 - in /maven/plugins/trunk/maven-checkstyle-plugin: ./ src/main/java/org/apache/maven/plugin/checkstyle/ src/main/resources/config/ src/site/ src/site/apt/ src/site/resources/

2005-11-30 Thread jdcasey
Author: jdcasey Date: Wed Nov 30 12:03:48 2005 New Revision: 350034 URL: http://svn.apache.org/viewcvs?rev=350034view=rev Log: PR: MNG-1113 Submitted By: Joakim Erdfelt Reviewed By: John Casey Applied, with changes. This patch did a good job of consolidating access to checkstyle configuration

svn commit: r350274 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

2005-12-01 Thread jdcasey
Author: jdcasey Date: Thu Dec 1 08:59:24 2005 New Revision: 350274 URL: http://svn.apache.org/viewcvs?rev=350274view=rev Log: Adding runtime dep on log4j to prevent commons-logging from crapping out. Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Modified: maven/plugins

svn commit: r350275 - /maven/components/trunk/maven-error-diagnostics/src/main/java/org/apache/maven/usability/diagnostics/DiagnosisUtils.java

2005-12-01 Thread jdcasey
Author: jdcasey Date: Thu Dec 1 09:04:09 2005 New Revision: 350275 URL: http://svn.apache.org/viewcvs?rev=350275view=rev Log: PR: MNG-1721 Fixing NPE when error parameter is null. Modified: maven/components/trunk/maven-error-diagnostics/src/main/java/org/apache/maven/usability/diagnostics

svn commit: r351476 - /maven/components/trunk/maven-archiver/src/main/java/org/apache/maven/archiver/MavenArchiver.java

2005-12-01 Thread jdcasey
Author: jdcasey Date: Thu Dec 1 13:32:42 2005 New Revision: 351476 URL: http://svn.apache.org/viewcvs?rev=351476view=rev Log: PR: MNG-1650 Submitted By: Allan Ramirez Reviewed By: John Casey Applied patch, with modifications. First, refactored to avoid the use of a member variable for turning

svn commit: r351854 - /maven/plugins/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java

2005-12-02 Thread jdcasey
Author: jdcasey Date: Fri Dec 2 15:59:31 2005 New Revision: 351854 URL: http://svn.apache.org/viewcvs?rev=351854view=rev Log: PR: MNG-1374 Submitted By: Mike Perham Reviewed By: John Casey Applied. This patch refactored the handling of dependencyManagement sections of the POMs in a reactored

svn commit: r354462 - in /maven/components/trunk: maven-plugin-tools/ maven-profile/src/main/java/org/apache/maven/profiles/ maven-project/src/main/java/org/apache/maven/project/interpolation/ maven-s

2005-12-06 Thread jdcasey
Author: jdcasey Date: Tue Dec 6 08:28:07 2005 New Revision: 354462 URL: http://svn.apache.org/viewcvs?rev=354462view=rev Log: PR: MNG-1525 Submitted By: Edwin Punzalan Reviewed By: John Casey NOT applying this patch. I found a better solution that will factor the interpolation of the POM

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

2005-12-06 Thread jdcasey
Author: jdcasey Date: Tue Dec 6 08:34:09 2005 New Revision: 354464 URL: http://svn.apache.org/viewcvs?rev=354464view=rev Log: PR: MNG-1352 Submitted By: Edwin Punzalan Reviewed By: John Casey Applied this patch, which will ensure that alias != param.getName() before adding a duplicate

svn commit: r354473 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project: DefaultMavenProjectBuilder.java validation/DefaultModelValidator.java

2005-12-06 Thread jdcasey
Author: jdcasey Date: Tue Dec 6 08:50:22 2005 New Revision: 354473 URL: http://svn.apache.org/viewcvs?rev=354473view=rev Log: PR: MNG-1355 Submitted By: Edwin Punzalan Reviewed By: John Casey Applied patch, with small logical fix (used getArtifactId() where getGroupId() was the intention

svn commit: r354475 - /maven/plugins/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java

2005-12-06 Thread jdcasey
Author: jdcasey Date: Tue Dec 6 08:56:02 2005 New Revision: 354475 URL: http://svn.apache.org/viewcvs?rev=354475view=rev Log: Removing prerequisite phase execution: install. Will clean up it2002 in a bit. Modified: maven/plugins/trunk/maven-release-plugin/src/main/java/org/apache/maven

svn commit: r354505 - /maven/components/trunk/maven-core-it/it2002/test.sh

2005-12-06 Thread jdcasey
Author: jdcasey Date: Tue Dec 6 11:19:35 2005 New Revision: 354505 URL: http://svn.apache.org/viewcvs?rev=354505view=rev Log: Adding install step. Modified: maven/components/trunk/maven-core-it/it2002/test.sh Modified: maven/components/trunk/maven-core-it/it2002/test.sh URL: http

svn commit: r354640 - /maven/components/trunk/maven-artifact-manager/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactResolver.java

2005-12-06 Thread jdcasey
Author: jdcasey Date: Tue Dec 6 17:08:02 2005 New Revision: 354640 URL: http://svn.apache.org/viewcvs?rev=354640view=rev Log: PR: MNG-1443 Submitted By: Edwin Punzalan Reviewed By: John Casey Applied the patch, which changes the ArtifactResolutionException to ArtifactNotFoundException

svn commit: r354702 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java

2005-12-06 Thread jdcasey
Author: jdcasey Date: Tue Dec 6 20:28:29 2005 New Revision: 354702 URL: http://svn.apache.org/viewcvs?rev=354702view=rev Log: PR: MNG-1265 Submitted By: Allan Ramirez Reviewed By: John Casey Applied patch, which will add built on timestamp to the --version output. NOTE: I did not apply

svn commit: r354912 - /maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml

2005-12-07 Thread jdcasey
Author: jdcasey Date: Wed Dec 7 15:48:15 2005 New Revision: 354912 URL: http://svn.apache.org/viewcvs?rev=354912view=rev Log: Bumping versions for maven deps up to 2.0. Modified: maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml Modified: maven/components/trunk

svn commit: r355294 - /maven/components/trunk/maven-profile/src/main/java/org/apache/maven/profiles/DefaultMavenProfilesBuilder.java

2005-12-08 Thread jdcasey
Author: jdcasey Date: Thu Dec 8 16:40:15 2005 New Revision: 355294 URL: http://svn.apache.org/viewcvs?rev=355294view=rev Log: Fixing missing file reader init. Modified: maven/components/trunk/maven-profile/src/main/java/org/apache/maven/profiles/DefaultMavenProfilesBuilder.java Modified

svn commit: r355383 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

2005-12-08 Thread jdcasey
Author: jdcasey Date: Thu Dec 8 21:37:43 2005 New Revision: 355383 URL: http://svn.apache.org/viewcvs?rev=355383view=rev Log: PR: MNG-1311 Added a stack of lifecycle fork-points that will be removed from each successively deeper level of forking in a cumulative manner, to prevent multi-node

svn commit: r355387 - in /maven/components/trunk/maven-project/src: main/java/org/apache/maven/profiles/activation/ main/resources/META-INF/plexus/ test/java/org/apache/maven/profiles/

2005-12-08 Thread jdcasey
Author: jdcasey Date: Thu Dec 8 21:57:05 2005 New Revision: 355387 URL: http://svn.apache.org/viewcvs?rev=355387view=rev Log: PR: MNG-1509 Submitted By: Bernd Bohmann Reviewed By: John Casey Applied patches. These patches added the OS activator to the component descriptor, fixed the activation

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

2005-12-09 Thread jdcasey
Author: jdcasey Date: Fri Dec 9 15:33:01 2005 New Revision: 355649 URL: http://svn.apache.org/viewcvs?rev=355649view=rev Log: Adding maven-error-diagnoser to the exclusions list in the plugin manager. Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin

svn commit: r356044 - /maven/components/trunk/maven-model/maven.mdo

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 14:25:51 2005 New Revision: 356044 URL: http://svn.apache.org/viewcvs?rev=356044view=rev Log: PR: MNG-1529 Added defaultValue to the reportSet's id field, value of default. This should correct reportSet merging during inheritance assembly. Modified: maven

svn commit: r356077 - in /maven/components/trunk: maven-model/pom.xml maven-plugin-descriptor/pom.xml maven-plugin-parameter-documenter/pom.xml maven-plugin-registry/pom.xml maven-profile/pom.xml mave

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 17:02:52 2005 New Revision: 356077 URL: http://svn.apache.org/viewcvs?rev=356077view=rev Log: Changing the version of modello plugin to the released. Modified: maven/components/trunk/maven-model/pom.xml maven/components/trunk/maven-plugin-descriptor

svn commit: r356082 - /maven/components/trunk/maven-archiver/pom.xml

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 17:19:46 2005 New Revision: 356082 URL: http://svn.apache.org/viewcvs?rev=356082view=rev Log: bumping plexus archiver version up to next release. Modified: maven/components/trunk/maven-archiver/pom.xml Modified: maven/components/trunk/maven-archiver/pom.xml

svn commit: r356085 - /maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 17:23:09 2005 New Revision: 356085 URL: http://svn.apache.org/viewcvs?rev=356085view=rev Log: bumping doxia sink api version up to the next release. Modified: maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml Modified: maven/components/trunk

svn commit: r356086 - /maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 17:24:10 2005 New Revision: 356086 URL: http://svn.apache.org/viewcvs?rev=356086view=rev Log: bumping doxia core dependency up to the next release version. Modified: maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml Modified: maven

svn commit: r356088 - /maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 17:26:13 2005 New Revision: 356088 URL: http://svn.apache.org/viewcvs?rev=356088view=rev Log: bumping doxia sink api groupId to new one. Modified: maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml Modified: maven/components/trunk/maven

svn commit: r356095 - in /maven/components/tags/maven-2.0.1: ./ maven-archiver/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model-converter/

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 17:34:27 2005 New Revision: 356095 URL: http://svn.apache.org/viewcvs?rev=356095view=rev Log: [maven-scm] copy for tag maven-2.0.1 Added: maven/components/tags/maven-2.0.1/ - copied from r356074, maven/components/trunk/ maven/components/tags/maven

svn commit: r356099 - in /maven/components/trunk: ./ maven-archiver/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model-converter/ maven-mode

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 17:41:09 2005 New Revision: 356099 URL: http://svn.apache.org/viewcvs?rev=356099view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/components/trunk/maven-archiver/pom.xml maven/components/trunk/maven-artifact

svn commit: r356106 - /maven/components/tags/maven-2.0.1/pom.xml

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 18:07:08 2005 New Revision: 356106 URL: http://svn.apache.org/viewcvs?rev=356106view=rev Log: Adding ssh-external deployment mechanism. Modified: maven/components/tags/maven-2.0.1/pom.xml Modified: maven/components/tags/maven-2.0.1/pom.xml URL: http

svn commit: r356112 - in /maven/components/tags/maven-2.0.1/maven-reporting/maven-reporting-api/src/main/java/org/codehaus: ./ doxia/ doxia/sink/ doxia/sink/Sink.java

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 18:53:31 2005 New Revision: 356112 URL: http://svn.apache.org/viewcvs?rev=356112view=rev Log: Adding compat interface for doxia changes. Added: maven/components/tags/maven-2.0.1/maven-reporting/maven-reporting-api/src/main/java/org/codehaus/ maven

svn commit: r356114 - in /maven/components/trunk/maven-reporting/maven-reporting-api/src/main/java/org/codehaus: ./ doxia/ doxia/sink/ doxia/sink/Sink.java

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 18:54:26 2005 New Revision: 356114 URL: http://svn.apache.org/viewcvs?rev=356114view=rev Log: Adding compat interface for doxia changes. Added: maven/components/trunk/maven-reporting/maven-reporting-api/src/main/java/org/codehaus/ maven/components/trunk

svn commit: r356134 - in /maven/components/trunk/maven-reporting/maven-reporting-impl/src/main/java/org: apache/maven/reporting/ apache/maven/reporting/sink/ codehaus/ codehaus/doxia/ codehaus/doxia/m

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 20:05:30 2005 New Revision: 356134 URL: http://svn.apache.org/viewcvs?rev=356134view=rev Log: Adding compat adapters. Added: maven/components/trunk/maven-reporting/maven-reporting-impl/src/main/java/org/codehaus/ maven/components/trunk/maven-reporting

svn commit: r356137 - in /maven/components/tags/maven-2.0.1/maven-reporting/maven-reporting-impl/src/main/java/org: apache/maven/reporting/ apache/maven/reporting/sink/ codehaus/ codehaus/doxia/ codeh

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 20:14:39 2005 New Revision: 356137 URL: http://svn.apache.org/viewcvs?rev=356137view=rev Log: Adding more compat adapters. Added: maven/components/tags/maven-2.0.1/maven-reporting/maven-reporting-impl/src/main/java/org/codehaus/ maven/components/tags

svn commit: r356204 - /maven/components/branches/maven-2.0.x/

2005-12-11 Thread jdcasey
Author: jdcasey Date: Sun Dec 11 23:47:34 2005 New Revision: 356204 URL: http://svn.apache.org/viewcvs?rev=356204view=rev Log: Creating branch for 2.0.1-2.0.x work. Added: maven/components/branches/maven-2.0.x/ - copied from r356203, maven/components/tags/maven-2.0.1/

svn commit: r356337 - /maven/components/branches/maven-2.0.x/maven-embedder/pom.xml

2005-12-12 Thread jdcasey
Author: jdcasey Date: Mon Dec 12 11:14:14 2005 New Revision: 356337 URL: http://svn.apache.org/viewcvs?rev=356337view=rev Log: bumping version of maven-core dependency to released. Modified: maven/components/branches/maven-2.0.x/maven-embedder/pom.xml Modified: maven/components/branches

svn commit: r356338 - /maven/components/branches/maven-2.0.x/maven-embedder/pom.xml

2005-12-12 Thread jdcasey
Author: jdcasey Date: Mon Dec 12 11:14:35 2005 New Revision: 356338 URL: http://svn.apache.org/viewcvs?rev=356338view=rev Log: [maven-release-plugin] prepare release maven-embedder-2.0.1 Modified: maven/components/branches/maven-2.0.x/maven-embedder/pom.xml Modified: maven/components

svn commit: r356340 - /maven/components/branches/maven-2.0.x/maven-embedder/pom.xml

2005-12-12 Thread jdcasey
Author: jdcasey Date: Mon Dec 12 11:14:54 2005 New Revision: 356340 URL: http://svn.apache.org/viewcvs?rev=356340view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/components/branches/maven-2.0.x/maven-embedder/pom.xml Modified: maven/components

svn commit: r356347 - /maven/components/branches/maven-2.0.x/maven-artifact-ant/pom.xml

2005-12-12 Thread jdcasey
Author: jdcasey Date: Mon Dec 12 11:33:24 2005 New Revision: 356347 URL: http://svn.apache.org/viewcvs?rev=356347view=rev Log: bumping dependency versions to released maven (2.0.1). Modified: maven/components/branches/maven-2.0.x/maven-artifact-ant/pom.xml Modified: maven/components

svn commit: r356349 - /maven/components/branches/maven-2.0.x/maven-artifact-ant/pom.xml

2005-12-12 Thread jdcasey
Author: jdcasey Date: Mon Dec 12 11:33:48 2005 New Revision: 356349 URL: http://svn.apache.org/viewcvs?rev=356349view=rev Log: [maven-release-plugin] prepare release maven-artifact-ant-2.0.1 Modified: maven/components/branches/maven-2.0.x/maven-artifact-ant/pom.xml Modified: maven

svn commit: r356350 - in /maven/components/tags/maven-artifact-ant-2.0.1: ./ pom.xml

2005-12-12 Thread jdcasey
Author: jdcasey Date: Mon Dec 12 11:33:50 2005 New Revision: 356350 URL: http://svn.apache.org/viewcvs?rev=356350view=rev Log: [maven-scm] copy for tag maven-artifact-ant-2.0.1 Added: maven/components/tags/maven-artifact-ant-2.0.1/ - copied from r356204, maven/components/branches

svn commit: r356426 - /maven/site/trunk/src/site/apt/download.apt

2005-12-12 Thread jdcasey
Author: jdcasey Date: Mon Dec 12 16:25:22 2005 New Revision: 356426 URL: http://svn.apache.org/viewcvs?rev=356426view=rev Log: adding embedder. Modified: maven/site/trunk/src/site/apt/download.apt Modified: maven/site/trunk/src/site/apt/download.apt URL: http://svn.apache.org/viewcvs/maven

svn commit: r356448 - /maven/components/branches/maven-2.0.x/pom.xml

2005-12-12 Thread jdcasey
Author: jdcasey Date: Mon Dec 12 17:59:30 2005 New Revision: 356448 URL: http://svn.apache.org/viewcvs?rev=356448view=rev Log: bumping p-u up to next snapshot for fix to CommandLineUtils. Modified: maven/components/branches/maven-2.0.x/pom.xml Modified: maven/components/branches/maven-2.0.x

svn commit: r356549 - /maven/components/trunk/pom.xml

2005-12-13 Thread jdcasey
Author: jdcasey Date: Tue Dec 13 09:33:21 2005 New Revision: 356549 URL: http://svn.apache.org/viewcvs?rev=356549view=rev Log: Updated p-u dep to 1.0.6-SNAPSHOT. Modified: maven/components/trunk/pom.xml Modified: maven/components/trunk/pom.xml URL: http://svn.apache.org/viewcvs/maven

svn commit: r356981 - /maven/site/trunk/src/site/xdoc/index.xml

2005-12-14 Thread jdcasey
Author: jdcasey Date: Wed Dec 14 22:17:48 2005 New Revision: 356981 URL: http://svn.apache.org/viewcvs?rev=356981view=rev Log: Fixing publicized release version of Maven on front page to 2.0.1. Modified: maven/site/trunk/src/site/xdoc/index.xml Modified: maven/site/trunk/src/site/xdoc

svn commit: r356983 - /maven/site/trunk/src/site/xdoc/index.xml

2005-12-14 Thread jdcasey
Author: jdcasey Date: Wed Dec 14 22:18:41 2005 New Revision: 356983 URL: http://svn.apache.org/viewcvs?rev=356983view=rev Log: Fixing publicized release version of Maven on front page to 2.0.1. Modified: maven/site/trunk/src/site/xdoc/index.xml Modified: maven/site/trunk/src/site/xdoc

  1   2   3   4   5   6   7   8   9   10   >