You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2011/05/07 11:54:35 UTC

[ANN] Maven Shared Resources 1 Released

The Maven team is pleased to announce the release of the Maven Shared
Resources, version 1

This is a collection of templates that are specific to the Maven
project. They are probably not of interest to projects other than Apache
Maven, other than as an example.

http://maven.apache.org/shared/maven-shared-resources/

You should specify the version in your project's dependency configuration:

<plugin>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-shared-resources</artifactId>
  <version>1</version>
</plugin>


Enjoy,

-The Maven team