svn commit: r587908 - /maven/archiva/trunk/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/repository/ProxiedDavServer.java

2007-10-24 Thread joakime
Author: joakime Date: Wed Oct 24 08:38:38 2007 New Revision: 587908 URL: http://svn.apache.org/viewvc?rev=587908view=rev Log: [MRM-564] Audit log is not populated when artifacts are deployed Passing through listener to actual davserver impl. Modified:

svn commit: r587923 - /maven/archiva/trunk/pom.xml

2007-10-24 Thread joakime
Author: joakime Date: Wed Oct 24 09:38:27 2007 New Revision: 587923 URL: http://svn.apache.org/viewvc?rev=587923view=rev Log: Updating version Modified: maven/archiva/trunk/pom.xml Modified: maven/archiva/trunk/pom.xml URL:

svn commit: r587800 - /maven/components/trunk/maven-embedder/pom.xml

2007-10-24 Thread jvanzyl
Author: jvanzyl Date: Tue Oct 23 23:58:27 2007 New Revision: 587800 URL: http://svn.apache.org/viewvc?rev=587800view=rev Log: o put the tycho profile back Modified: maven/components/trunk/maven-embedder/pom.xml Modified: maven/components/trunk/maven-embedder/pom.xml URL:

svn commit: r587811 - in /maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265: pom.xml src/site/apt/ src/site/apt/download.apt.vm src/site/site.xml verify.bsh

2007-10-24 Thread olamy
Author: olamy Date: Wed Oct 24 01:11:50 2007 New Revision: 587811 URL: http://svn.apache.org/viewvc?rev=587811view=rev Log: update the it to test : using apt files as download.apt.vm Added: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/src/site/apt/

svn commit: r587930 - /maven/sandbox/trunk/archetypeng/archetypeng-common/src/main/java/org/apache/maven/archetype/source/RemoteCatalogArchetypeDataSource.java

2007-10-24 Thread jvanzyl
Author: jvanzyl Date: Wed Oct 24 10:10:16 2007 New Revision: 587930 URL: http://svn.apache.org/viewvc?rev=587930view=rev Log: o catch an incorrect repository property for the remote catalog Modified:

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

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 13:02:42 2007 New Revision: 587991 URL: http://svn.apache.org/viewvc?rev=587991view=rev Log: Add an artifact field to ArtifactMetadataRetrievalException to store the artifact causing the problem Modified:

svn commit: r587996 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 13:06:08 2007 New Revision: 587996 URL: http://svn.apache.org/viewvc?rev=587996view=rev Log: Add an artifact field to ArtifactMetadataRetrievalException to store the artifact causing the problem Modified:

svn commit: r587998 - in /maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder: MavenEmbedder.java execution/DefaultMavenExecutionRequestPopulator.java

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 13:07:08 2007 New Revision: 587998 URL: http://svn.apache.org/viewvc?rev=587998view=rev Log: Store the pom File object in the execution request instead of its path Modified:

svn commit: r587999 - in /maven/components/trunk/maven-core/src/main/java/org/apache/maven: DefaultMaven.java execution/DefaultMavenExecutionRequest.java execution/ExecutionBuildContext.java execution

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 13:07:15 2007 New Revision: 587999 URL: http://svn.apache.org/viewvc?rev=587999view=rev Log: Store the pom File object in the execution request instead of its path Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java

svn commit: r588011 - /maven/artifact/trunk/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionResult.java

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 13:48:34 2007 New Revision: 588011 URL: http://svn.apache.org/viewvc?rev=588011view=rev Log: Strong type add*Exception methods, fix error in addCircularDependencyException, still one problem to fix in addVersionRangeViolation Modified:

svn commit: r588017 - /maven/artifact/trunk/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionResult.java

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 13:56:28 2007 New Revision: 588017 URL: http://svn.apache.org/viewvc?rev=588017view=rev Log: Fix dumb mistake with initList Modified: maven/artifact/trunk/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionResult.java Modified:

