You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by bu...@apache.org on 2002/09/03 12:54:49 UTC

DO NOT REPLY [Bug 12252] New: - Allow more than one mailing list archive in Maven project file

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12252>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12252

Allow more than one mailing list archive in Maven project file

           Summary: Allow more than one mailing list archive in Maven
                    project file
           Product: Turbine
           Version: 3.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Build
        AssignedTo: turbine-dev@jakarta.apache.org
        ReportedBy: ats37@hotmail.com


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.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>