Author: ymartel Date: 2012-05-30 12:15:07 +0200 (Wed, 30 May 2012) New Revision: 842 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/842 Log: update to mavenpom 3.3.2 Modified: trunk/ trunk/pom.xml trunk/src/site/site_en.xml Property changes on: trunk ___________________________________________________________________ Modified: svn:ignore - *.ipr *.iws *.iml *.log .project .classpath .settings target + *.ipr *.iws *.iml *.log .project .classpath .settings target .idea Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-03-25 14:23:27 UTC (rev 841) +++ trunk/pom.xml 2012-05-30 10:15:07 UTC (rev 842) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.2</version> + <version>3.3.2</version> </parent> <artifactId>helper-maven-plugin</artifactId> @@ -226,7 +226,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Maven helper plugin</name> + <name>Helper Maven Plugin</name> <description>Plugin d'aide pour les projets nuiton</description> <inceptionYear>2009</inceptionYear> <url>http://maven-site.nuiton.org/maven-helper-plugin</url> @@ -235,7 +235,7 @@ <developer> <name>Tony Chemit</name> <id>tchemit</id> - <email>chemit@codelutin.com</email> + <email>chemit at codelutin dot com</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> @@ -243,6 +243,16 @@ <role>Developer</role> </roles> </developer> + <developer> + <name>Yannick Martel</name> + <id>ymartel</id> + <email>martel at codelutin dot com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Developer</role> + </roles> + </developer> </developers> <!-- ************************************************************* --> @@ -346,6 +356,28 @@ <version>${coberturaPluginVersion}</version> </plugin> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>${projectInfoReportsPluginVersion}</version> + <reportSets> + <reportSet> + <reports> + <report>project-team</report> + <report>mailing-list</report> + <report>cim</report> + <report>issue-tracking</report> + <report>license</report> + <report>scm</report> + <report>dependencies</report> + <report>dependency-convergence</report> + <report>plugin-management</report> + <report>plugins</report> + <report>dependency-management</report> + <report>summary</report> + </reports> + </reportSet> + </reportSets> + </plugin> </plugins> </reporting> </profile> Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2012-03-25 14:23:27 UTC (rev 841) +++ trunk/src/site/site_en.xml 2012-05-30 10:15:07 UTC (rev 842) @@ -31,6 +31,30 @@ <href>index.html</href> </bannerLeft> + <bannerRight> + <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <href>http://www.codelutin.com</href> + </bannerRight> + + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.2.1</version> + </skin> + + <custom> + <fluidoSkin> + <topBarEnabled>true</topBarEnabled> + <googleSearch/> + <sideBarEnabled>false</sideBarEnabled> + <searchEnabled>true</searchEnabled> + <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> + </fluidoSkin> + </custom> + + <publishDate position="right" format="dd/MM/yyyy"/> + <version position="right"/> + <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> @@ -42,6 +66,12 @@ <item name="${project.name}" href="index.html"/> </breadcrumbs> + <links> + <item name="nuiton.org" href="http://www.nuiton.org"/> + <item name="CodeLutin" href="http://codelutin.com"/> + <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> + </links> + <menu name="User"> <item name="Introduction" href="index.html"/> <item name="Goals" href="plugin-info.html"> @@ -86,5 +116,24 @@ <menu ref="reports"/> + <footer> + + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> + </script> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + </body> </project>
participants (1)
-
ymartel@users.nuiton.org