Author: tchemit Date: 2009-08-22 18:16:15 +0200 (Sat, 22 Aug 2009) New Revision: 547 Added: trunk/src/site/apt/ trunk/src/site/apt/Todo.apt trunk/src/site/apt/index.apt Modified: trunk/pom.xml trunk/src/site/site.xml Log: do not use jrst in this module Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-22 16:16:12 UTC (rev 546) +++ trunk/pom.xml 2009-08-22 16:16:15 UTC (rev 547) @@ -100,7 +100,6 @@ <description>Plugin d'aide pour les projets nuiton</description> <inceptionYear>2009</inceptionYear> <url>http://maven-site.nuiton.org/${project.artifactId}</url> - <!--url>http://www.nuiton.org/embedded/${project.artifactId}</url--> <organization> <name>CodeLutin</name> @@ -324,13 +323,6 @@ <outputEncoding>${project.reporting.outputEncoding}</outputEncoding> <generateReports>${maven.reports.generate}</generateReports> </configuration> - <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>1.0.2-rc-1</version> - </dependency> - </dependencies> </plugin> <plugin> @@ -355,7 +347,6 @@ see http://maven.apache.org/plugins/maven-project-info-reports-plugin --> <plugin> - <!--groupId>org.nuiton.thirdparty</groupId--> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.1.2</version> </plugin> Copied: trunk/src/site/apt/Todo.apt (from rev 543, trunk/src/site/rst/Todo.rst) =================================================================== --- trunk/src/site/apt/Todo.apt (rev 0) +++ trunk/src/site/apt/Todo.apt 2009-08-22 16:16:15 UTC (rev 547) @@ -0,0 +1,8 @@ +---- +TODO +---- +---- +2009-08-22 +---- + + Any idea ? Property changes on: trunk/src/site/apt/Todo.apt ___________________________________________________________________ Added: svn:mergeinfo + Copied: trunk/src/site/apt/index.apt (from rev 543, trunk/src/site/rst/index.rst) =================================================================== --- trunk/src/site/apt/index.apt (rev 0) +++ trunk/src/site/apt/index.apt 2009-08-22 16:16:15 UTC (rev 547) @@ -0,0 +1,46 @@ +---- +Introduction +---- +---- +2009-08-22 +---- + + <<TODO>> Update this documentation + +Maven helper Plugin + + This project helps to build project on the {{{http://www.nuiton.org} nuiton}} platform. + + There is three ways of using this toolbox : + + * The plugin way : the project offers some plugins (see Plugin overview) + + * The plugin toolkit : a very small framework to create new plugins (see Plugin toolkit overview) + + * The test toolkit : usefull classes to make new tests (see Test toolkit overview) + +Plugin overview + + The plugin has the following goals: + + * {{{add-license-mojo.html} helper:add-license}} add license file and third-party files to classpath (generate them if necessary). + + * {{{add-third-party-mojo.html} helper:add-third-party}} write the licenses of all third-party libraries used in project. + + * {{{help-mojo.html} helper:help}} display help about the plugin (goals, usage). + + * {{{available-licenses-mojo.html} helper:available-licenses}} display the known licenses of the plugin. + + * {{{runJava-mojo.html} helper:runJava}} run a java main class. + +Plugin toolkit overview + + see javadoc. + + <<A faire>> + +est toolkit overview + + see test-javadoc. + + <<A faire>> Property changes on: trunk/src/site/apt/index.apt ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-22 16:16:12 UTC (rev 546) +++ trunk/src/site/site.xml 2009-08-22 16:16:15 UTC (rev 547) @@ -21,8 +21,6 @@ <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"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> </poweredBy> <body> @@ -50,6 +48,10 @@ </item> </menu> + <menu name="Développeur"> + <item name="A faire" href="Todo.html"/> + </menu> + <menu name="Téléchargement"> <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}.jar" name="Librairie (jar)"/>