Make all plugin xdocs validate

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@292933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-10-01 07:06:46 +00:00
parent 8d86e6e568
commit fe4a78733e
38 changed files with 101 additions and 108 deletions

View File

@ -29,15 +29,15 @@
</section> </section>
<section name="Using the abbot:test goal"> <section name="Using the abbot:test goal">
<section name="Pre-requisites"> <subsection name="Pre-requisites">
<p> <p>
There are no pre-requisites. There are no pre-requisites.
</p> </p>
</section> </subsection>
</section> </section>
<section name="Using the abbot:test-webapp goal"> <section name="Using the abbot:test-webapp goal">
<section name="Pre-requisites"> <subsection name="Pre-requisites">
<p> <p>
The following environmental dependencies need to be present before The following environmental dependencies need to be present before
executing the Abbot plugin: executing the Abbot plugin:
@ -49,8 +49,8 @@
page for the details. page for the details.
</li> </li>
</ul> </ul>
</section> </subsection>
<section name="Limitations"> <subsection name="Limitations">
<p> <p>
The following limitations are known for the The following limitations are known for the
<code>abbot:test-webstart</code> goal: <code>abbot:test-webstart</code> goal:
@ -63,7 +63,7 @@
to do so (granted if the jar are signed). to do so (granted if the jar are signed).
</li> </li>
</ul> </ul>
</section> </subsection>
</section> </section>
</body> </body>

View File

@ -29,7 +29,7 @@
<p> <p>
The following example demonstrates how to depoyment The following example demonstrates how to depoyment
of artifact to remote repositories can be configured. of artifact to remote repositories can be configured.
</p>
<source><![CDATA[ <source><![CDATA[
#list of repositories to which we will deploy. #list of repositories to which we will deploy.
#There are 4 repositories #There are 4 repositories
@ -62,7 +62,6 @@ maven.repo.R4=file://c:\\temp
maven.repo.R4.directory=repository maven.repo.R4.directory=repository
]]></source> ]]></source>
</p>
</section> </section>
</body> </body>
</document> </document>

View File

@ -26,8 +26,7 @@
<body> <body>
<section name="Security Considerations"> <section name="Security Considerations">
<p>
<source><![CDATA[ <source><![CDATA[
> >
> For the moment I have tested my API with username, user password > For the moment I have tested my API with username, user password
@ -57,7 +56,7 @@ It should be used only from command files.
incze incze
]]></source> ]]></source>
</p>
</section> </section>
</body> </body>
</document> </document>

View File

