It is available here:

http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.0-beta-2/

You seem to have it mixed up with the changelog plugin. Try using this instead:

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changes-plugin</artifactId>
                <version>2.0-beta-2</version>
            </plugin>

Geoffrey De Smet wrote:
Any idea when it will be pushed to the central repo?

It's not in
http://repo1.maven.org/maven2/org/apache/maven/plugins/

so this doesn't work:
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changelog-plugin</artifactId>
                <version>2.0-beta-2</version>
            </plugin>


Dennis Lundberg wrote, On 2006-10-02 8:28 PM:
The Maven team is pleased to announce the release of the Maven Changes
Plugin, version 2.0-beta-2

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

This is the first release of this plugin since it moved from the Mojo project. Please try it and send your feedback to the users list.

Have fun!
-The Maven team



--
Dennis Lundberg

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

Reply via email to