This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git commit 5f21c9c5d2c20e0d4c776b82b01a0a4741452a85 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jul 23 21:42:30 2014 +0200 use site descriptor from pom project --- pom.xml | 2 +- src/site/site.xml | 30 ------------------------------ 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index 860818d..a047aa6 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> </parent> <artifactId>nuiton-converter</artifactId> diff --git a/src/site/site.xml b/src/site/site.xml index efe2b01..a944a7d 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -25,26 +25,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>${fluidoSkinVersion}</version> - </skin> - - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <googleSearch/> - <sideBarEnabled>true</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - <piwik> - <piwikUrl>http://piwik.codelutin.com</piwikUrl> - <idsite>${project.piwikId}</idsite> - </piwik> - </fluidoSkin> - </custom> - <bannerLeft> <name>${project.name}</name> <href>index.html</href> @@ -55,16 +35,6 @@ <href>https://www.codelutin.com</href> </bannerRight> - <publishDate position="right"/> - <version position="right"/> - - <poweredBy> - - <logo href="http://maven.apache.org" name="Maven" - img="${siteCommonResourcesUrl}/images/logos/maven-feather.png"/> - - </poweredBy> - <body> <links> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.