svn commit: r644150 - in /archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin: include/repositoryForm.jspf repositories.jsp

2008-04-02 Thread wsmoak
Author: wsmoak Date: Wed Apr 2 20:35:04 2008 New Revision: 644150 URL: http://svn.apache.org/viewvc?rev=644150view=rev Log: [MRM-532] Display the value of the index directory and allow it to be edited through the web interface Modified:

svn commit: r644166 - in /archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin: include/repositoryForm.jspf repositories.jsp

2008-04-02 Thread wsmoak
Author: wsmoak Date: Wed Apr 2 22:02:40 2008 New Revision: 644166 URL: http://svn.apache.org/viewvc?rev=644166view=rev Log: [MRM-532] Display the value of the index directory and allow it to be edited through the web interface merged r644150 from trunk Modified:

svn commit: r643859 - /maven/plugin-tools/trunk/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java

2008-04-02 Thread hboutemy
Author: hboutemy Date: Wed Apr 2 04:43:10 2008 New Revision: 643859 URL: http://svn.apache.org/viewvc?rev=643859view=rev Log: generate mode readable code Modified: maven/plugin-tools/trunk/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java

svn commit: r643878 - /maven/components/trunk/maven-model/src/main/mdo/maven.mdo

2008-04-02 Thread mkleint
Author: mkleint Date: Wed Apr 2 05:40:13 2008 New Revision: 643878 URL: http://svn.apache.org/viewvc?rev=643878view=rev Log: MEVENIDE-618 synchronize the flushPluginMap and getPluginsAsMap to prevent NPEs in multi thread access. Modified:

svn commit: r643880 - /maven/components/branches/maven-2.0.x/maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java

2008-04-02 Thread brett
Author: brett Date: Wed Apr 2 05:41:45 2008 New Revision: 643880 URL: http://svn.apache.org/viewvc?rev=643880view=rev Log: [MNG-3495] avoid a potential NPE in the repository hashcode during exceptions for artifact resolution errors if settings.xml is malformed Modified:

svn commit: r643883 - /maven/artifact/trunk/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java

2008-04-02 Thread brett
Author: brett Date: Wed Apr 2 05:43:11 2008 New Revision: 643883 URL: http://svn.apache.org/viewvc?rev=643883view=rev Log: [MNG-3495] avoid a potential NPE in the repository hashcode during exceptions for artifact resolution errors if settings.xml is malformed Merged from: r643880 Modified:

svn commit: r644048 - in /maven/components/tags/maven-2.0.9-RC7: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ maven-m

2008-04-02 Thread brianf
Author: brianf Date: Wed Apr 2 13:48:10 2008 New Revision: 644048 URL: http://svn.apache.org/viewvc?rev=644048view=rev Log: [maven-release-plugin] copy for tag maven-2.0.9-RC7 Added: maven/components/tags/maven-2.0.9-RC7/ - copied from r644037, maven/components/branches/maven-2.0.x/

svn commit: r644047 - in /maven/components/branches/maven-2.0.x: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ maven-m

2008-04-02 Thread brianf
Author: brianf Date: Wed Apr 2 13:47:55 2008 New Revision: 644047 URL: http://svn.apache.org/viewvc?rev=644047view=rev Log: [maven-release-plugin] prepare release maven-2.0.9-RC7 Modified: maven/components/branches/maven-2.0.x/apache-maven/pom.xml

svn commit: r644049 - in /maven/components/branches/maven-2.0.x: ./ apache-maven/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ maven-m

2008-04-02 Thread brianf
Author: brianf Date: Wed Apr 2 13:48:29 2008 New Revision: 644049 URL: http://svn.apache.org/viewvc?rev=644049view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/components/branches/maven-2.0.x/apache-maven/pom.xml

svn commit: r644061 - /maven/plugins/trunk/maven-shade-plugin/

2008-04-02 Thread bentmann
Author: bentmann Date: Wed Apr 2 14:06:32 2008 New Revision: 644061 URL: http://svn.apache.org/viewvc?rev=644061view=rev Log: o Added bin to svn:ignore Modified: maven/plugins/trunk/maven-shade-plugin/ (props changed) Propchange: maven/plugins/trunk/maven-shade-plugin/

svn commit: r644079 - in /maven/plugins/trunk/maven-shade-plugin: pom.xml src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java

2008-04-02 Thread bentmann
Author: bentmann Date: Wed Apr 2 14:34:39 2008 New Revision: 644079 URL: http://svn.apache.org/viewvc?rev=644079view=rev Log: [MSHADE-24] Use proper file encoding when generating dependency reduced POM Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml

svn commit: r644083 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource/ComponentsXmlResourceTransformer.java

2008-04-02 Thread bentmann
Author: bentmann Date: Wed Apr 2 14:55:33 2008 New Revision: 644083 URL: http://svn.apache.org/viewvc?rev=644083view=rev Log: [MSHADE-25] Use proper encoding when reading/writing component descriptor Modified: