Author: tchemit Date: 2009-05-17 18:27:46 +0000 (Sun, 17 May 2009) New Revision: 490 Modified: maven-helper-plugin/trunk/pom.xml maven-helper-plugin/trunk/src/site/rst/index.rst Log: on peut desormais utiliser doxia-module-jrst :) update site Modified: maven-helper-plugin/trunk/pom.xml =================================================================== --- maven-helper-plugin/trunk/pom.xml 2009-05-17 17:02:55 UTC (rev 489) +++ maven-helper-plugin/trunk/pom.xml 2009-05-17 18:27:46 UTC (rev 490) @@ -316,14 +316,13 @@ <outputEncoding>${project.reporting.outputEncoding}</outputEncoding> <generateReports>true</generateReports> </configuration> - <!-- pas utilisable avant release du module --> - <!--dependencies> + <dependencies> <dependency> <groupId>org.nuiton</groupId> <artifactId>doxia-module-jrst</artifactId> <version>1.0.2-alpha-1</version> </dependency> - </dependencies--> + </dependencies> </plugin> <plugin> @@ -350,10 +349,7 @@ <plugin> <!--groupId>org.nuiton.thirdparty</groupId--> <artifactId>maven-project-info-reports-plugin</artifactId> - <!--version>2.1.1-cl</version--> - <configuration> - <webAccessUrl>http://www.nuiton.org/repositories/browse/${project.artifactId}/trunk</webAccessUrl> - </configuration> + <version>2.1.1-cl</version> </plugin> <plugin> @@ -439,7 +435,8 @@ <scm> <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-helper-plugin/trunk</connection> <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-helper-plugin/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-helper-plugin/trunk?root=lutinbuilder</url> + <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/trunk</url> + <!-- a utiliser quand on sera sur nuiton --> <!--connection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</connection> <developerConnection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</developerConnection> Modified: maven-helper-plugin/trunk/src/site/rst/index.rst =================================================================== --- maven-helper-plugin/trunk/src/site/rst/index.rst 2009-05-17 17:02:55 UTC (rev 489) +++ maven-helper-plugin/trunk/src/site/rst/index.rst 2009-05-17 18:27:46 UTC (rev 490) @@ -3,45 +3,40 @@ TODO Update this documentation -Maven license-switcher Plugin -============================= +Maven helper Plugin +=================== -The Maven License Switcher Plugin is used to switch the license on java sources of a maven module. +This plugin helps to build project on the `nuiton`_ platform. Goals Overview ~~~~~~~~~~~~~~ The plugin has the following goals: - * `license-switcher license`_ add license file and third-party files to classpath (generate them if necessary). + * `helper add-license`_ add license file and third-party files to classpath (generate them if necessary). - * `license-switcher third-party`_ write the licenses of all third-party libraries used in project. + * `helper add-third-party`_ write the licenses of all third-party libraries used in project. - * `license-switcher switch`_ parse Java sources and switch license header. + * `helper help`_ display help about the plugin (goals, usage). - * `license-switcher help`_ display help about the plugin (goals, usage). + * `helper available-licenses`_ display the known licenses of the plugin. - * `license-switcher available-licenses`_ display the known licenses of the plugin. - Usage ~~~~~ - Instructions on how to use the Plugin can be found on `usage page`_ + TODO. Examples ~~~~~~~~ to be done. -.. _license-switcher license: license-mojo.html +.. _helper add-license: license-mojo.html -.. _license-switcher third-party: third-party-mojo.html +.. _helper add-third-party: third-party-mojo.html -.. _license-switcher switch: switch-mojo.html +.. _helper help: help-mojo.html -.. _license-switcher help: help-mojo.html +.. _helper available-licenses: available-licenses-mojo.html -.. _license-switcher available-licenses: available-licenses-mojo.html - -.. _usage page: usage.html - \ No newline at end of file +.. _nuiton: http://www.nuiton.org