@ -58,13 +58,14 @@
<subsection name="artifact:deploy"> <subsection name="artifact:deploy">
<p> <p>
Deploy an artifact to the set of remote repositories. Deploy an artifact to the set of remote repositories.
<br/> </p>
<p>
Following files will be deployed to remote repository: Following files will be deployed to remote repository:
</p>
<ol> <ol>
<li>Artifact file</li> <li>Artifact file</li>
<li>MD5 checksum file of this artifact</li> <li>MD5 checksum file of this artifact</li>
</ol> </ol>
</p>
<table> <table>
<tr> <tr>
<th>Attribute Name</th><th>Description</th><th>Optional?</th> <th>Attribute Name</th><th>Description</th><th>Optional?</th>
@ -106,8 +107,10 @@
<subsection name="artifact:deploy-snapshot"> <subsection name="artifact:deploy-snapshot">
<p> <p>
Deploy a snapshot version of the artifact to a set of remote repositories. Deploy a snapshot version of the artifact to a set of remote repositories.
<br/> </p>
<p>
During deloyment following files are put to remote repository: During deloyment following files are put to remote repository:
</p>
<ul> <ul>
<li>Timestamped Artifact file</li> <li>Timestamped Artifact file</li>
<li>MD5 checksum file of timestamped artifact file</li> <li>MD5 checksum file of timestamped artifact file</li>
@ -115,8 +118,10 @@
<li>MD5 checksum file of this file</li> <li>MD5 checksum file of this file</li>
<li>${artifactId}-snapshot-version</li> <li>${artifactId}-snapshot-version</li>
</ul> </ul>
<p>
For example for artifact with artifactId = <i>foo</i> For example for artifact with artifactId = <i>foo</i>
the following files will be transferred to the remote repository: the following files will be transferred to the remote repository:
</p>
<ul> <ul>
<li>foo-20030620.124616.jar</li> <li>foo-20030620.124616.jar</li>
<li>foo-20030620.124616.jar.md5</li> <li>foo-20030620.124616.jar.md5</li>
@ -124,14 +129,15 @@
<li>foo-SNAPSHOT.jar.md5</li> <li>foo-SNAPSHOT.jar.md5</li>
<li>foo-snapshot-version</li> <li>foo-snapshot-version</li>
</ul> </ul>
<p>
File <i>foo-snapshot-version</i> File <i>foo-snapshot-version</i>
contains the version number (20030620.124616) contains the version number (20030620.124616)
that the snapshot is linked to, that the snapshot is linked to,
so that so that
<a href="http://maven.apache.org/reference/user-guide.html#Resolving SNAPSHOT Dependencies">'convert-snapshots'</a> <a href="http://maven.apache.org/reference/user-guide.html#Resolving SNAPSHOT Dependencies">'convert-snapshots'</a>
can correctly update dependencies in projects that will use this artifact. can correctly update dependencies in projects that will use this artifact.
<br/> </p>
<p>
<b>artifact:deploy-snapshot</b> tag uses the same set of attributes <b>artifact:deploy-snapshot</b> tag uses the same set of attributes
as <a href="artifact:deloy">artifact:deploy</a> tag as <a href="artifact:deloy">artifact:deploy</a> tag
</p> </p>
@ -139,19 +145,22 @@
<subsection name="artifact:install"> <subsection name="artifact:install">
<p> <p>
Install an artifact in the local repository Install an artifact in the local repository
<br/> </p>
<p>
Following files will be copied to the local repository: Following files will be copied to the local repository:
</p>
<ol> <ol>
<li>Artifact file</li> <li>Artifact file</li>
<li>MD5 checksum file of this artifact</li> <li>MD5 checksum file of this artifact</li>
</ol> </ol>
</p>
<p> <p>
<i>Why should I use <b>artifact:install</b> when it is so easy <i>Why should I use <b>artifact:install</b> when it is so easy
to copy a file inside my plugin? to copy a file inside my plugin?
</i> </i>
<br/> </p>
<p>
There are few good reason for that: There are few good reason for that:
</p>
<ul> <ul>
<li> <li>
Although simple now, it will not necessarily remain that way Although simple now, it will not necessarily remain that way
@ -168,7 +177,6 @@
usage of Ant. usage of Ant.
</li> </li>
</ul> </ul>
</p>
<table> <table>
<tr> <tr>
<th>Attribute Name</th><th>Description</th><th>Optional?</th> <th>Attribute Name</th><th>Description</th><th>Optional?</th>
@ -204,19 +212,23 @@
<subsection name="artifact:install-snapshot"> <subsection name="artifact:install-snapshot">
<p> <p>
Install a snapshot version of the artifact in the local repository Install a snapshot version of the artifact in the local repository
<br/> </p>
<p>
Following files are copied to the local repository: Following files are copied to the local repository:
</p>
<ul> <ul>
<li>Timestamped Artifact file</li> <li>Timestamped Artifact file</li>
<li>Artifact file with version marked as <i>SNAPSHOT</i></li> <li>Artifact file with version marked as <i>SNAPSHOT</i></li>
</ul> </ul>
<p>
For exaple for artifact with artifactId foo For exaple for artifact with artifactId foo
following files will be transfered to local repository: following files will be transfered to local repository:
</p>
<ul> <ul>
<li>foo-20030620.124616.jar</li> <li>foo-20030620.124616.jar</li>
<li>foo-SNAPSHOT.jar</li> <li>foo-SNAPSHOT.jar</li>
</ul> </ul>
<br/> <p>
<b>artifact:install-snapshot</b> tag uses the same set of attributes <b>artifact:install-snapshot</b> tag uses the same set of attributes
as <a href="#artifact:install">artifact:install</a> tag as <a href="#artifact:install">artifact:install</a> tag
</p> </p>

View File

@ -30,7 +30,7 @@
The following generates java sources for the foo.xsd' schema, The following generates java sources for the foo.xsd' schema,
in the 'com.foo.bar' package. The sources will use Java 2 collection in the 'com.foo.bar' package. The sources will use Java 2 collection
types. types.
</p>
<source><![CDATA[ <source><![CDATA[
<preGoal name="java:compile"> <preGoal name="java:compile">
@ -41,12 +41,11 @@
</preGoal> </preGoal>
]]></source> ]]></source>
</p>
<p> <p>
The following generates java sources for the 'bar.xsd' schema. The following generates java sources for the 'bar.xsd' schema.
The sources will not included marshalling support (marshal, The sources will not included marshalling support (marshal,
unmarshal, validate). unmarshal, validate).
</p>
<source><![CDATA[ <source><![CDATA[
<preGoal name="java:compile"> <preGoal name="java:compile">
@ -56,7 +55,6 @@
</preGoal> </preGoal>
]]></source> ]]></source>
</p>
</section> </section>
</body> </body>
</document> </document>

