Author: tchemit Date: 2012-05-30 18:22:47 +0200 (Wed, 30 May 2012) New Revision: 274 Url: http://nuiton.org/repositories/revision/nuiton-j2r/274 Log: updates to mavenpom 3.3.2 Modified: trunk/pom.xml trunk/src/site/site.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-03-29 09:46:57 UTC (rev 273) +++ trunk/pom.xml 2012-05-30 16:22:47 UTC (rev 274) @@ -23,7 +23,9 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -34,58 +36,58 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.2</version> + <version>3.3.2</version> </parent> <artifactId>nuiton-j2r</artifactId> <version>1.0.3-SNAPSHOT</version> - <developers> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <roles> - <role>developer</role> - </roles> - <timezone>+2</timezone> - </developer> + <developers> + <developer> + <id>tchemit</id> + <name>Tony Chemit</name> + <email>chemit@codelutin.com</email> + <organization>CodeLutin</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+2</timezone> + </developer> - <developer> - <id>jcouteau</id> - <name>Jean Couteau</name> - <email>couteau@codelutin.com</email> - <organization>CodeLutin</organization> - <roles> - <role>developer</role> - <role>technical writer</role> - </roles> - <timezone>+2</timezone> - </developer> + <developer> + <id>jcouteau</id> + <name>Jean Couteau</name> + <email>couteau@codelutin.com</email> + <organization>CodeLutin</organization> + <roles> + <role>developer</role> + <role>technical writer</role> + </roles> + <timezone>+2</timezone> + </developer> - <developer> - <id>echatellier</id> - <name>Eric Chatellier</name> - <email>chatellier@codelutin.com</email> - <organization>CodeLutin</organization> - <roles> - <role>developer</role> - </roles> - <timezone>+2</timezone> - </developer> + <developer> + <id>echatellier</id> + <name>Eric Chatellier</name> + <email>chatellier@codelutin.com</email> + <organization>CodeLutin</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+2</timezone> + </developer> - <developer> - <id>athimel</id> - <name>Arnaud Thimel</name> - <email>thimel@codelutin.com</email> - <organization>CodeLutin</organization> - <roles> - <role>developer</role> - </roles> - <timezone>+2</timezone> - </developer> - </developers> + <developer> + <id>athimel</id> + <name>Arnaud Thimel</name> + <email>thimel@codelutin.com</email> + <organization>CodeLutin</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+2</timezone> + </developer> + </developers> <dependencies> @@ -107,7 +109,7 @@ <version>${rengineVersion}</version> <scope>compile</scope> </dependency> - + <dependency> <groupId>org.nuiton.thirdparty</groupId> <artifactId>Rserve</artifactId> @@ -182,7 +184,9 @@ <!-- Source control management. --> <scm> <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-j2r/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-j2r/trunk</developerConnection> + <developerConnection> + scm:svn:http://svn.nuiton.org/svn/nuiton-j2r/trunk + </developerConnection> <url>http://www.nuiton.org/repositories/browse/nuiton-j2r/trunk</url> </scm> @@ -233,7 +237,47 @@ </build> </profile> - + + <profile> + <id>reporting</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + + <reporting> + <plugins> + + <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> + </profiles> </project> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2012-03-29 09:46:57 UTC (rev 273) +++ trunk/src/site/site.xml 2012-05-30 16:22:47 UTC (rev 274) @@ -25,12 +25,37 @@ --> <project name="${project.name}"> - + + <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> + <bannerLeft> <name>${project.name}</name> <href>index.html</href> </bannerLeft> + <bannerRight> + <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <href>http://www.codelutin.com</href> + </bannerRight> + + <publishDate position="right" /> + <version position="right" /> + + <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> @@ -39,6 +64,12 @@ <body> + <links> + <item name="Nuiton.org" href="http://nuiton.org"/> + <item name="Code Lutin" href="http://www.codelutin.com"/> + <item name="Libre entreprise" href="http://www.libre-entreprise.org"/> + </links> + <breadcrumbs> <item name="${project.name}" href="${project.url}" /> </breadcrumbs> @@ -62,5 +93,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)
-
tchemit@users.nuiton.org