The Maven team is pleased to announce the release of the Maven
Script Interpreter, version 1.1

This component provides some utilities to interpret/execute some
scripts for various implementations: groovy or beanshell.

http://maven.apache.org/shared/maven-script-interpreter/

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

<plugin>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-script-interpreter</artifactId>
  <version>1.1</version>
</plugin>


Release Notes - Maven Shared Components - Version maven-script-interpreter-1.1

** Improvement
    * [MSHARED-229] - log relative script path when available instead
of full path
    * [MSHARED-231] - upgrade groovy version used to 2.0.1

** Task
    * [MSHARED-230] - use plexus java 5 annotations instead of
old-style javadoc annotations


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to