View File

@ -26,7 +26,7 @@
<body> <body>
<section name="Settings"> <section name="Settings">
No properties. <p>No properties.</p>
</section> </section>
</body> </body>
</document> </document>

View File

@ -21,8 +21,8 @@
<document> <document>
<properties> <properties>
<author email="vmassol@apache.org">Vincent Massol</author>
<title>Maven Clover plugin properties</title> <title>Maven Clover plugin properties</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>

View File

@ -26,14 +26,12 @@
<body> <body>
<section name="Tasks"> <section name="Tasks">
<p>
<ul> <ul>
<li> <li>
Find a way to switch projects easily, so that Find a way to switch projects easily, so that
we load all the plugins once for all projects. we load all the plugins once for all projects.
</li> </li>
</ul> </ul>
</p>
</section> </section>
</body> </body>
</document> </document>

View File

@ -55,8 +55,9 @@
running reports several times. running reports several times.
</li> </li>
</ul> </ul>
<p>Example:</p> <p>Example:<br/>
<a href="images/dashboard.jpg"><img src="images/dashboard.jpg" width="756" height="114"/></a> <a href="images/dashboard.jpg"><img src="images/dashboard.jpg" width="756" height="114" alt="dashboard.jpg"/></a>
</p>
</section> </section>
<section name="Quick start"> <section name="Quick start">
<p> <p>

View File

@ -24,19 +24,19 @@
<author email="sgoeschl@apache.org">Siegfried Goeschl</author> <author email="sgoeschl@apache.org">Siegfried Goeschl</author>
</properties> </properties>
<body> <body>
<section name = "Technical Background"> <section name="Technical Background">
<p> <p>
The Dashboard plugin aggregates report data from multiple Maven The Dashboard plugin aggregates report data from multiple Maven
reports over multiple projects using the reactor. To reports over multiple projects using the reactor. To
understand the work of the plugin better we have to look at understand the work of the plugin better we have to look at
the following topics the following topics
</p>
<ul> <ul>
<li>How to create the report data aggregate for a single project?</li> <li>How to create the report data aggregate for a single project?</li>
<li>How are the report data aggregate for the master project?</li> <li>How are the report data aggregate for the master project?</li>
</ul> </ul>
</p>
</section> </section>
<section name = "Creating report data for a single project"> <section name="Creating report data for a single project">
<p> <p>
The aggregation runs over the existing Maven reports but how to The aggregation runs over the existing Maven reports but how to
get them?! Either the Dashboard plugin is told to collect data get them?! Either the Dashboard plugin is told to collect data
@ -46,10 +46,10 @@
</p> </p>
<p> <p>
This behaviour is controlled by This behaviour is controlled by
</p>
<source> <source>
maven.dashboard.rungoals = [true|false] maven.dashboard.rungoals = [true|false]
</source> </source>
</p>
<p> <p>
If this property is set to "true" the Dashboard plugin looks at If this property is set to "true" the Dashboard plugin looks at
the value of 'maven.dashboard.aggregators' to determine which the value of 'maven.dashboard.aggregators' to determine which
@ -58,20 +58,21 @@
e.g. for the Clover plugin the XML report generation is enabled. e.g. for the Clover plugin the XML report generation is enabled.
</p> </p>
</section> </section>
<section name = "Aggregating data for the master project"> <section name="Aggregating data for the master project">
<p> <p>
The aggregation for the master project is a two-step process The aggregation for the master project is a two-step process
triggered by the reactor triggered by the reactor
</p>
<ul> <ul>
<li>Aggregate the report data for a single project</li> <li>Aggregate the report data for a single project</li>
<li>Aggregate the aggregated data over all projects</li> <li>Aggregate the aggregated data over all projects</li>
</ul> </ul>
</p>
<subsection name="Aggregate the report data for a single project"> <subsection name="Aggregate the report data for a single project">
<p> <p>
The result of the aggregation is a file 'dashboard-single.xml' The result of the aggregation is a file 'dashboard-single.xml'
which could look like the following example collecting data of which could look like the following example collecting data of
JUnit, Clover, PMD, CVS and Checkstyle reports JUnit, Clover, PMD, CVS and Checkstyle reports
</p>
<source><![CDATA[ <source><![CDATA[
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
@ -84,7 +85,6 @@
<aggregator name="cserrors">27</aggregator> <aggregator name="cserrors">27</aggregator>
</dashboard-single> </dashboard-single>
]]></source> ]]></source>
</p>
</subsection> </subsection>
<subsection name="Aggregate the aggregated data over all projects"> <subsection name="Aggregate the aggregated data over all projects">
<p> <p>
@ -92,6 +92,7 @@
subprojects which results into a 'dashboard-data.xml'. subprojects which results into a 'dashboard-data.xml'.
This file is then transformed to the Dashoard HTML This file is then transformed to the Dashoard HTML
report. report.
</p>
<source><![CDATA[ <source><![CDATA[
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
@ -115,8 +116,7 @@
</project> </project>
</dashboard> </dashboard>
]]></source> ]]></source>
</p>
</subsection> </subsection>
</section> </section>
</body> </body>
</document> </document>

