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.


Jeff Mutonho wrote:
Anyone got a working example configuration of the
maven-changes-plugin?My pom has the following(as per maven plugin
docs) :

<plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-changes-plugin</artifactId>
       <configuration>
         <xmlPath>${basedir}/changes.xml</xmlPath>
       </configuration>
       <reportSets>
         <reportSet>
           <reports>
             <report>changes-report</report>
           </reports>
         </reportSet>
       </reportSets>
    </plugin>

But I keep getting the error message :

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-changes-plugin' does
not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------






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




--
Scytl Secure Electronic Voting

Dimitris Kapanidis


e-mail:   [EMAIL PROTECTED]



Scytl Secure Electronic Voting
C. Tuset 20 1-7
08006 Barcelona, Spain 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, 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