Jesse Kuhnert wrote:
Maybe I am jumping the gun a bit, but is there a known location for the
maven-changes-plugin? I've checked and can't seem to find it on
mojo/snapshots/main dist.


If you want to use the plugin without building it yourself from SVN then you can just use this in your pom:

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>changes-maven-plugin</artifactId>
        <version>2.0-beta-1</version>
        ...
      </plugin>
    </plugins>
    ...

The Changes plugin has not had a release since it moved from mojo to Apache, but I will be pushing for a release real soon.

If you want to build it yourself, please do by checking it out from SVN. Temporary instruction (docs for review) can be found here:

http://people.apache.org/~dennisl/maven-changes-plugin/source-repository.html

--
Dennis Lundberg

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

Reply via email to