brett 4e177daa2d PR: MPXDOC-128
Submitted by: Vincent Siveton
Reviewed by:  Brett Porter, Arnaud Heritier
Internationalization support for xdoc.
Applied with changes

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@171222 13f79535-47bb-0310-9956-ffa450edef68
2005-05-21 15:10:41 +00:00

67 lines
2.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>XDoc Plugin Goals</title>
<author email="dion@apache.org">dIon Gillard</author>
<author email="vincent.siveton@gmail.com">Vincent Siveton</author>
</properties>
<body>
<goals>
<goal>
<name>xdoc</name>
<description>
The default goal. This goal simply executes the
<a href="#xdoc:generate-from-pom">xdoc:generate-from-pom</a>
and <a href="#xdoc:transform">xdoc:transform</a> goals
</description>
</goal>
<goal>
<name>xdoc:generate-from-pom</name>
<description>
Generate a set of reports from your <code>project.xml</code> file.
This includes the dependency, mailing list, project info, project
reports and team list pages
</description>
</goal>
<goal>
<name>init-dvsl-tag</name>
<description>
This goal defines the <code>DVSL</code> tag library for generating
documentation. A single tag <code>dvsl:dvsl</code> is defined.
</description>
</goal>
<goal>
<name>copy-user-bundles</name>
<description>
Copy user bundles in the XDOC plugin. Used for the i18n support.
</description>
</goal>
<goal>
<name>clean-user-bundles</name>
<description>
Remove all user bundles from the XDOC plugin.
</description>
</goal>
</goals>
</body>
</document>