Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-3726

Extend POM model to support declaration of IRC channels

    XMLWordPrintableJSON

Details

    Description

      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:

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

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bentmann Benjamin Bentmann
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: