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

2007-11-08 Thread joakime
Author: joakime Date: Thu Nov 8 07:59:34 2007 New Revision: 593215 URL: http://svn.apache.org/viewvc?rev=593215view=rev Log: [MRM-440] If webdav URL lacks a trailing /, navigating to all links in the listing return 404. Fixed by redirecting to proper url in the situation of a GET request on an

svn commit: r593220 - in /maven/archiva/trunk/archiva-base: archiva-configuration/src/main/java/org/apache/maven/archiva/configuration/ archiva-configuration/src/test/conf/ archiva-configuration/src/t

2007-11-08 Thread joakime
Author: joakime Date: Thu Nov 8 08:19:05 2007 New Revision: 593220 URL: http://svn.apache.org/viewvc?rev=593220view=rev Log: [MRM-582] Remote Repositories with empty username and password fields shouldn't be created in configuration. Implemented on-load cleanup of remote repo username/password

svn commit: r593246 - in /maven/archiva/trunk: archiva-base/archiva-repository-layer/src/main/java/org/apache/maven/archiva/repository/audit/ archiva-web/archiva-webapp/ archiva-web/archiva-webapp/src

2007-11-08 Thread joakime
Author: joakime Date: Thu Nov 8 10:36:12 2007 New Revision: 593246 URL: http://svn.apache.org/viewvc?rev=593246view=rev Log: [MRM-564] Audit log is not populated when artifacts are deployed. Expanded Audit concepts into listener / event / log. Using log4j for audit log (for consistency with

svn commit: r593414 - in /maven/archiva/trunk: archiva-database/pom.xml archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml archiva-web/archiva-webapp/pom.xml pom.xml

2007-11-08 Thread brett
Author: brett Date: Thu Nov 8 19:27:30 2007 New Revision: 593414 URL: http://svn.apache.org/viewvc?rev=593414view=rev Log: [MRM-459] better rationalisation of commons-logging and partially revert r593206 as logging had stopped working altogether Modified:

svn commit: r593089 - in /maven/enforcer/trunk: enforcer-api/pom.xml enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequireOS.java maven-enforcer-plugin/pom.xml pom.xml

2007-11-08 Thread brianf
Author: brianf Date: Thu Nov 8 01:20:20 2007 New Revision: 593089 URL: http://svn.apache.org/viewvc?rev=593089view=rev Log: aligned versions Modified: maven/enforcer/trunk/enforcer-api/pom.xml

svn commit: r593081 - in /maven/archiva/trunk/archiva-base/archiva-consumers/archiva-core-consumers/src: main/java/org/apache/maven/archiva/consumers/core/repository/ test/java/org/apache/maven/archiv

2007-11-08 Thread oching
Author: oching Date: Thu Nov 8 01:03:44 2007 New Revision: 593081 URL: http://svn.apache.org/viewvc?rev=593081view=rev Log: - Updated repository purge tests to reflect the changes made in r592297 as suggested in the dev list Modified:

svn commit: r593232 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2007-11-08 Thread dennisl
Author: dennisl Date: Thu Nov 8 09:15:48 2007 New Revision: 593232 URL: http://svn.apache.org/viewvc?rev=593232view=rev Log: [maven-release-plugin] prepare release maven-source-plugin-2.0.4 Modified: maven/plugins/trunk/maven-source-plugin/pom.xml Modified:

svn commit: r593233 - in /maven/plugins/tags/maven-source-plugin-2.0.4: ./ pom.xml

2007-11-08 Thread dennisl
Author: dennisl Date: Thu Nov 8 09:16:00 2007 New Revision: 593233 URL: http://svn.apache.org/viewvc?rev=593233view=rev Log: [maven-release-plugin] copy for tag maven-source-plugin-2.0.4 Added: maven/plugins/tags/maven-source-plugin-2.0.4/ - copied from r593230,

svn commit: r593234 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2007-11-08 Thread dennisl
Author: dennisl Date: Thu Nov 8 09:16:07 2007 New Revision: 593234 URL: http://svn.apache.org/viewvc?rev=593234view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-source-plugin/pom.xml Modified:

svn commit: r593310 - /maven/components/trunk/maven-core/src/main/aspect/org/apache/maven/compat/plugin/Maven20xCompatAspect.aj

2007-11-08 Thread jdcasey
Author: jdcasey Date: Thu Nov 8 13:06:31 2007 New Revision: 593310 URL: http://svn.apache.org/viewvc?rev=593310view=rev Log: [MNG-3193] Adding pointcut and advice to provide backward compat on invalid lifecycle phase names (these bindings will be ignored). Modified:

svn commit: r593294 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/lifecycle/ maven-core/src/main/java/org/apache/maven/plugin/ maven-embedder/src/main/java/org/apache/maven/c

2007-11-08 Thread jdcasey
Author: jdcasey Date: Thu Nov 8 12:33:27 2007 New Revision: 593294 URL: http://svn.apache.org/viewvc?rev=593294view=rev Log: Working on cleaning up exceptions and reporting (these changes are from before the break I took to work on memory profiling in maven and plexus). Added:

svn commit: r593287 - in /maven/components/trunk/maven-project/src: main/java/org/apache/maven/project/build/ test/java/org/apache/maven/project/inheritance/t03/ test/java/org/apache/maven/project/inh

2007-11-08 Thread jdcasey
Author: jdcasey Date: Thu Nov 8 12:15:20 2007 New Revision: 593287 URL: http://svn.apache.org/viewvc?rev=593287view=rev Log: Clean up the caching to use weak hashmaps, to conserve some memory in large builds. Modified: