You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/01/26 23:57:11 UTC

cvs commit: maven maven.xml

brett       2004/01/26 14:57:11

  Modified:    .        Tag: MAVEN-1_0-BRANCH maven.xml
  Log:
  most plugins work now
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.97.2.5  +5 -6      maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.97.2.4
  retrieving revision 1.97.2.5
  diff -u -r1.97.2.4 -r1.97.2.5
  --- maven.xml	31 Dec 2003 04:18:13 -0000	1.97.2.4
  +++ maven.xml	26 Jan 2004 22:57:11 -0000	1.97.2.5
  @@ -2,8 +2,7 @@
     xmlns:j="jelly:core"
     xmlns:u="jelly:util"
     xmlns:ant="jelly:ant"
  -  xmlns:maven="jelly:maven"
  -  xmlns:deploy="deploy">
  +  xmlns:maven="jelly:maven">
   
     <goal name="maven:init">
       <j:choose>
  @@ -70,13 +69,13 @@
       name="maven:plugins-test"
       description="Test each Maven plugin">
   
  -    <!-- TODO [RC2] - put back xdoc,checkstyle,clover,dashboard,war -->
  -    <!-- TODO [RC2] - put back html2xdoc - fails because of checkstyle -->
  -    <!-- TODO [RC2] - put back aspectwerkz - it seems broken at present -->
  +    <!-- TODO [RC2] - put back dashboard - broken in RC1 too when offline, but broken differently in RC2 -->
  +    <!-- TODO [RC2] - put back clover - it seems broken at present -->
  +
       <maven:reactor
         basedir="${maven.plugins.directory}"
         includes="${maven.plugins.includes}"
  -      excludes="${maven.plugins.excludes},xdoc/**,checkstyle/**,clover/**,dashboard/**,war/**,html2xdoc/**,aspectwerkz/**"
  +      excludes="${maven.plugins.excludes},dashboard/**,clover/**"
         goals="plugin:test"
         banner="Testing"
         ignoreFailures="false"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org