View File

@ -24,7 +24,7 @@
</properties> </properties>
<body> <body>
<section name="Maven Developer Activity Plug-in Settings"> <section name="Maven Developer Activity Plug-in Settings">
<a href="../changelog/properties.html">See Changelog plugin properties</a> <p><a href="../changelog/properties.html">See Changelog plugin properties</a></p>
</section> </section>
</body> </body>
</document> </document>

View File

@ -137,14 +137,14 @@
<td>maven.build.dir</td> <td>maven.build.dir</td>
<td>where the component will be assembled</td> <td>where the component will be assembled</td>
<td> <td>
<A href="../java/properties.html#Other Settings">maven.build.dir</A> <a href="../java/properties.html#Other Settings">maven.build.dir</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>maven.final.name</td> <td>maven.final.name</td>
<td>The assembled component will be <code>${maven.build.dir}/${maven.final.name}.ear</code></td> <td>The assembled component will be <code>${maven.build.dir}/${maven.final.name}.ear</code></td>
<td> <td>
<A href="../java/properties.html#Other Settings">maven.final.name</A> <a href="../java/properties.html#Other Settings">maven.final.name</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -85,10 +85,10 @@
If the <a href="properties.html">${maven.eclipse.workspace}</a> If the <a href="properties.html">${maven.eclipse.workspace}</a>
is <strong>not</strong> set, the file is created in the current is <strong>not</strong> set, the file is created in the current
directory, and should be manually copied to directory, and should be manually copied to
</p>
<source> <source>
${eclipse workspace}/.metadata/.plugins/org.eclipse.ui.externaltools/externaltools.xml ${eclipse workspace}/.metadata/.plugins/org.eclipse.ui.externaltools/externaltools.xml
</source> </source>
</p>
</description> </description>
</goal> </goal>
@ -107,16 +107,15 @@ ${eclipse workspace}/.metadata/.plugins/org.eclipse.ui.externaltools/externaltoo
<p> <p>
If the <a href="properties.html">${maven.eclipse.workspace}</a> If the <a href="properties.html">${maven.eclipse.workspace}</a>
is <strong>not</strong> set, the files should be manually copied to is <strong>not</strong> set, the files should be manually copied to
</p>
<source> <source>
${your eclipse workspace}/.metadata/.plugins/org.eclipse.debug.core/.launches/ ${your eclipse workspace}/.metadata/.plugins/org.eclipse.debug.core/.launches/
</source> </source>
</p>
</description> </description>
</goal> </goal>
<a name="eclipse:add-maven-repo" />
<goal> <goal>
<name>eclipse:add-maven-repo</name> <name>eclipse:add-maven-repo<a name="eclipse:add-maven-repo" /></name>
<description> <description>
Ensures that the classpath variable <code>MAVEN_REPO</code> Ensures that the classpath variable <code>MAVEN_REPO</code>
exists in the Eclipse environment. exists in the Eclipse environment.

View File

@ -122,11 +122,11 @@
would be placed in <code>/target/generated-sources/schema/</code>. would be placed in <code>/target/generated-sources/schema/</code>.
<br/> <br/>
Settings in project.properties: Settings in project.properties:
</p>
<source> <source>
maven.xdoclet.hibernatedoclet.destDir=${maven.build.dir}/generated-sources/xdoclet maven.xdoclet.hibernatedoclet.destDir=${maven.build.dir}/generated-sources/xdoclet
maven.hibernate.output.dir=${maven.build.dir}/generated-sources/schema maven.hibernate.output.dir=${maven.build.dir}/generated-sources/schema
</source> </source>
</p>
</subsection> </subsection>
</section> </section>
</body> </body>

