You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2009/12/31 07:47:56 UTC

[jira] Updated: (MNG-3726) Extend POM model to support declaration of IRC channels

     [ http://jira.codehaus.org/browse/MNG-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3726:
------------------------------

    Fix Version/s:     (was: 2.x)
                   3.1

> Extend POM model to support declaration of IRC channels
> -------------------------------------------------------
>
>                 Key: MNG-3726
>                 URL: http://jira.codehaus.org/browse/MNG-3726
>             Project: Maven 2 & 3
>          Issue Type: New Feature
>          Components: POM
>    Affects Versions: 2.0.9
>            Reporter: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 3.1
>
>
> The POM is already capable of holding mailing list infos so I wonder whether it should support IRC, too. Not sure if this is really sensible or maybe too exotic or seldom.
> In more detail, the required POM snippet might look like this:
> {code:xml}
> <ircChannels>
>   <ircChannel>
>     <name>Maven Talk</name>
>     <channel>#maven</channel>
>     <server>irc://irc.codehaus.org/</server>
>     <web>http://irc.codehaus.org/</web>
>     <logs>http://dev.rectang.com/logs/codehaus/%23maven/</logs>
>   </ircChannel>
> </ircChannels>
> {code}
> The Maven Project Info Reports Plugin should then be able to pick that up and integrate it nicely into the site, maybe like illustrated by the [Mojo Site|http://mojo.codehaus.org/irc.html].

-- 
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