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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]