no <a href> generated for archive URL
--------------------------------------
Key: MSITE-76
URL: http://jira.codehaus.org/browse/MSITE-76
Project: Maven 2.x Site Plugin
Type: Bug
Versions: 2.0-beta-4
Reporter: Jorg Heymans
Add below mailinglist configuration to a project, and run mvn site:site . Then
look at the page and you'll see that only a
<td>http://marc.theaimsgroup.com/?l=xml-cocoon-dev</td> section is generated
for the second otherArchive.
<mailingList>
<name>Cocoon User List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/cocoon-users</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
<!-- THE URL BELOW IS NOT RENDERED PROPERLY FOR SOME REASON -->
<otherArchive>http://marc.theaimsgroup.com/?l=xml-cocoon-user</otherArchive>
<otherArchive>http://news.gmane.org/gmane.text.xml.cocoon.user</otherArchive>
</otherArchives>
</mailingList>
When i remove everything from the questionmark onwards it works again.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]