Author: tchemit Date: 2010-01-13 18:58:35 +0100 (Wed, 13 Jan 2010) New Revision: 747 Modified: branches/mavenpom-2.x/mavenpom4labs/pom.xml branches/mavenpom-2.x/mavenpom4labs/src/site/apt/index.apt branches/mavenpom-2.x/mavenpom4labs/src/site/apt/properties.apt branches/mavenpom-2.x/mavenpom4labs/src/site/en/apt/index.apt branches/mavenpom-2.x/mavenpom4labs/src/site/en/apt/properties.apt branches/mavenpom-2.x/pom.xml Log: improve things Modified: branches/mavenpom-2.x/mavenpom4labs/pom.xml =================================================================== --- branches/mavenpom-2.x/mavenpom4labs/pom.xml 2010-01-13 17:00:00 UTC (rev 746) +++ branches/mavenpom-2.x/mavenpom4labs/pom.xml 2010-01-13 17:58:35 UTC (rev 747) @@ -29,7 +29,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Mavenpom :: Mavenpom4labs</name> + <name>Mavenpom4labs</name> <description>Ancestor of all projects of Code Lutin based on a labs environnement</description> @@ -44,7 +44,7 @@ <!-- Add this in your pom --> <!--issueManagement> <system>gforge</system> - <url>https://${platform}/activity?group_id=${projectNumber}</url> + <url>https://${platform}/activity?group_id=${labs.id}</url> </issueManagement--> <!--Any mailing lists for the project--> @@ -82,8 +82,10 @@ <properties> - <projectNumber/> + <labs.id/> + <labs.list.host>lists.${platform}</labs.list.host> + <!-- the redmine plateform used (nuiton.org or chorem.org) --> <!--<platform>labs.libre-entreprise.org</platform>--> @@ -95,6 +97,15 @@ <reporting> <plugins> + <plugin> + <groupId>org.codehaus.sonar-plugins</groupId> + <artifactId>maven-report</artifactId> + <version>0.1</version> + <configuration> + <sonar.host.url>http://hudson.nuiton.org/sonar</sonar.host.url> + </configuration> + </plugin> + <!--plugin> <artifactId>maven-changes-plugin</artifactId> <version>2.3</version> Modified: branches/mavenpom-2.x/mavenpom4labs/src/site/apt/index.apt =================================================================== --- branches/mavenpom-2.x/mavenpom4labs/src/site/apt/index.apt 2010-01-13 17:00:00 UTC (rev 746) +++ branches/mavenpom-2.x/mavenpom4labs/src/site/apt/index.apt 2010-01-13 17:58:35 UTC (rev 747) @@ -23,7 +23,7 @@ * propriétés obligatoires - Aucune a l'heure actuelle + <<labs.id>> * Fichiers obligatoires Modified: branches/mavenpom-2.x/mavenpom4labs/src/site/apt/properties.apt =================================================================== --- branches/mavenpom-2.x/mavenpom4labs/src/site/apt/properties.apt 2010-01-13 17:00:00 UTC (rev 746) +++ branches/mavenpom-2.x/mavenpom4labs/src/site/apt/properties.apt 2010-01-13 17:58:35 UTC (rev 747) @@ -16,8 +16,10 @@ *----------------------------------------------+--------------------------------------------------------+ | {{platform}} | <<labs.libre-entreprise.org>> | *----------------------------------------------+--------------------------------------------------------+ -| {{projectNumber}} | - | +| {{labs.id}} | - | *----------------------------------------------+--------------------------------------------------------+ +| {{labs.list.host}} | - | +*----------------------------------------------+--------------------------------------------------------+ Détails @@ -25,6 +27,10 @@ La plateforme labs utilisée. -* {projectNumber} +* {labs.id} L'id du projet sur le labs. + +* {labs.list.host} + + Le nom du serveur des listes de diffusion. \ No newline at end of file Modified: branches/mavenpom-2.x/mavenpom4labs/src/site/en/apt/index.apt =================================================================== --- branches/mavenpom-2.x/mavenpom4labs/src/site/en/apt/index.apt 2010-01-13 17:00:00 UTC (rev 746) +++ branches/mavenpom-2.x/mavenpom4labs/src/site/en/apt/index.apt 2010-01-13 17:58:35 UTC (rev 747) @@ -22,7 +22,7 @@ * mandatory properties - None actually + <<labs.id>> * mandatories files Modified: branches/mavenpom-2.x/mavenpom4labs/src/site/en/apt/properties.apt =================================================================== --- branches/mavenpom-2.x/mavenpom4labs/src/site/en/apt/properties.apt 2010-01-13 17:00:00 UTC (rev 746) +++ branches/mavenpom-2.x/mavenpom4labs/src/site/en/apt/properties.apt 2010-01-13 17:58:35 UTC (rev 747) @@ -16,8 +16,10 @@ *----------------------------------------------+--------------------------------------------------------+ | {{platform}} | <<labs.libre-entreprise.org>> | *----------------------------------------------+--------------------------------------------------------+ -| {{projectNumber}} | - | +| {{labs.id}} | - | *----------------------------------------------+--------------------------------------------------------+ +| {{labs.list.host}} | - | +*----------------------------------------------+--------------------------------------------------------+ Details @@ -25,6 +27,10 @@ Labs platform. -* {projectNumber} +* {labs.id} Id of the project on labs. + +* {labs.list.host} + + host of lists \ No newline at end of file Modified: branches/mavenpom-2.x/pom.xml =================================================================== --- branches/mavenpom-2.x/pom.xml 2010-01-13 17:00:00 UTC (rev 746) +++ branches/mavenpom-2.x/pom.xml 2010-01-13 17:58:35 UTC (rev 747) @@ -1011,7 +1011,7 @@ </plugin> <!-- Implicit add of reportSet to not generate jira reports --> - <plugin> + <!--plugin> <artifactId>maven-changes-plugin</artifactId> <version>2.3</version> <configuration> @@ -1027,7 +1027,7 @@ </reports> </reportSet> </reportSets> - </plugin> + </plugin--> <plugin> <artifactId>maven-checkstyle-plugin</artifactId>