On 5/25/07, Dimitris Kapanidis <[EMAIL PROTECTED]> wrote:
Codehaus has an implemented version of changes plugin.Try this one: <reporting> <plugins> ... <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>changes-maven-plugin</artifactId> <version>2.0-beta-1</version> <configuration> <link_template>%URL%/show_bug.cgi?id=%ISSUE%</link_template> </configuration> <reportSets> <reportSet> <reports> <report>changes-report</report> </reports> </reportSet> </reportSets> </plugin> ... </plugins> </reporting> The link_template is for bugzilla support.
Thanks.How then does one specify the changes.xml file? "Don't take the name of root in vain." Jeff Mutonho Cape Town South Africa GoogleTalk : ejbengine Skype : ejbengine Registered Linux user number 366042 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
