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

This usually indicates that something in your local repository is wrong. Please try to remove this directory from your local repository, and the run the command again
  ${user.home}.m2/repository/org/apache/maven/plugins/maven-changes-plugin







"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