evenisse 2003/07/02 02:04:17 Modified: src/plugins-build/changelog/xdocs changes.xml src/plugins-build/checkstyle/xdocs changes.xml src/plugins-build/clover/xdocs changes.xml src/plugins-build/developer-activity project.xml src/plugins-build/file-activity project.xml src/plugins-build/jdepend project.xml src/plugins-build/junit-report/xdocs changes.xml src/plugins-build/license project.xml src/plugins-build/statcvs project.xml src/plugins-build/tasklist project.xml src/plugins-build/tasklist/xdocs changes.xml Added: src/plugins-build/developer-activity/xdocs changes.xml src/plugins-build/file-activity/xdocs changes.xml src/plugins-build/jdepend/xdocs changes.xml src/plugins-build/license/xdocs changes.xml src/plugins-build/statcvs/xdocs changes.xml Log: Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. Revision Changes Path 1.4 +5 -0 maven/src/plugins-build/changelog/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/changelog/xdocs/changes.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- changes.xml 1 Jul 2003 10:16:38 -0000 1.3 +++ changes.xml 2 Jul 2003 09:04:16 -0000 1.4 @@ -3,10 +3,15 @@ <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">dIon Gillard</author> + <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> <release version="1.3" date="in CVS"> + <action dev="evenisse" type="fix"> + fixed MAVEN-493. I register reports only if source, test,... exists. + So, corresponding entrys in menu will appear only if reports are registered. + </action> <action dev="evenisse" type="fix"> <p> Fix MAVEN-483. Corrected link for viewcvs configured with muliple cvs repository. 1.5 +5 -0 maven/src/plugins-build/checkstyle/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/checkstyle/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 1 Jul 2003 12:47:35 -0000 1.4 +++ changes.xml 2 Jul 2003 09:04:16 -0000 1.5 @@ -3,11 +3,16 @@ <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Vincent Massol</author> + <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> <release version="2.0" date="in CVS"> + <action dev="evenisse" type="fix"> + Fixed MAVEN-493. I register reports only if source, test,... exists. + So, corresponding entrys in menu will appear only if reports are registered. + </action> <action dev="evenisse" type="fix"> Fixed Maven-489. </action> 1.5 +5 -0 maven/src/plugins-build/clover/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/clover/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 10 Jun 2003 20:58:09 -0000 1.4 +++ changes.xml 2 Jul 2003 09:04:16 -0000 1.5 @@ -3,10 +3,15 @@ <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Vincent Massol</author> + <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> <release version="1.2" date="in CVS"> + <action dev="evenisse" type="fix"> + Fixed MAVEN-493. I register reports only if source, test,... exists. + So, corresponding entrys in menu will appear only if reports are registered. + </action> <action dev="bwalding" type="update"> Upgrade to Clover 1.2 </action> 1.13 +1 -1 maven/src/plugins-build/developer-activity/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/developer-activity/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 1 Jul 2003 13:53:42 -0000 1.12 +++ project.xml 2 Jul 2003 09:04:16 -0000 1.13 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-developer-activity-plugin</id> <name>Maven Developer Activity Plug-in</name> - <currentVersion>1.2</currentVersion> + <currentVersion>1.3-SNAPSHOT</currentVersion> <description>This document provides a report of activity in terms of CVS commits and breaks it out by developer.</description> <shortDescription/> <url>http://maven.apache.org/reference/plugins/developer-activity/</url> 1.14 +1 -1 maven/src/plugins-build/file-activity/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/file-activity/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 9 Apr 2003 01:06:45 -0000 1.13 +++ project.xml 2 Jul 2003 09:04:16 -0000 1.14 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-file-activity-plugin</id> <name>Maven File Activity Plug-in</name> - <currentVersion>1.2</currentVersion> + <currentVersion>1.3-SNAPSHOT</currentVersion> <!-- Gump integration --> <gumpRepositoryId>jakarta</gumpRepositoryId> 1.15 +1 -1 maven/src/plugins-build/jdepend/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/jdepend/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 1 Jul 2003 13:53:42 -0000 1.14 +++ project.xml 2 Jul 2003 09:04:16 -0000 1.15 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-jdepend-plugin</id> <name>Maven JDepend Plugin</name> - <currentVersion>1.2</currentVersion> + <currentVersion>1.3-SNAPSHOT</currentVersion> <description/> <shortDescription>Java Project Management Tools</shortDescription> <url>http://maven.apache.org/reference/plugins/jdepend/</url> 1.2 +5 -0 maven/src/plugins-build/junit-report/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/junit-report/xdocs/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 4 Jun 2003 11:36:27 -0000 1.1 +++ changes.xml 2 Jul 2003 09:04:16 -0000 1.2 @@ -3,11 +3,16 @@ <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Vincent Massol</author> + <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> <release version="1.3" date="in CVS"> + <action dev="evenisse" type="fix"> + Fixed MAVEN-493. I register reports only if source, test,... exists. + So, corresponding entrys in menu will appear only if reports are registered. + </action> <action dev="vmassol" type="fix"> The <code>maven.test.failure.ignore</code> is forced to true during the execution of the tests (so that report generation do not fail 1.11 +1 -1 maven/src/plugins-build/license/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/license/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 1 Jul 2003 13:53:42 -0000 1.10 +++ project.xml 2 Jul 2003 09:04:16 -0000 1.11 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-license-plugin</id> <name>Maven License Plug-in</name> - <currentVersion>1.0</currentVersion> + <currentVersion>1.1-SNAPSHOT</currentVersion> <description/> <shortDescription>Java Project Management Tools</shortDescription> <url>http://maven.apache.org/reference/plugins/license/</url> 1.11 +1 -1 maven/src/plugins-build/statcvs/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/statcvs/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 1 Jul 2003 13:53:42 -0000 1.10 +++ project.xml 2 Jul 2003 09:04:16 -0000 1.11 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-statcvs-plugin</id> <name>Maven StatCvs Plug-in</name> - <currentVersion>1.1</currentVersion> + <currentVersion>1.2-SNAPSHOT</currentVersion> <description/> <shortDescription>Provides CVS statistics</shortDescription> <url>http://maven.apache.org/reference/plugins/statcvs/</url> 1.12 +1 -1 maven/src/plugins-build/tasklist/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/tasklist/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 1 Jul 2003 13:53:42 -0000 1.11 +++ project.xml 2 Jul 2003 09:04:17 -0000 1.12 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-tasklist-plugin</id> <name>Maven Tasklist Plug-in</name> - <currentVersion>2.1</currentVersion> + <currentVersion>2.2-SNAPSHOT</currentVersion> <description/> <shortDescription>Java Project Management Tools</shortDescription> <url>http://maven.apache.org/reference/plugins/tasklist/</url> 1.3 +8 -1 maven/src/plugins-build/tasklist/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/tasklist/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 30 Mar 2003 15:29:04 -0000 1.2 +++ changes.xml 2 Jul 2003 09:04:17 -0000 1.3 @@ -3,11 +3,18 @@ <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">dIon Gillard</author> + <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> - <release version="2.1" date="In CVS"> + <release version="2.2" date="In CVS"> + <action dev="evenisse" type="fix"> + Fixed MAVEN-493. I register reports only if source, test,... exists. + So, corresponding entrys in menu will appear only if reports are registered. + </action> + </release> + <release version="2.1" date="Unknown"> <action dev="dion" type="add" due-to="Juergen Heidak"> Added tasklist summary </action> 1.1 maven/src/plugins-build/developer-activity/xdocs/changes.xml Index: changes.xml =================================================================== <?xml version="1.0"?> <document> <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> <release version="1.3" date="in CVS"> <action dev="evenisse" type="fix"> Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. </action> </release> </body> </document> 1.1 maven/src/plugins-build/file-activity/xdocs/changes.xml Index: changes.xml =================================================================== <?xml version="1.0"?> <document> <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> <release version="1.3" date="in CVS"> <action dev="evenisse" type="fix"> Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. </action> </release> </body> </document> 1.1 maven/src/plugins-build/jdepend/xdocs/changes.xml Index: changes.xml =================================================================== <?xml version="1.0"?> <document> <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> <release version="1.3" date="in CVS"> <action dev="evenisse" type="fix"> Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. </action> </release> </body> </document> 1.1 maven/src/plugins-build/license/xdocs/changes.xml Index: changes.xml =================================================================== <?xml version="1.0"?> <document> <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> <release version="1.1" date="in CVS"> <action dev="evenisse" type="fix"> Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. </action> </release> </body> </document> 1.1 maven/src/plugins-build/statcvs/xdocs/changes.xml Index: changes.xml =================================================================== <?xml version="1.0"?> <document> <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> <release version="1.2" date="in CVS"> <action dev="evenisse" type="fix"> Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. </action> </release> </body> </document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]