View File

@ -62,7 +62,6 @@
<li> <li>
In order to reference an EJB client JAR from another project you'll need In order to reference an EJB client JAR from another project you'll need
to specify an <code>ejb-client</code> type. Here's an example: to specify an <code>ejb-client</code> type. Here's an example:
</li>
<source><![CDATA[ <source><![CDATA[
<dependency> <dependency>
<groupId>groupId</groupId> <groupId>groupId</groupId>
@ -71,6 +70,7 @@
<type>ejb-client</type> <type>ejb-client</type>
</dependency> </dependency>
]]></source> ]]></source>
</li>
<li> <li>
The following goals have been deprecated: The following goals have been deprecated:
<code>ejb:ejb-client</code>, <code>ejb:install-client</code> and <code>ejb:ejb-client</code>, <code>ejb:install-client</code> and

View File

@ -29,9 +29,8 @@
<table> <table>
<tr><th>Goal</th><th>Description</th></tr> <tr><th>Goal</th><th>Description</th></tr>
<a name="faq" />
<tr> <tr>
<td>faq</td> <td>faq <a name="faq"/></td>
<td> <td>
The default goal. This goal generates an xdoc document The default goal. This goal generates an xdoc document
from an XML FAQ document. from an XML FAQ document.

View File

@ -24,7 +24,7 @@
</properties> </properties>
<body> <body>
<section name="Maven File Activity Plug-in Settings"> <section name="Maven File Activity Plug-in Settings">
<a href="../changelog/properties.html">See Changelog plugin properties</a> <p><a href="../changelog/properties.html">See Changelog plugin properties</a></p>
</section> </section>
</body> </body>
</document> </document>

View File

@ -67,8 +67,8 @@
copying one of there to a different directory. This new copy copying one of there to a different directory. This new copy
will be the one that we'll be working on. For this example, we will be the one that we'll be working on. For this example, we
will consider the new template directory to be on will consider the new template directory to be on
<source>/opt/templates/foo</source>
</p> </p>
<source>/opt/templates/foo</source>
</subsection> </subsection>
<subsection name="Template customization"> <subsection name="Template customization">
<p> <p>
@ -89,7 +89,9 @@
<section name="Using"> <section name="Using">
<p> <p>
Create a directory for your application and type Create a directory for your application and type
</p>
<source>maven genapp -Dmaven.genapp.template.dir=/opt/templates/foo</source> <source>maven genapp -Dmaven.genapp.template.dir=/opt/templates/foo</source>
<p>
This should generate the application template you defined. This should generate the application template you defined.
</p> </p>
<p> <p>

View File

@ -32,9 +32,8 @@
<th>Description</th> <th>Description</th>
</tr> </tr>
<a name="gump:gump"/>
<tr> <tr>
<td>gump:gump</td> <td>gump:gump<a name="gump:gump"/></td>
<td> <td>
Generates a Generates a
<code>gump.xml</code> file for Apache Gump <code>gump.xml</code> file for Apache Gump
@ -42,9 +41,8 @@
</td> </td>
</tr> </tr>
<a name="gump:multiproject"/>
<tr> <tr>
<td>gump:multiproject</td> <td>gump:multiproject<a name="gump:multiproject"/></td>
<td> <td>
Generates a Generates a
<code>gump.xml</code> file for Apache Gump <code>gump.xml</code> file for Apache Gump
@ -53,18 +51,16 @@
</td> </td>
</tr> </tr>
<a name="gump"/>
<tr> <tr>
<td>gump</td> <td>gump<a name="gump"/></td>
<td> <td>
The default goal. This is an alias for The default goal. This is an alias for
<a href="#gump:gump">gump:gump</a>. <a href="#gump:gump">gump:gump</a>.
</td> </td>
</tr> </tr>
<a name="gump:generate-descriptor"/>
<tr> <tr>
<td>gump:generate-descriptor</td> <td>gump:generate-descriptor<a name="gump:generate-descriptor"/></td>
<td> <td>
This is an alias for This is an alias for
<a href="#gump:gump">gump:gump</a>. <a href="#gump:gump">gump:gump</a>.

View File

