Put this in the pom.xml.
<pluginRepositories>
...
        <pluginRepository>
                <id>apache.snapshots</id>
 
<url>http://people.apache.org/maven-snapshot-repository/</url>
        </pluginRepository>
</pluginRepositories>

In the reporting section of your pom.xml:
<reporting>
...
        <plugins>
...
                <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-changelog-plugin</artifactId>
                        <version>2.0-SNAPSHOT</version>
                </plugin>
        </plugins>
</reporting>

That worked for me.  Apparently the changelog plugin has not been
released which is why it is not in the main maven repository.

- Tom



-----Original Message-----
From: Riboe, Jens [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 19, 2007 8:30 AM
To: Maven Users List
Subject: [m2] BUILD ERROR maven-changelog-plugin does not exist

I got this error, what is wrong?

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

I have this configuration
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-changelog-plugin</artifactId>
    <configuration>
        <type>range</type>
        <range>90</range>
    </configuration>
</plugin>



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



==============================================================================
This communication, together with any attachments hereto or links contained 
herein, is for the sole use of the intended recipient(s) and may contain 
information that is confidential or legally protected. If you are not the 
intended recipient, you are hereby notified that any review, disclosure, 
copying, dissemination, distribution or use of this communication is STRICTLY 
PROHIBITED.  If you have received this communication in error, please notify 
the sender immediately by return e-mail message and delete the original and all 
copies of the communication, along with any attachments hereto or links herein, 
from your system.

==============================================================================
The St. Paul Travelers e-mail system made this annotation on 01/19/07, 09:41:11.



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

Reply via email to