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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