@ -29,30 +29,29 @@
<table> <table>
<tr><th>Goal</th><th>Description</th></tr> <tr><th>Goal</th><th>Description</th></tr>
<a name="hibernate:schema-export" />
<tr> <tr>
<td>hibernate:schema-export</td> <td>hibernate:schema-export<a name="hibernate:schema-export" /></td>
<td> <td>
Creates SQL DDL file and generates the database schema from set of *.hbm.xml files Creates SQL DDL file and generates the database schema from set of *.hbm.xml files
</td> </td>
</tr> </tr>
<a name="hibernate:schema-update" />
<tr> <tr>
<td>hibernate:schema-update</td> <td>hibernate:schema-update<a name="hibernate:schema-update" /></td>
<td> <td>
Updates the database schema based on the set of *.hbm.xml files Updates the database schema based on the set of *.hbm.xml files
</td> </td>
</tr> </tr>
<a name="hibernate:aggregate-mappings" />
<tr> <tr>
<td>hibernate:aggregate-mappings</td> <td>hibernate:aggregate-mappings<a name="hibernate:aggregate-mappings" /></td>
<td> <td>
Aggregates multiple hibernate mappings into one Aggregates multiple hibernate mappings into one
</td> </td>
</tr> </tr>
<a name="hibernate:code-generation" />
<tr> <tr>
<td>hibernate:code-generation</td> <td>hibernate:code-generation<a name="hibernate:code-generation" /></td>
<td> <td>
Generates Java classes from set of *.hbm.xml files Generates Java classes from set of *.hbm.xml files
</td> </td>

View File

@ -29,9 +29,8 @@
<table> <table>
<tr><th>Goal</th><th>Description</th></tr> <tr><th>Goal</th><th>Description</th></tr>
<a name="html2xdoc" />
<tr> <tr>
<td>html2xdoc</td> <td>html2xdoc<a name="html2xdoc" /></td>
<td> <td>
The default goal. This goal generates xdoc documents from some basic The default goal. This goal generates xdoc documents from some basic
HTML documentation which can then be styled by the xdoc goal to use HTML documentation which can then be styled by the xdoc goal to use

View File

@ -20,8 +20,8 @@
<document> <document>
<properties> <properties>
<author email="plynch@apache.org">Peter Lynch</author>
<title>Maven J2EE Plug-in: Appserver Notes</title> <title>Maven J2EE Plug-in: Appserver Notes</title>
<author email="plynch@apache.org">Peter Lynch</author>
</properties> </properties>
<body> <body>

View File

@ -20,8 +20,8 @@
<document> <document>
<properties> <properties>
<author email="dion@multitask.com.au">dIon Gillard</author>
<title>Maven J2EE Plug-in Directory Layout</title> <title>Maven J2EE Plug-in Directory Layout</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties> </properties>
<body> <body>

View File

@ -20,9 +20,9 @@
<document> <document>
<properties> <properties>
<title>Futures for the J2EE Plug-in</title>
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
<author email="plynch@apache.org">Peter Lynch</author> <author email="plynch@apache.org">Peter Lynch</author>
<title>Futures for the J2EE Plug-in</title>
</properties> </properties>
<body> <body>

View File

@ -20,10 +20,10 @@
<document> <document>
<properties> <properties>
<title>Maven J2EE Plug-in Goals</title>
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
<author email="kevin@rocketred.com.au">Kevin O'Neill</author> <author email="kevin@rocketred.com.au">Kevin O'Neill</author>
<author email="plynch@apache.org">Peter Lynch</author> <author email="plynch@apache.org">Peter Lynch</author>
<title>Maven J2EE Plug-in Goals</title>
</properties> </properties>
<body> <body>
@ -72,6 +72,7 @@
</p> </p>
<p> <p>
The validator checks the folowing: The validator checks the folowing:
</p>
<ol> <ol>
<li>The war file exists</li> <li>The war file exists</li>
<li>It is readable</li> <li>It is readable</li>
@ -89,7 +90,6 @@
<li>Login and error pages specified in the <code>&lt;form-login-config <li>Login and error pages specified in the <code>&lt;form-login-config
&gt;</code> element must exist in the war file</li> &gt;</code> element must exist in the war file</li>
</ol> </ol>
</p>
</subsection> </subsection>
<subsection name="j2ee:ejb"> <subsection name="j2ee:ejb">
<p> <p>
@ -101,13 +101,12 @@
<code><a href="properties.html#maven.j2ee.ejb.name">${maven.j2ee.ejb.name}</a></code> <code><a href="properties.html#maven.j2ee.ejb.name">${maven.j2ee.ejb.name}</a></code>
property. property.
</p> </p>
<p>The files generated are: <p>The files generated are:</p>
<ul> <ul>
<li><code>${maven.j2ee.ejb.name}.jar</code></li> <li><code>${maven.j2ee.ejb.name}.jar</code></li>
<li><code>${maven.j2ee.ejb.name}-remote.jar</code> <emp>(optional)</emp></li> <li><code>${maven.j2ee.ejb.name}-remote.jar</code> <em>(optional)</em></li>
<li><code>${maven.j2ee.ejb.name}-local.jar</code> <emp>(optional)</emp></li> <li><code>${maven.j2ee.ejb.name}-local.jar</code> <em>(optional)</em></li>
</ul> </ul>
</p>
<p> <p>
Maven also includes the license file, LICENSE.txt, if it exists, in Maven also includes the license file, LICENSE.txt, if it exists, in
the META-INF directory. the META-INF directory.

