svn commit: r348389 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java

2005-11-22 Thread carlos
Author: carlos Date: Tue Nov 22 22:40:09 2005 New Revision: 348389 URL: http://svn.apache.org/viewcvs?rev=348389&view=rev Log: Ignore transitive dependencies with system scope that cause NullPointerException PR: MNG-1663 Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/mai

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

2005-11-22 Thread carlos
Author: carlos Date: Tue Nov 22 22:39:09 2005 New Revision: 348388 URL: http://svn.apache.org/viewcvs?rev=348388&view=rev Log: Upgrade to latest surefire Modified: maven/plugins/trunk/maven-surefire-plugin/pom.xml Modified: maven/plugins/trunk/maven-surefire-plugin/pom.xml URL: http://svn.a

svn commit: r348343 - in /maven/maven-1/plugins/trunk/genapp: src/plugin-resources/struts-jstl/template-resources/src/conf/ src/plugin-resources/struts/template-resources/src/conf/ xdocs/

2005-11-22 Thread aheritier
Author: aheritier Date: Tue Nov 22 18:04:31 2005 New Revision: 348343 URL: http://svn.apache.org/viewcvs?rev=348343&view=rev Log: PR: MPGENAPP-8 Submitted by: Archimedes Trajano Replaces @PACKAGE@ by @NAME@ in Title in JSP files. Modified: maven/maven-1/plugins/trunk/genapp/src/plugin-resour

svn commit: r348341 [2/2] - in /maven/maven-1/plugins/trunk/genapp: src/plugin-resources/struts-validation/ src/plugin-resources/struts-validation/template-resources/ src/plugin-resources/struts-valid

2005-11-22 Thread aheritier
Modified: maven/maven-1/plugins/trunk/genapp/src/plugin-test/templatesTest/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-test/templatesTest/project.properties?rev=348341&r1=348340&r2=348341&view=diff ===

svn commit: r348338 - /maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml

2005-11-22 Thread aheritier
Author: aheritier Date: Tue Nov 22 17:29:46 2005 New Revision: 348338 URL: http://svn.apache.org/viewcvs?rev=348338&view=rev Log: PR: MPGENAPP-12 Submitted by: Filippo Vitale Fixed a long long time ago : An error "Artifact strutstest-2.1.0.jar doesn't exist" is thrown by struts projects generated

svn commit: r348337 - in /maven/maven-1/plugins/trunk/genapp/src/plugin-test: basedirTest/ tapestryTest/ templatesTest/ templatesTest/maven.xml templatesTest/project.properties templatesTest/project.x

2005-11-22 Thread aheritier
Author: aheritier Date: Tue Nov 22 17:24:00 2005 New Revision: 348337 URL: http://svn.apache.org/viewcvs?rev=348337&view=rev Log: Replace the tapestry template test by a generic test for all templates. Added: maven/maven-1/plugins/trunk/genapp/src/plugin-test/templatesTest/ - copied fro

svn commit: r348334 - /maven/maven-1/plugins/trunk/genapp/src/plugin-resources/ejb/template-resources/project.xml

2005-11-22 Thread aheritier
Author: aheritier Date: Tue Nov 22 17:19:54 2005 New Revision: 348334 URL: http://svn.apache.org/viewcvs?rev=348334&view=rev Log: Comment dependency not available on ibiblio Also, we could use the one coming from geronimo. Modified: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/ejb

svn commit: r348332 - /maven/maven-1/plugins/trunk/genapp/plugin.properties

2005-11-22 Thread aheritier
Author: aheritier Date: Tue Nov 22 17:01:01 2005 New Revision: 348332 URL: http://svn.apache.org/viewcvs?rev=348332&view=rev Log: add a default value for maven.genapp.template.repository. Without this, maven uses the root directory of the computer. Modified: maven/maven-1/plugins/trunk/genap

svn commit: r348331 - /maven/maven-1/plugins/trunk/genapp/plugin.jelly

2005-11-22 Thread aheritier
Author: aheritier Date: Tue Nov 22 16:58:38 2005 New Revision: 348331 URL: http://svn.apache.org/viewcvs?rev=348331&view=rev Log: Improve error message Modified: maven/maven-1/plugins/trunk/genapp/plugin.jelly Modified: maven/maven-1/plugins/trunk/genapp/plugin.jelly URL: http://svn.apache.

svn commit: r348328 - /maven/maven-1/plugins/trunk/genapp/xdocs/templates.xml

2005-11-22 Thread aheritier
Author: aheritier Date: Tue Nov 22 16:53:29 2005 New Revision: 348328 URL: http://svn.apache.org/viewcvs?rev=348328&view=rev Log: update templates list Modified: maven/maven-1/plugins/trunk/genapp/xdocs/templates.xml Modified: maven/maven-1/plugins/trunk/genapp/xdocs/templates.xml URL: http

svn commit: r348305 - /maven/site/trunk/src/site/resources/.htaccess

2005-11-22 Thread brett
Author: brett Date: Tue Nov 22 16:03:02 2005 New Revision: 348305 URL: http://svn.apache.org/viewcvs?rev=348305&view=rev Log: point old reference docs at their new home (new site doesn't have a /reference directory) Modified: maven/site/trunk/src/site/resources/.htaccess Modified: maven/sit

