The following comment has been added to this issue:
Author: Felipe Leme
Created: Wed, 4 Aug 2004 12:17 AM
Body:
Not only mail-lists.xml but also MailingList.java
I will try to do these changes as this is a relative simple fix but a good exercise
on how to change Maven�s API (so far I had only changed Jelly scripts).
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MAVEN-128?page=comments#action_22705
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MAVEN-128
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-128
Summary: Allow more than one mailing list archive in Maven project file
Type: Improvement
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
model additions
Fix Fors:
1.1
Assignee:
Reporter: Andrew Stevens
Created: Wed, 2 Oct 2002 10:57 AM
Updated: Wed, 4 Aug 2004 12:17 AM
Description:
In the schema for the Maven project descriptor, it only allows for one archive
sub-element in each mailingList element. We have some mailing lists which are
archived in a few places, in particular Sourceforge's "official" archives, and
Geocrawler (which has frequently been keeping up to date better recently). It would
be nice if all these archive locations could be specified for the lists in the
descriptor.
Changing the schema to have
<xs:element name="mailingList">
<xs:complexType>
<xs:sequence>
<xs:element ref="name"/>
<xs:element ref="subscribe"/>
<xs:element ref="unsubscribe"/>
<xs:element ref="archive" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
would allow this, though I don't know where this actually gets used i.e. what other
implications to templates etc. there might be.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]