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]

Reply via email to