On 2/21/07, Jochen Wiedmann <[EMAIL PROTECTED]> wrote:


As in

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



I had tried that  , as shown below :

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


but I keep getting a build error saying due to this exception :

"Caused by: org.apache.maven.project.ProjectBuildingException: POM
'org.apache.ma
ven.plugins:maven-changes-plugin' not found in repository: Unable to download th
e artifact from any repository

 org.apache.maven.plugins:maven-changes-plugin:pom:2.0-beta-3-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)

        at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepo
sitory(DefaultMavenProjectBuilder.java:513)
        at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromReposito
ry(DefaultMavenProjectBuilder.java:225)
        at org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersio
n(DefaultPluginManager.java:249)
        ... 22 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable
to download the artifact from any repository
org.apache.maven.plugins:maven-changes-plugin:pom:2.0-beta-3-SNAPSHOT"


http://maven.apache.org/plugins/maven-changes-plugin/ says the version
is 2.0-beta-3-SNAPSHOT  and yet
http://maven.apache.org/plugins/index.html says the version is
2.0-beta-2

Hence my question.I would like to someone else's usage in order to
confirm the correct version.
--

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