Broken link to j2ee-simple.tar.gz on multi-module-projects.html
---------------------------------------------------------------
Key: MECLIPSE-599
URL: http://jira.codehaus.org/browse/MECLIPSE-599
Project: Maven 2.x Eclipse Plugin
Issue Type: Bug
Components: Plugin Documentation
Reporter: Clemens Fuchslocher
On [Using maven-eclipse-plugin in multi-module projects with
WTP|http://maven.apache.org/plugins/maven-eclipse-plugin/examples/multi-module-projects.html]
is a broken link to the project archive j2ee-simple.tar.gz.
The archive is wrongly referenced as an anchor:
{noformat}
...
You can download it from <a href="#j2ee-simple.tar.gz">here</a>.
...
{noformat}
Removing the hash fixes the problem:
{noformat}
...
You can download it from <a href="j2ee-simple.tar.gz">here</a>.
...
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira