Fix outdated links

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2006-02-07 07:11:05 +00:00
parent d1aab3240d
commit f9c9040c83
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
</li>
<li>
Alternatively, you can use the
<a href="http://maven.apache.org/reference/project-descriptor.html#resources">resources element</a>
<a href="http://maven.apache.org/maven-1.x/reference/project-descriptor.html">resources element</a>
of the <code>project.xml</code> to specify resource across various
directories, just as you would for a jar or war project.
</li>

View File

@@ -29,7 +29,7 @@
<item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/>
<item name="Continuum" href="http://maven.apache.org/continuum/index.html"/>
<item name="Maven 2.0" href="http://maven.apache.org/"/>
<item name="Ear" href="http://java.sun.com/j2ee/"/>
<item name="Ear" href="http://java.sun.com/javaee/"/>
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html"/>

View File

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