View File

@ -20,10 +20,10 @@
<document> <document>
<properties> <properties>
<title>Maven J2EE Plug-in Properties Documentation</title>
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
<author email="kevino@jacus.com.au">Kevin O'Neill</author> <author email="kevino@jacus.com.au">Kevin O'Neill</author>
<author email="plynch@apache.org">Peter Lynch</author> <author email="plynch@apache.org">Peter Lynch</author>
<title>Maven J2EE Plug-in Properties Documentation</title>
</properties> </properties>
<body> <body>

View File

@ -19,10 +19,8 @@
<project> <project>
<properties> <!--<author email="Dominik.Dahlem@cs.tcd.ie">Dominik Dahlem</author>-->
<author email="Dominik.Dahlem@cs.tcd.ie">Dominik Dahlem</author>
<title>JCoverage Plugin</title> <title>JCoverage Plugin</title>
</properties>
<body> <body>
@ -39,4 +37,4 @@
<item name="Goals" href="/goals.html"/> <item name="Goals" href="/goals.html"/>
</menu> </menu>
</body> </body>
</project> </project>

View File

@ -38,6 +38,7 @@
</p> </p>
<p> <p>
Metrics for each Java package include: Metrics for each Java package include:
</p>
<ul> <ul>
<li><b>Number of Classes and Interfaces</b> <li><b>Number of Classes and Interfaces</b>
<p> <p>
@ -107,7 +108,6 @@
</p> </p>
</li> </li>
</ul> </ul>
</p>
</section> </section>
</body> </body>

View File

@ -29,9 +29,8 @@
<table> <table>
<tr><th>Goal</th><th>Description</th></tr> <tr><th>Goal</th><th>Description</th></tr>
<a name="jellydoc" />
<tr> <tr>
<td>jellydoc</td> <td>jellydoc<a name="jellydoc" /></td>
<td> <td>
The default goal. This goal generates the JellyDoc documentation of The default goal. This goal generates the JellyDoc documentation of
all Jelly tags defined within your code base which can then be styled all Jelly tags defined within your code base which can then be styled

View File

@ -37,12 +37,10 @@
to have implemented. (In decreasing order of importance) to have implemented. (In decreasing order of importance)
</p> </p>
<p>
<ol> <ol>
<li>The ability to include exclude parts of the tree</li> <li>The ability to include exclude parts of the tree</li>
<li>Persists remote url checks across runs</li> <li>Persists remote url checks across runs</li>
</ol> </ol>
</p>
</section> </section>
</body> </body>
</document> </document>

View File

@ -32,11 +32,11 @@
</p> </p>
<p> <p>
To register this report, include the following in your top-level <code>project.xml</code>: To register this report, include the following in your top-level <code>project.xml</code>:
</p>
<source><![CDATA[ <source><![CDATA[
<reports> <reports>
<report>maven-multiproject-plugin</report> <report>maven-multiproject-plugin</report>
</reports>]]></source> </reports>]]></source>
</p>
</section> </section>
</body> </body>
</document> </document>

View File

@ -59,6 +59,7 @@
<section name="Default Templates"> <section name="Default Templates">
<p> <p>
The plugin provides two templates by default: The plugin provides two templates by default:
</p>
<ol> <ol>
<li> <li>
<code>project.jelly</code> to get access to information in <code>project.jelly</code> to get access to information in
@ -69,7 +70,6 @@
compilation. compilation.
</li> </li>
</ol> </ol>
</p>
<subsection name="project.jelly"> <subsection name="project.jelly">
<p> <p>
This template produces a file (<code>${maven.build.dir}/project.nsi</code>) This template produces a file (<code>${maven.build.dir}/project.nsi</code>)
@ -114,11 +114,13 @@
<p> <p>
The <code>setup.nsh</code> file that is generated uses following list The <code>setup.nsh</code> file that is generated uses following list
of directories to search for files to include: of directories to search for files to include:
</p>
<ol> <ol>
<li><code>${maven.nsis.src}</code> if it exists,</li> <li><code>${maven.nsis.src}</code> if it exists,</li>
<li><code>${maven.build.dir}</code></li> <li><code>${maven.build.dir}</code></li>
<li><code>${plugin.resources}</code></li> <li><code>${plugin.resources}</code></li>
</ol> </ol>
<p>
So anything in your NSIS source will override the defaults. So anything in your NSIS source will override the defaults.
</p> </p>
<p> <p>