svn commit: r588021 - in /maven/components/branches/maven-2.0.x/maven-artifact/src: main/java/org/apache/maven/artifact/metadata/ArtifactMetadataRetrievalException.java test/java/org/apache/maven/arti

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 14:02:49 2007 New Revision: 588021 URL: http://svn.apache.org/viewvc?rev=588021view=rev Log: Add an artifact field to ArtifactMetadataRetrievalException to store the artifact causing the problem. Merged 587991 from trunk Modified:

svn commit: r588022 - /maven/components/branches/maven-2.0.x/maven-artifact-manager/src/test/java/org/apache/maven/artifact/resolver/ArtifactResolverTest.java

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 14:04:49 2007 New Revision: 588022 URL: http://svn.apache.org/viewvc?rev=588022view=rev Log: Add an artifact field to ArtifactMetadataRetrievalException to store the artifact causing the problem. Merged 587991 from trunk Modified:

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

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 14:09:14 2007 New Revision: 588024 URL: http://svn.apache.org/viewvc?rev=588024view=rev Log: Add an artifact field to ArtifactMetadataRetrievalException to store the artifact causing the problem. Merged 587996 from trunk Modified:

svn commit: r588029 - in /maven/components/trunk: ./ maven-core/ maven-core/src/main/java/org/apache/maven/ maven-core/src/main/java/org/apache/maven/execution/ maven-core/src/main/java/org/apache/mav

2007-10-24 Thread jdcasey
Author: jdcasey Date: Wed Oct 24 14:14:27 2007 New Revision: 588029 URL: http://svn.apache.org/viewvc?rev=588029view=rev Log: Cleaning up extension and plugin realms for a project once the build completes. Modified: maven/components/trunk/build.properties

svn commit: r588031 - /maven/plugins/trunk/maven-repository-plugin/src/main/java/org/apache/maven/plugins/repository/BundlePackMojo.java

2007-10-24 Thread hboutemy
Author: hboutemy Date: Wed Oct 24 14:18:16 2007 New Revision: 588031 URL: http://svn.apache.org/viewvc?rev=588031view=rev Log: read and write pom with UTF-8 instead of platform encoding Modified:

svn commit: r588034 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/execution/ maven-embedder/src/main/java/org/apache/maven/cli/

2007-10-24 Thread jdcasey
Author: jdcasey Date: Wed Oct 24 14:23:48 2007 New Revision: 588034 URL: http://svn.apache.org/viewvc?rev=588034view=rev Log: Fixing NPE in execution request. Apparently, bootstrap was not run after these were changed. Modified:

svn commit: r588037 - in /maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install: AbstractInstallMojo.java InstallFileMojo.java

2007-10-24 Thread hboutemy
Author: hboutemy Date: Wed Oct 24 14:26:14 2007 New Revision: 588037 URL: http://svn.apache.org/viewvc?rev=588037view=rev Log: read and write pom with UTF-8 instead of platform encoding Modified:

svn commit: r588038 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

2007-10-24 Thread hboutemy
Author: hboutemy Date: Wed Oct 24 14:28:08 2007 New Revision: 588038 URL: http://svn.apache.org/viewvc?rev=588038view=rev Log: read and write pom with UTF-8 instead of platform encoding Modified:

svn commit: r588042 - in /maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven: DefaultMaven.java execution/DefaultMavenExecutionRequest.java execution/MavenExecutionRequest

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 14:30:52 2007 New Revision: 588042 URL: http://svn.apache.org/viewvc?rev=588042view=rev Log: Store the pom File object in the execution request instead of its path. Merged 587998-587999 from trunk Modified:

svn commit: r588043 - in /maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven: DefaultMaven.java execution/DefaultMavenExecutionRequest.java execution/MavenExecutionRequest

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 14:33:11 2007 New Revision: 588043 URL: http://svn.apache.org/viewvc?rev=588043view=rev Log: Revert 588042, not adding a new method to interface for backwards compatibility Modified:

svn commit: r588050 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/test/java/org/apache/maven/report/projectinfo/stubs/ProjectInfoProjectStub.java

2007-10-24 Thread hboutemy
Author: hboutemy Date: Wed Oct 24 14:56:44 2007 New Revision: 588050 URL: http://svn.apache.org/viewvc?rev=588050view=rev Log: use ReaderFactory.newXmlReader() since plexus-util is upgraded to 1.4.5+ Modified:

