You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2008/07/23 13:00:28 UTC

[ANN] Maven Plugin Testing 1.2 Released

The Maven team is pleased to announce the release of the Maven Plugin
Testing, version 1.2

The Maven Plugin Testing contains the necessary modules to be able to
test Maven Plugins.

http://maven.apache.org/plugin-testing/

Note: This release changes the groupId for the artifacts.

You can specify the version in your project's dependency
configuration, for instance:

    <dependency>
      <groupId>org.apache.maven.plugin-testing</groupId>
      <artifactId>maven-plugin-testing-harness</artifactId>
      <version>1.2</version>
      <scope>test</scope>
    </dependency>

Enjoy,

-The Maven team