jakarta.apache.org/turbine/maven -> maven.apache.org/

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-03-19 06:01:19 +00:00
parent c1f8e6ea06
commit 80e3738620
10 changed files with 17 additions and 17 deletions

View File

@ -22,7 +22,7 @@
These properties can be overridden to change the default behavior of These properties can be overridden to change the default behavior of
the Maven J2EE Plug-in. If you need to override any of these properties, the Maven J2EE Plug-in. If you need to override any of these properties,
please refer to the please refer to the
<a href="http://jakarta.apache.org/turbine/maven/start/integrate.html">Integration</a> <a href="http://maven.apache.org/start/integrate.html">Integration</a>
document for the preferred method of setting properties in your project. document for the preferred method of setting properties in your project.
</p> </p>
<table> <table>
@ -158,7 +158,7 @@
<td> <td>
<p>WARNING: This property is temporarily unused.</p> <p>WARNING: This property is temporarily unused.</p>
Specifies the pattern of files in the Specifies the pattern of files in the
<a href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html#dependencies">project dependencies</a> <a href="http://maven.apache.org/reference/project-descriptor.html#dependencies">project dependencies</a>
not to be included in the <code>/WEB-INF/lib</code> of the resulting not to be included in the <code>/WEB-INF/lib</code> of the resulting
war file. It defaults to blank, that is, no dependencies are excluded. war file. It defaults to blank, that is, no dependencies are excluded.
</td> </td>

View File

@ -66,7 +66,7 @@
</build> </build>
]]></source> ]]></source>
source modifications in your source modifications in your
<a href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html"> <a href="http://maven.apache.org/reference/project-descriptor.html">
project descriptor</a>. This property is used during compilation to exclude or project descriptor</a>. This property is used during compilation to exclude or
include classes from compilation depending on whether a named class is available include classes from compilation depending on whether a named class is available
</td> </td>
@ -102,7 +102,7 @@
<td> <td>
This property holds the Ant <code>path</code> of all the dependent jar This property holds the Ant <code>path</code> of all the dependent jar
files listed in the <code>dependencies</code> block of your files listed in the <code>dependencies</code> block of your
<a href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html"> <a href="http://maven.apache.org/reference/project-descriptor.html">
project descriptor</a> project descriptor</a>
</td> </td>
</tr> </tr>

View File

@ -30,7 +30,7 @@ maven.cactus.resin2x.home = C:/Apps/resin-2.1.4
<li> <li>
Call the Call the
<a href="http://jakarta.apache.org/turbine/maven/reference/plugins/war/index.html">War</a> <a href="http://maven.apache.org/reference/plugins/war/index.html">War</a>
plugin's goals to generate a war for your webapp. For example: plugin's goals to generate a war for your webapp. For example:
<code>maven war</code>. Note that in the future you would also be <code>maven war</code>. Note that in the future you would also be
able to call the Ear plugin if your application is an EAR. able to call the Ear plugin if your application is an EAR.

View File

@ -22,7 +22,7 @@
These properties can be overridden to change the default behavior of These properties can be overridden to change the default behavior of
the Maven J2EE Plug-in. If you need to override any of these properties, the Maven J2EE Plug-in. If you need to override any of these properties,
please refer to the please refer to the
<a href="http://jakarta.apache.org/turbine/maven/start/integrate.html">Integration</a> <a href="http://maven.apache.org/start/integrate.html">Integration</a>
document for the preferred method of setting properties in your project. document for the preferred method of setting properties in your project.
</p> </p>
<table> <table>
@ -118,7 +118,7 @@
<td> <td>
<p>WARNING: This property is temporarily unused.</p> <p>WARNING: This property is temporarily unused.</p>
Specifies the pattern of files in the Specifies the pattern of files in the
<a href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html#dependencies">project dependencies</a> <a href="http://maven.apache.org/reference/project-descriptor.html#dependencies">project dependencies</a>
not to be included in the <code>/WEB-INF/lib</code> of the resulting not to be included in the <code>/WEB-INF/lib</code> of the resulting
war file. It defaults to blank, that is, no dependencies are excluded. war file. It defaults to blank, that is, no dependencies are excluded.
</td> </td>

View File

@ -174,7 +174,7 @@
</build> </build>
]]></source> ]]></source>
source modifications in your source modifications in your
<a href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html"> <a href="http://maven.apache.org/reference/project-descriptor.html">
project descriptor</a>. This property is used during compilation to exclude or project descriptor</a>. This property is used during compilation to exclude or
include classes from compilation depending on whether a named class is available include classes from compilation depending on whether a named class is available
</td> </td>

View File

@ -1097,8 +1097,8 @@ Template:
<project> <project>
<groupId>maven</groupId> <groupId>maven</groupId>
<url>http://jakarta.apache.org/turbine/maven/</url> <url>http://maven.apache.org/</url>
<file>http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-turbine-maven/LICENSE.txt</file> <file>http://cvs.apache.org/viewcvs.cgi/*checkout*/maven/LICENSE.txt</file>
<comments>ASL</comments> <comments>ASL</comments>
</project> </project>
@ -1416,8 +1416,8 @@ Template:
<project> <project>
<groupId>touchstone</groupId> <groupId>touchstone</groupId>
<url>http://jakarta.apache.org/turbine/maven/</url> <url>http://maven.apache.org/</url>
<file>http://cvs.apache.org/viewcvs/*checkout*/jakarta-turbine-maven/LICENSE.txt</file> <file>http://cvs.apache.org/viewcvs/*checkout*/maven/LICENSE.txt</file>
<comments>ASL</comments> <comments>ASL</comments>
</project> </project>

View File

@ -9,7 +9,7 @@ maven.docs.dest = ${maven.build.dir}/docs
maven.docs.outputencoding = ISO-8859-1 maven.docs.outputencoding = ISO-8859-1
maven.gen.docs = ${maven.build.dir}/generated-xdocs maven.gen.docs = ${maven.build.dir}/generated-xdocs
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/turbine/maven/development-process.html maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
maven.xdoc.includeProjectDocumentation = yes maven.xdoc.includeProjectDocumentation = yes
# #

View File

@ -3,6 +3,6 @@
# ------------------------------------------------------------------- # -------------------------------------------------------------------
maven.xdoc.date=left maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion} maven.xdoc.version=${pom.currentVersion}
#maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/turbine/maven/development-process.html #maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
maven.license.licenseFile=${basedir}/../../../LICENSE.txt maven.license.licenseFile=${basedir}/../../../LICENSE.txt

View File

@ -12,7 +12,7 @@
This document provides an overview of the various documents and This document provides an overview of the various documents and
links that are part of this project's general information. All links that are part of this project's general information. All
of this content is automatically generated by of this content is automatically generated by
<a href="http://jakarta.apache.org/turbine/maven/">Maven</a> on <a href="http://maven.apache.org/">Maven</a> on
behalf of the project. behalf of the project.
</p> </p>

View File

@ -429,8 +429,8 @@
<td>Yes</td> <td>Yes</td>
<td> <td>
Sets the url of development process page. Sets the url of development process page.
Defaults to <a href="http://jakarta.apache.org/turbine/maven/development-process.html"> Defaults to <a href="http://maven.apache.org/development-process.html">
http://jakarta.apache.org/turbine/maven/development-process.html</a>. http://maven.apache.org/development-process.html</a>.
</td> </td>
</tr> </tr>
</table> </table>