Jeff Mutonho wrote:
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?

I use the same format of maven-changes-plugin and it works ok.

http://maven.apache.org/plugins/maven-changes-plugin/usage.html



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




--

Dimitris Kapanidis
Software Q.A. Manager
Scytl Secure Electronic Voting
Tuset 20 · 08006 Barcelona
Phone:  + 34 934 230 324
Fax     + 34 933 251 028
http://www.scytl.com

NOTICE: The information in this e-mail and in any of its attachments is confidential and intended solely for the attention and use of the named addressee(s). If you are not the intended recipient, any disclosure, copying, distribution or retaining of this message or any part of it, without the prior written consent of Scytl Secure Electronic Voting, SA is prohibited and may be unlawful. If you have received this in error, please contact the sender and delete the material from any computer.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to