Dimitris Kapanidis wrote:
Codehaus has an implemented version of changes plugin.

The Codehaus version is older than the Apache version and should therefor not be used.


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]






--
Dennis Lundberg

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

Reply via email to