From: Gandin M. <mg...@us...> - 2005-07-29 15:19:35
|
mgandin 05/07/29 08:19:29 Modified: maven-dashboard-history/MainProject maven.xml project.xml Log: Renaming build goal Revision Changes Path 1.2 +2 -12 maven-plugins/maven-dashboard-history/MainProject/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven-dashboard-history/MainProject/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maven.xml 12 Jul 2005 14:40:55 -0000 1.1 +++ maven.xml 29 Jul 2005 15:19:29 -0000 1.2 @@ -1,16 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- - ************************************************************************ - Projet Siti - Socle de développement - Société Générale - - ${sitidev}/projects/build/build/commun/maven.xml - configuration maven commune - les autres fichiers maven.xml héritent de ce fichier - ************************************************************************ ---> - - + <project xmlns:j="jelly:core" @@ -24,7 +14,7 @@ <attainGoal name="multiproject:clean"/> </postGoal> - <goal name="octo"> + <goal name="dashboardhistory:build"> <echo>*************************************************************</echo> <echo>**** Starting Maven Build [${basedir}] ******</echo> <echo>*************************************************************</echo> 1.2 +1 -1 maven-plugins/maven-dashboard-history/MainProject/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven-dashboard-history/MainProject/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 12 Jul 2005 14:40:55 -0000 1.1 +++ project.xml 29 Jul 2005 15:19:29 -0000 1.2 @@ -69,7 +69,7 @@ </developers> <reports> <!--report>maven-dashboard-plugin</report--> - <!--report>maven-dashboard-history-plugin</report--> + <report>maven-dashboard-history-plugin</report> <!--report>maven-linkcheck-plugin</report--> <report>maven-multiproject-plugin</report> </reports> |