You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/11/14 23:34:09 UTC

cvs commit: maven-plugins/dashboard plugin.properties

vmassol     2003/11/14 14:34:09

  Modified:    dashboard/xdocs changes.xml
               dashboard plugin.properties
  Log:
  Do not exclude <code>project.xml</code> in the default <code>maven.dashboard.excludes</code> list as it is already excluded by the default <code>maven.dashboard.includes</code> list.
  
  Revision  Changes    Path
  1.4       +5 -0      maven-plugins/dashboard/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.xml	10 Nov 2003 13:43:54 -0000	1.3
  +++ changes.xml	14 Nov 2003 22:34:09 -0000	1.4
  @@ -8,6 +8,11 @@
     <body>
   
       <release version="1.1" date="in CVS">
  +      <action dev="vmassol" type="fix">
  +        Do not exclude <code>project.xml</code> in the default 
  +        <code>maven.dashboard.excludes</code> list as it is already excluded
  +        by the default <code>maven.dashboard.includes</code> list.
  +      </action>
       </release>
   
       <release version="1.0" date="2003-11-10">
  
  
  
  1.3       +1 -1      maven-plugins/dashboard/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/plugin.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.properties	5 Nov 2003 19:26:59 -0000	1.2
  +++ plugin.properties	14 Nov 2003 22:34:09 -0000	1.3
  @@ -10,7 +10,7 @@
   
   maven.dashboard.basedir=${basedir}
   maven.dashboard.includes=*/project.xml
  -maven.dashboard.excludes=**/target/**/project.xml,project.xml
  +maven.dashboard.excludes=**/target/**/project.xml
   maven.dashboard.ignoreFailures=false
   
   # Generated dashboard xml data file
  
  
  

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