svn commit: r348283 - in /maven/maven-1/plugins/trunk/multiproject: plugin.jelly xdocs/changes.xml xdocs/faq.fml

2005-11-22 Thread ltheussl
Author: ltheussl Date: Tue Nov 22 15:10:35 2005 New Revision: 348283 URL: http://svn.apache.org/viewcvs?rev=348283&view=rev Log: PR: MPMULTIPROJECT-58 Submitted by: Lucas Persson Possibility to re-execute multiproject:projects-init Modified: maven/maven-1/plugins/trunk/multiproject/plugin.jel

svn commit: r348271 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseClasspathWriter.java

2005-11-22 Thread carlos
Author: carlos Date: Tue Nov 22 14:17:24 2005 New Revision: 348271 URL: http://svn.apache.org/viewcvs?rev=348271&view=rev Log: Revert last change PR: MNG-1648 Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseClasspathWriter.java Modifie

svn commit: r348260 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseClasspathWriter.java

2005-11-22 Thread carlos
Author: carlos Date: Tue Nov 22 13:34:24 2005 New Revision: 348260 URL: http://svn.apache.org/viewcvs?rev=348260&view=rev Log: Don't use getCanonicalPath to be consistent with the rest of classes and avoid test breaking under cygwin due to case changes in drive letter Modified: maven/plugin

svn commit: r348259 - /maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/AbstractEclipsePluginTestCase.java

2005-11-22 Thread carlos
Author: carlos Date: Tue Nov 22 13:33:06 2005 New Revision: 348259 URL: http://svn.apache.org/viewcvs?rev=348259&view=rev Log: Minor performance improvement Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/AbstractEclipsePluginTestCase.java Mo

svn commit: r348227 - /maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf

2005-11-22 Thread carlos
Author: carlos Date: Tue Nov 22 11:51:25 2005 New Revision: 348227 URL: http://svn.apache.org/viewcvs?rev=348227&view=rev Log: PR: MRM-28 Revert last change as it makes a lot of files to be resynced again Modified: maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf Modified

svn commit: r348215 - in /maven/maven-1/plugins/trunk/multiproject: plugin.jelly xdocs/changes.xml

2005-11-22 Thread ltheussl
Author: ltheussl Date: Tue Nov 22 11:04:58 2005 New Revision: 348215 URL: http://svn.apache.org/viewcvs?rev=348215&view=rev Log: PR: MPMULTIPROJECT-45 Call clean:clean before multiproject:clean Modified: maven/maven-1/plugins/trunk/multiproject/plugin.jelly maven/maven-1/plugins/trunk/mul

svn commit: r348214 - /maven/maven-1/plugins/trunk/clean/plugin.jelly

2005-11-22 Thread ltheussl
Author: ltheussl Date: Tue Nov 22 11:00:11 2005 New Revision: 348214 URL: http://svn.apache.org/viewcvs?rev=348214&view=rev Log: velocity.log is removed by xdoc:clean Modified: maven/maven-1/plugins/trunk/clean/plugin.jelly Modified: maven/maven-1/plugins/trunk/clean/plugin.jelly URL: http:

[continuum] BUILD SUCCESSFUL: Maven Core

2005-11-22 Thread Continuum
Online report : http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/6/buildId/170 Build statistics: State: Ok Previous State: Failed Started at: Tue, 22 Nov 2005 13:00:22 + Finished at: Tue, 22 Nov 2005 13:00:50 + Total time: 27s Build

[continuum] BUILD SUCCESSFUL: Maven Plugin Registry Model

2005-11-22 Thread Continuum
Online report : http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/13/buildId/167 Build statistics: State: Ok Previous State: Failed Started at: Tue, 22 Nov 2005 12:59:10 + Finished at: Tue, 22 Nov 2005 12:59:20 + Total time: 9s Build

[continuum] BUILD SUCCESSFUL: Maven Archiver

2005-11-22 Thread Continuum
Online report : http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/2/buildId/159 Build statistics: State: Ok Previous State: Failed Started at: Tue, 22 Nov 2005 12:56:38 + Finished at: Tue, 22 Nov 2005 12:56:44 + Total time: 6s Build T

[continuum] BUILD SUCCESSFUL: Maven Artifact Test Helper Library

2005-11-22 Thread Continuum
Online report : http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/5/buildId/156 Build statistics: State: Ok Previous State: Failed Started at: Tue, 22 Nov 2005 12:55:31 + Finished at: Tue, 22 Nov 2005 12:55:37 + Total time: 6s Build T

[continuum] BUILD SUCCESSFUL: Maven Artifact Manager

2005-11-22 Thread Continuum
Online report : http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/4/buildId/155 Build statistics: State: Ok Previous State: Failed Started at: Tue, 22 Nov 2005 12:55:09 + Finished at: Tue, 22 Nov 2005 12:55:18 + Total time: 9s Build T

[continuum] BUILD SUCCESSFUL: Maven Local Settings Model

2005-11-22 Thread Continuum
Online report : http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/27/buildId/152 Build statistics: State: Ok Previous State: Failed Started at: Tue, 22 Nov 2005 12:54:08 + Finished at: Tue, 22 Nov 2005 12:54:17 + Total time: 8s Build