The following comment has been added to this issue:
Author: Carlos Sanchez
Created: Mon, 9 Aug 2004 1:46 PM
Body:
Another advantage of not using <archives> is less typing. The common use case is
having only one archive and I can't imagine a situation where you have more than two.
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MAVEN-128?page=comments#action_22930
---------------------------------------------------------------------
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: Mon, 9 Aug 2004 1:46 PM
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]