Author: fdesbois Date: 2009-08-24 10:46:28 +0200 (Mon, 24 Aug 2009) New Revision: 52 Added: trunk/bonzoms-business/src/site/resources/css/ trunk/bonzoms-business/src/site/resources/css/site.css Modified: trunk/bonzoms-business/src/site/resources/schemas/ClassDiagram_Services.png trunk/bonzoms-business/src/site/site.xml trunk/bonzoms-ui/src/site/resources/css/site.css trunk/bonzoms-ui/src/site/site.xml trunk/pom.xml trunk/src/site/site.xml Log: Change pom dependency and site.xml for mavenpom and jrst Added: trunk/bonzoms-business/src/site/resources/css/site.css =================================================================== --- trunk/bonzoms-business/src/site/resources/css/site.css (rev 0) +++ trunk/bonzoms-business/src/site/resources/css/site.css 2009-08-24 08:46:28 UTC (rev 52) @@ -0,0 +1,7 @@ +pre.literal_block { + border: 2px groove #FF4940; + background-color: #FFF1E1; + padding: 11px 11px 0; + font-family: monospace; + color: #58140B; +} \ No newline at end of file Modified: trunk/bonzoms-business/src/site/resources/schemas/ClassDiagram_Services.png =================================================================== (Binary files differ) Modified: trunk/bonzoms-business/src/site/site.xml =================================================================== --- trunk/bonzoms-business/src/site/site.xml 2009-08-21 08:34:14 UTC (rev 51) +++ trunk/bonzoms-business/src/site/site.xml 2009-08-24 08:46:28 UTC (rev 52) @@ -2,21 +2,10 @@ <project name="Bonzoms-business"> <publishDate format="dd/MM/yyyy"/> - - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>${skin.version}</version> - </skin> <bannerLeft> <name>${project.name}</name> </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> <body> Modified: trunk/bonzoms-ui/src/site/resources/css/site.css =================================================================== --- trunk/bonzoms-ui/src/site/resources/css/site.css 2009-08-21 08:34:14 UTC (rev 51) +++ trunk/bonzoms-ui/src/site/resources/css/site.css 2009-08-24 08:46:28 UTC (rev 52) @@ -1,4 +1,4 @@ -pre { +pre.literal_block { border: 2px groove #FF4940; background-color: #FFF1E1; padding: 11px 11px 0; Modified: trunk/bonzoms-ui/src/site/site.xml =================================================================== --- trunk/bonzoms-ui/src/site/site.xml 2009-08-21 08:34:14 UTC (rev 51) +++ trunk/bonzoms-ui/src/site/site.xml 2009-08-24 08:46:28 UTC (rev 52) @@ -3,20 +3,9 @@ <publishDate format="dd/MM/yyyy"/> - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>${skin.version}</version> - </skin> - <bannerLeft> <name>${project.name}</name> </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> <body> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-21 08:34:14 UTC (rev 51) +++ trunk/pom.xml 2009-08-24 08:46:28 UTC (rev 52) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-rc-5-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.chorem</groupId> @@ -135,8 +135,7 @@ <!-- Nuiton librairies --> <topia.version>2.2.0-rc-5-SNAPSHOT</topia.version> <generator.version>1.0.0-rc-3</generator.version> - <jrst.version>1.0.0-rc-4-SNAPSHOT</jrst.version> - <skin.version>1.0.0-rc-2-SNAPSHOT</skin.version> + <jrst.version>1.0.0</jrst.version> <!-- ChoReg --> <choreg.version>1.0.0-alpha-2-SNAPSHOT</choreg.version> @@ -154,6 +153,24 @@ <chenillekit.version>1.0.2</chenillekit.version> </properties> + <build> + <defaultGoal>install</defaultGoal> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${jrst.version}</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </pluginManagement> + </build> + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-21 08:34:14 UTC (rev 51) +++ trunk/src/site/site.xml 2009-08-24 08:46:28 UTC (rev 52) @@ -3,22 +3,11 @@ <publishDate format="dd/MM/yyyy"/> - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0-rc-2-SNAPSHOT</version> - </skin> - <bannerLeft> <name>${project.name}</name> <href>index.html</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>${project.organization.url}</href> - </bannerRight> - <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/> <logo href="http://www.nuiton.org/projects/show/jrst" name="JRst" img="${project.url}/images/jrst-logo.png"/>