Author: tchemit Date: 2010-04-10 17:49:00 +0200 (Sat, 10 Apr 2010) New Revision: 1734 Log: clean doc Removed: trunk/src/site/rst/actions.rst trunk/src/site/rst/deprecated-mojos.rst trunk/src/site/rst/get-informations.rst Modified: trunk/src/site/site_en.xml Deleted: trunk/src/site/rst/actions.rst =================================================================== --- trunk/src/site/rst/actions.rst 2010-04-10 15:37:33 UTC (rev 1733) +++ trunk/src/site/rst/actions.rst 2010-04-10 15:49:00 UTC (rev 1734) @@ -1,57 +0,0 @@ -======== -Actions! -======== - - -:Author: Tony Chemit <chemit@codelutin.com> -:Abstract: Describes action goals - -.. contents:: - :depth: 2 - -.. #%L -.. Maven License Plugin -.. -.. $Author: tchemit $ -.. $LastChangedDate$ -.. $LastChangedRevision$ -.. $Id$ -.. $HeadURL$ -.. %% -.. Copyright (C) 2008 - 2010 CodeLutin -.. %% -.. This program is free software: you can redistribute it and/or modify -.. it under the terms of the GNU Lesser General Public License as -.. published by the Free Software Foundation, either version 3 of the -.. License, or (at your option) any later version. -.. -.. This program is distributed in the hope that it will be useful, -.. but WITHOUT ANY WARRANTY; without even the implied warranty of -.. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.. GNU General Lesser Public License for more details. -.. -.. You should have received a copy of the GNU General Lesser Public -.. License along with this program. If not, see -.. <http://www.gnu.org/licenses/lgpl-3.0.html>. -.. #L% - -Content -------- - -This page describes action goals which interacts with your project source files. - -The plugin has the following action goals: - - * `update-project-license`_ adds or updates license project file (since 2.1). - - * `update-license`_ adds or updates license header on some files (since 2.1). - - * `add-third-party`_ creates the THIRD-PARTY.txt in the build. - - -.. _update-project-license: update-project-license-mojo.html - -.. _update-license: update-license-mojo.html - -.. _add-third-party: add-third-party-mojo.html - Deleted: trunk/src/site/rst/deprecated-mojos.rst =================================================================== --- trunk/src/site/rst/deprecated-mojos.rst 2010-04-10 15:37:33 UTC (rev 1733) +++ trunk/src/site/rst/deprecated-mojos.rst 2010-04-10 15:49:00 UTC (rev 1734) @@ -1,53 +0,0 @@ -================ -Deprecated mojos -================ - - -:Author: Tony Chemit <chemit@codelutin.com> -:Abstract: Describes deprecated mojos since 2.1 - -.. contents:: - :depth: 2 - -.. #%L -.. Maven License Plugin -.. -.. $Author: tchemit $ -.. $LastChangedDate$ -.. $LastChangedRevision$ -.. $Id$ -.. $HeadURL$ -.. %% -.. Copyright (C) 2008 - 2010 CodeLutin -.. %% -.. This program is free software: you can redistribute it and/or modify -.. it under the terms of the GNU Lesser General Public License as -.. published by the Free Software Foundation, either version 3 of the -.. License, or (at your option) any later version. -.. -.. This program is distributed in the hope that it will be useful, -.. but WITHOUT ANY WARRANTY; without even the implied warranty of -.. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.. GNU General Lesser Public License for more details. -.. -.. You should have received a copy of the GNU General Lesser Public -.. License along with this program. If not, see -.. <http://www.gnu.org/licenses/lgpl-3.0.html>. -.. #L% - -Content -------- - -This page describes deprectaed mojos since version **2.1**. - -The plugin has the following deprecated goals: - - * `add-license`_ add (and creates it if not found) the LICENSE.txt in the build - * `update-header`_ add or update license header on some files - * `generator-list`_ display list of available generators - -.. _add-license: add-license-mojo.html - -.. _update-header: update-header-mojo.html - -.. _generator-list: generator-list-mojo.html Deleted: trunk/src/site/rst/get-informations.rst =================================================================== --- trunk/src/site/rst/get-informations.rst 2010-04-10 15:37:33 UTC (rev 1733) +++ trunk/src/site/rst/get-informations.rst 2010-04-10 15:49:00 UTC (rev 1734) @@ -1,54 +0,0 @@ -================= -Get informations! -================= - -:Author: Tony Chemit <chemit@codelutin.com> -:Abstract: Describes information goals - -.. contents:: - :depth: 2 - -.. #%L -.. Maven License Plugin -.. -.. $Author: tchemit $ -.. $LastChangedDate$ -.. $LastChangedRevision$ -.. $Id$ -.. $HeadURL$ -.. %% -.. Copyright (C) 2008 - 2010 CodeLutin -.. %% -.. This program is free software: you can redistribute it and/or modify -.. it under the terms of the GNU Lesser General Public License as -.. published by the Free Software Foundation, either version 3 of the -.. License, or (at your option) any later version. -.. -.. This program is distributed in the hope that it will be useful, -.. but WITHOUT ANY WARRANTY; without even the implied warranty of -.. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.. GNU General Lesser Public License for more details. -.. -.. You should have received a copy of the GNU General Lesser Public -.. License along with this program. If not, see -.. <http://www.gnu.org/licenses/lgpl-3.0.html>. -.. #L% - -Content -------- - -This page describes information goals which display in console some helpfull -informations to build your license project descriptor file. - -The plugin has the following information goals: - - * `comment-style-list`_ display list of available comment style header (since 2.1). - * `license-list`_ display list of available licenses. - * `help`_ display help about the plugin (goals, usage). - - -.. _comment-style-list: comment-style-list-mojo.html - -.. _license-list: license-list-mojo.html - -.. _help: help-mojo.html Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2010-04-10 15:37:33 UTC (rev 1733) +++ trunk/src/site/site_en.xml 2010-04-10 15:49:00 UTC (rev 1734) @@ -55,17 +55,17 @@ <item name="File header model" href="header.html"/> <item name="License project descriptor" href="descriptor.html"/> <item name="Usage" href="usage.html"> - <item name="Actions" href="actions.html"> + <item name="Actions" href="usage.html#actions"> <item name="update-project-license" href="update-project-license-mojo.html"/> <item name="update-license" href="update-license-mojo.html"/> <item name="add-third-party" href="add-third-party-mojo.html"/> </item> - <item name="Get informations" href="get-informations.html"> + <item name="Get informations" href="usage.html#get-informations"> <item name="license-list" href="license-list-mojo.html"/> <item name="comment-style-list" href="comment-style-list-mojo.html"/> <item name="help" href="help-mojo.html"/> </item> - <item name="Deprecated goals" href="deprecated-mojos.html"> + <item name="Deprecated goals" href="usage.html#deprecated-goals-since-2-1"> <item name="add-license" href="add-license-mojo.html"/> <item name="update-header" href="update-header-mojo.html"/> <item name="generator-list" href="generator-list-mojo.html"/>