Use ant.apache.org not jakarta.apache.org/ant
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b51fa7c5fa
commit
27c53dc12f
@ -18,7 +18,7 @@
|
||||
<goal>
|
||||
<name>ant:generate-build</name>
|
||||
<description>
|
||||
Generates an <a href="http://jakarta.apache.org/ant/">ant</a>
|
||||
Generates an <a href="http://ant.apache.org/">ant</a>
|
||||
<code>build.xml</code> in the current directory which has targets to
|
||||
<ul>
|
||||
<li>Compile the java source code</li>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<body>
|
||||
<links>
|
||||
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
|
||||
<item name="Ant" href="http://jakarta.apache.org/ant/"/>
|
||||
<item name="Ant" href="http://ant.apache.org/"/>
|
||||
</links>
|
||||
<menu name="Overview">
|
||||
<item name="Goals" href="/goals.html" />
|
||||
|
||||
@ -210,7 +210,7 @@
|
||||
server instance. Once the structure is created inside the
|
||||
directory specified by <a href="properties.html#maven.appserver.dir">${maven.appserver.dir}</a>
|
||||
, configuration files are installed using the copy task and the filter
|
||||
mechanism built into <a href="http://jakarta.apache.org/ant">Ant</a>.
|
||||
mechanism built into <a href="http://ant.apache.org/">Ant</a>.
|
||||
The exact work done by this target is specific to the
|
||||
name and version of the application server you specify using
|
||||
<a href="properties.html#maven.appserver.name">${maven.appserver.name}</a>
|
||||
|
||||
@ -445,7 +445,7 @@
|
||||
<td><a name="maven.appserver.classpath">maven.appserver.classpath</a></td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
A <a href="http://jakarta.apache.org/ant/manual/using.html#path">path-like</a>
|
||||
A <a href="http://ant.apache.org/manual/using.html#path">path-like</a>
|
||||
value that can specify resources to make available as
|
||||
part of the classpath of the JVM used when controlling your appserver instance.
|
||||
For example, you may have several webapps running in the same container
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<section name="Maven Clover Plug-in Build File">
|
||||
<p>
|
||||
Maven utilizes <a href="http://jakarta.apache.org/ant/">Ant</a>
|
||||
Maven utilizes <a href="http://ant.apache.org/">Ant</a>
|
||||
to provide users with an easy-to-use and familiar interface to
|
||||
manage projects that have been described with a valid Maven <a
|
||||
href="../project-descriptor.html">project descriptor</a>.
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<section name="Maven Perforce Plug-in">
|
||||
<p>
|
||||
This plug-in allows you to use the
|
||||
<a href="http://jakarta.apache.org/ant/">ant</a> optional
|
||||
<a href="http://ant.apache.org/">ant</a> optional
|
||||
tasks for perforce from within a Maven build file.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<body>
|
||||
<links>
|
||||
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
|
||||
<item name="Ant" href="http://jakarta.apache.org/ant/"/>
|
||||
<item name="Ant" href="http://ant.apache.org/"/>
|
||||
<item name="Perforce" href="http://www.perforce.com/"/>
|
||||
</links>
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<section name="Maven Struts Plug-in Build File">
|
||||
<p>
|
||||
Maven utilizes <a href="http://jakarta.apache.org/ant/">Ant</a>
|
||||
Maven utilizes <a href="http://ant.apache.org/">Ant</a>
|
||||
to provide users with an easy-to-use and familiar interface to
|
||||
manage projects that have been described with a valid Maven <a
|
||||
href="../project-descriptor.html">project descriptor</a>.
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<body>
|
||||
<links>
|
||||
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
|
||||
<item name="Plexus" href="http://jakarta.apache.org/ant/"/>
|
||||
<item name="Plexus" href="http://maven.apache.org/"/>
|
||||
</links>
|
||||
<menu name="Overview">
|
||||
<item name="Goals" href="/goals.html" />
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
</p>
|
||||
<p>
|
||||
Corresponds to the <code>source</code> attribute for the ant
|
||||
<a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
|
||||
<a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
|
||||
task.
|
||||
</p>
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user