You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2014/07/01 20:04:21 UTC

[ANN] Apache Maven Invoker Plugin 1.9 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Invoker Plugin, version 1.9.

The Invoker Plugin is used to run a set of Maven projects. The plugin can
determine whether each project execution is successful, and optionally can
verify the output generated from a given project execution.

http://maven.apache.org/plugins/maven-invoker-plugin/

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-invoker-plugin</artifactId>
  <version>1.9</version>
</plugin>

Release Notes - Maven Invoker Plugin - Version 1.9

Bugs:

 * [MINVOKER-162] - IT failure with empty local it-repo
 * [MINVOKER-166] - Failing in relationship with Maven 3.2.2

Improvement:

 * [MINVOKER-119] - Allow access to properties in pre- and postBuild scripts

New Features:

 * [MINVOKER-122] - Import information into groovy scripts of the running Maven environment
 * [MINVOKER-141] - passing own properties to all scripts
 * [MINVOKER-151] - Add failIfNoProjects


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [ANN] Apache Maven Invoker Plugin 1.9 Released

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi Hervé,

 > done

Many thanks.

Merci bien.

Kind regards
Karl-Heinz Marbaise
> Regards,
>
> Hervé
>
> Le mardi 1 juillet 2014 20:07:09 Karl Heinz Marbaise a écrit :
>> Hi,
>>
>> can one of the Maven PMC members please so kind to add the distribution
>> to dist area and add it to the board report.
>>
>>
>> Many thanks in Advance.
>>
>> Kind regards
>> Karl-Heinz Marbaise
>>
>> On 7/1/14 8:04 PM, Karl Heinz Marbaise wrote:
>>> The Apache Maven team is pleased to announce the release of the
>>> Apache Maven Invoker Plugin, version 1.9.
>>>
>>> The Invoker Plugin is used to run a set of Maven projects. The plugin can
>>> determine whether each project execution is successful, and optionally can
>>> verify the output generated from a given project execution.
>>>
>>> http://maven.apache.org/plugins/maven-invoker-plugin/
>>>
>>> You should specify the version in your project's plugin configuration:
>>>
>>> <plugin>
>>>
>>>     <groupId>org.apache.maven.plugins</groupId>
>>>     <artifactId>maven-invoker-plugin</artifactId>
>>>     <version>1.9</version>
>>>
>>> </plugin>
>>>
>>> Release Notes - Maven Invoker Plugin - Version 1.9
>>>
>>> Bugs:
>>>    * [MINVOKER-162] - IT failure with empty local it-repo
>>>    * [MINVOKER-166] - Failing in relationship with Maven 3.2.2
>>>
>>> Improvement:
>>>    * [MINVOKER-119] - Allow access to properties in pre- and postBuild
>>>    scripts
>>>
>>> New Features:
>>>    * [MINVOKER-122] - Import information into groovy scripts of the running
>>>    Maven environment * [MINVOKER-141] - passing own properties to all
>>>    scripts
>>>    * [MINVOKER-151] - Add failIfNoProjects

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


Re: [ANN] Apache Maven Invoker Plugin 1.9 Released

Posted by Hervé BOUTEMY <he...@free.fr>.
done

Regards,

Hervé

Le mardi 1 juillet 2014 20:07:09 Karl Heinz Marbaise a écrit :
> Hi,
> 
> can one of the Maven PMC members please so kind to add the distribution
> to dist area and add it to the board report.
> 
> 
> Many thanks in Advance.
> 
> Kind regards
> Karl-Heinz Marbaise
> 
> On 7/1/14 8:04 PM, Karl Heinz Marbaise wrote:
> > The Apache Maven team is pleased to announce the release of the
> > Apache Maven Invoker Plugin, version 1.9.
> > 
> > The Invoker Plugin is used to run a set of Maven projects. The plugin can
> > determine whether each project execution is successful, and optionally can
> > verify the output generated from a given project execution.
> > 
> > http://maven.apache.org/plugins/maven-invoker-plugin/
> > 
> > You should specify the version in your project's plugin configuration:
> > 
> > <plugin>
> > 
> >    <groupId>org.apache.maven.plugins</groupId>
> >    <artifactId>maven-invoker-plugin</artifactId>
> >    <version>1.9</version>
> > 
> > </plugin>
> > 
> > Release Notes - Maven Invoker Plugin - Version 1.9
> > 
> > Bugs:
> >   * [MINVOKER-162] - IT failure with empty local it-repo
> >   * [MINVOKER-166] - Failing in relationship with Maven 3.2.2
> > 
> > Improvement:
> >   * [MINVOKER-119] - Allow access to properties in pre- and postBuild
> >   scripts
> > 
> > New Features:
> >   * [MINVOKER-122] - Import information into groovy scripts of the running
> >   Maven environment * [MINVOKER-141] - passing own properties to all
> >   scripts
> >   * [MINVOKER-151] - Add failIfNoProjects
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org


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


Re: [ANN] Apache Maven Invoker Plugin 1.9 Released

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi,

can one of the Maven PMC members please so kind to add the distribution 
to dist area and add it to the board report.


Many thanks in Advance.

Kind regards
Karl-Heinz Marbaise
On 7/1/14 8:04 PM, Karl Heinz Marbaise wrote:
> The Apache Maven team is pleased to announce the release of the
> Apache Maven Invoker Plugin, version 1.9.
>
> The Invoker Plugin is used to run a set of Maven projects. The plugin can
> determine whether each project execution is successful, and optionally can
> verify the output generated from a given project execution.
>
> http://maven.apache.org/plugins/maven-invoker-plugin/
>
> You should specify the version in your project's plugin configuration:
>
> <plugin>
>    <groupId>org.apache.maven.plugins</groupId>
>    <artifactId>maven-invoker-plugin</artifactId>
>    <version>1.9</version>
> </plugin>
>
> Release Notes - Maven Invoker Plugin - Version 1.9
>
> Bugs:
>
>   * [MINVOKER-162] - IT failure with empty local it-repo
>   * [MINVOKER-166] - Failing in relationship with Maven 3.2.2
>
> Improvement:
>
>   * [MINVOKER-119] - Allow access to properties in pre- and postBuild scripts
>
> New Features:
>
>   * [MINVOKER-122] - Import information into groovy scripts of the running Maven environment
>   * [MINVOKER-141] - passing own properties to all scripts
>   * [MINVOKER-151] - Add failIfNoProjects
>

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