View File

@ -29,6 +29,7 @@
<p> <p>
The process of creating an installer from your <code>${maven.nsis.build.dir}</code> The process of creating an installer from your <code>${maven.nsis.build.dir}</code>
using the plugin is as follows: using the plugin is as follows:
</p>
<ol> <ol>
<li> <li>
You, the user invoke the <code>nsis</code>, or <code>nsis:installer</code> You, the user invoke the <code>nsis</code>, or <code>nsis:installer</code>
@ -57,7 +58,6 @@
setup.nsi file. setup.nsi file.
</li> </li>
</ol> </ol>
</p>
<!--p> <!--p>
reference up coming customisation doc here reference up coming customisation doc here
</p--> </p-->

View File

@ -28,9 +28,8 @@
<section name="Goals"> <section name="Goals">
<table> <table>
<tr><th>Goal</th><th>Description</th></tr> <tr><th>Goal</th><th>Description</th></tr>
<a name="sim" />
<tr> <tr>
<td>maven-simian-plugin</td> <td>maven-simian-plugin<a name="sim" /></td>
<td> <td>
The default goal. This goal generates an xdoc document The default goal. This goal generates an xdoc document
containing a Simian report. containing a Simian report.

View File

@ -28,18 +28,16 @@
<section name="Goals"> <section name="Goals">
<table> <table>
<tr><th>Goal</th><th>Description</th></tr> <tr><th>Goal</th><th>Description</th></tr>
<a name="tasklist" />
<tr> <tr>
<td>tasklist</td> <td>tasklist<a name="tasklist" /></td>
<td> <td>
The default goal. This goal simply executes the The default goal. This goal simply executes the
<a href="#tasklist:generate">tasklist:generate</a> goal <a href="#tasklist:generate">tasklist:generate</a> goal
</td> </td>
</tr> </tr>
<a name="tasklist:generate" />
<tr> <tr>
<td>tasklist:generate</td> <td>tasklist:generate<a name="tasklist:generate" /></td>
<td> <td>
Generates a list of tasks from the javadoc @todo tag Generates a list of tasks from the javadoc @todo tag
<br /> <br />

View File

@ -35,7 +35,7 @@
</description> </description>
</goal> </goal>
</goals> </goals>
<goal> <!--<goal>
<name>uberjar:install</name> <name>uberjar:install</name>
<description>Install the uberjar in the local repository</description> <description>Install the uberjar in the local repository</description>
</goal> </goal>
@ -50,6 +50,6 @@
<goal> <goal>
<name>uberjar:deploy-snapshot</name> <name>uberjar:deploy-snapshot</name>
<description>Deploy the snapshot version of the uberjar to the remote repository(ies)</description> <description>Deploy the snapshot version of the uberjar to the remote repository(ies)</description>
</goal> </goal>-->
</body> </body>
</document> </document>

View File

@ -26,7 +26,7 @@
<body> <body>
<section name="Tasks"> <section name="Tasks">
<ul> <ul><li></li>
</ul> </ul>
</section> </section>
</body> </body>

View File

@ -130,8 +130,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<a id="tld_dir"/> <td>maven.war.tld.dir<a id="tld_dir"/></td>
<td>maven.war.tld.dir</td>
<td>Yes</td> <td>Yes</td>
<td> <td>
Subdirectory of web application context root directory Subdirectory of web application context root directory
@ -181,11 +180,11 @@
<p> <p>
This process is type senstive. This process is type senstive.
Currently following types are supported: Currently following types are supported:
</p>
<ol> <ol>
<li>jar (bundled into WEB-INF/lib)</li> <li>jar (bundled into WEB-INF/lib)</li>
<li>tld (bundled into WEB-INF/tld, see: <a href="#tld_dir">maven.war.tld.dir</a>)</li> <li>tld (bundled into WEB-INF/tld, see: <a href="#tld_dir">maven.war.tld.dir</a>)</li>
</ol> </ol>
</p>
</section> </section>
</body> </body>
</document> </document>