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
the Maven J2EE Plug-in. If you need to override any of these properties,
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.
</p>
<table>
@ -158,7 +158,7 @@
<td>
<p>WARNING: This property is temporarily unused.</p>
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
war file. It defaults to blank, that is, no dependencies are excluded.
</td>

View File

@ -66,7 +66,7 @@
</build>
]]></source>
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
include classes from compilation depending on whether a named class is available
</td>
@ -102,7 +102,7 @@
<td>
This property holds the Ant <code>path</code> of all the dependent jar
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>
</td>
</tr>

View File

@ -30,7 +30,7 @@ maven.cactus.resin2x.home = C:/Apps/resin-2.1.4
<li>
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:
<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.

View File

@ -22,7 +22,7 @@
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,
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.
</p>
<table>
@ -118,7 +118,7 @@
<td>
<p>WARNING: This property is temporarily unused.</p>
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
war file. It defaults to blank, that is, no dependencies are excluded.
</td>

View File

@ -174,7 +174,7 @@
</build>
]]></source>
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
include classes from compilation depending on whether a named class is available
</td>

View File

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

View File

@ -9,7 +9,7 @@ maven.docs.dest = ${maven.build.dir}/docs
maven.docs.outputencoding = ISO-8859-1
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
#

View File

@ -3,6 +3,6 @@
# -------------------------------------------------------------------
maven.xdoc.date=left
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

View File

@ -12,7 +12,7 @@
This document provides an overview of the various documents and
links that are part of this project's general information. All
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.
</p>

View File

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