svn commit: r588052 - /maven/artifact/trunk/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionResult.java

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 15:06:44 2007 New Revision: 588052 URL: http://svn.apache.org/viewvc?rev=588052view=rev Log: Do not return null collections, makes life easier for clients Modified:

svn commit: r588053 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionResult.java

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 15:08:01 2007 New Revision: 588053 URL: http://svn.apache.org/viewvc?rev=588053view=rev Log: Do not return null collections, makes life easier for clients Modified:

svn commit: r588058 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/execution/ExecutionBuildContext.java

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 15:24:45 2007 New Revision: 588058 URL: http://svn.apache.org/viewvc?rev=588058view=rev Log: Store the pom File object in the execution request instead of its path, fix possible null values Modified:

svn commit: r588059 - /maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 15:25:28 2007 New Revision: 588059 URL: http://svn.apache.org/viewvc?rev=588059view=rev Log: Store the pom File object in the execution request instead of its path Modified:

svn commit: r588060 - in /maven/components/trunk/maven-embedder/src/test/java/org/apache/maven/embedder: MavenEmbedderProjectWithExtensionReadingTest.java MavenEmbedderTest.java

2007-10-24 Thread carlos
Author: carlos Date: Wed Oct 24 15:25:48 2007 New Revision: 588060 URL: http://svn.apache.org/viewvc?rev=588060view=rev Log: Store the pom File object in the execution request instead of its path Modified:

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

2007-10-24 Thread jdcasey
Author: jdcasey Date: Wed Oct 24 15:47:02 2007 New Revision: 588066 URL: http://svn.apache.org/viewvc?rev=588066view=rev Log: adding codehaus snapshots with todo to disable once plexus is released again. Modified: maven/components/trunk/pom.xml Modified: maven/components/trunk/pom.xml URL:

svn commit: r588090 - in /maven/components/branches/maven-2.0.x/maven-project/src: main/java/org/apache/maven/project/inheritance/ test/java/org/apache/maven/project/inheritance/

2007-10-24 Thread brianf
Author: brianf Date: Wed Oct 24 17:11:46 2007 New Revision: 588090 URL: http://svn.apache.org/viewvc?rev=588090view=rev Log: reverting MNG-3244. This caused MNG-3254 Modified:

svn commit: r588110 - /maven/components/trunk/maven-core/pom.xml

2007-10-24 Thread jdcasey
Author: jdcasey Date: Wed Oct 24 18:51:17 2007 New Revision: 588110 URL: http://svn.apache.org/viewvc?rev=588110view=rev Log: Exclusion for plexus-component-api on plexus-interactivity-api. Modified: maven/components/trunk/maven-core/pom.xml Modified:

svn commit: r588124 - in /maven/sandbox/trunk/archetypeng/archetypeng-common/src: main/java/org/apache/maven/archetype/source/ test/java/org/apache/maven/archetype/source/ test/sources/wiki/

2007-10-24 Thread jvanzyl
Author: jvanzyl Date: Wed Oct 24 20:19:14 2007 New Revision: 588124 URL: http://svn.apache.org/viewvc?rev=588124view=rev Log: o using the correct wiki source data and cleaning up test, adding a test for the wiki source Added:

svn commit: r588136 - in /maven/components/trunk/maven-core/src: main/java/org/apache/maven/extension/ test/java/org/apache/maven/execution/

2007-10-24 Thread jdcasey
Author: jdcasey Date: Wed Oct 24 21:04:04 2007 New Revision: 588136 URL: http://svn.apache.org/viewvc?rev=588136view=rev Log: Adding a couple unit tests for the project-level session, and fixing potential NPE when an extension is declared that already exists in the core distribution. Added:

svn commit: r588144 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/ maven-core/src/main/java/org/apache/maven/execution/ maven-core/src/main/java/org/apache/maven/extension/ m

2007-10-24 Thread jdcasey
Author: jdcasey Date: Wed Oct 24 22:13:22 2007 New Revision: 588144 URL: http://svn.apache.org/viewvc?rev=588144view=rev Log: Improving the use of project sessions in the embedder, and exporting control over the project session map to the embedder instead of Maven.execute(). Modified: