Hi.

What do you guys think of adding:
<plugin>
        <groupId>org.apache.maven.plugin</groupId>
        <artifactId>maven-changes-plugin</artifactId>
        <version>2.1</version>
        <configuration>
          <urlDownload>${project.url}</urlDownload>

<columnNames>Key,Summary,Status,Resolution,Assignee,Type,Version,Fix Version</columnNames>
          <generateJiraAnnouncement>true</generateJiraAnnouncement>
          <toAddresses>
            <toAddress>[email protected]</toAddress>
            <toAddress>[EMAIL PROTECTED]</toAddress>
            <toAddress>[EMAIL PROTECTED]</toAddress>
          </toAddresses>
        </configuration>
      </plugin>

to the mojo-parent? This would provide for consistent JIRA reports, along with announcement mails.

Also - can we switch the surefire-reporting to report-only, to avoid rerunning tests in a normal build? It also has some issues with hudson (although hudson problems is a bad excuse for turning it off). At any rate tests will be run by normal surefire execution.

WDYT?

--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to