You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Grzegorz Slowikowski <gs...@gmail.com> on 2013/10/21 08:07:39 UTC

Re: [ANN] Apache Maven Install Plugin 2.5.1 Released

Fix "installAtEnd" description. Now it's:

Whether every project should be deployed during its own deploy-phase or at
the end of the multimodule build. If set to true and the build fails, none
of the reactor projects is deployed

Should be "installed", not "deployed".


2013/10/19 Robert Scholte <rf...@apache.org>

> The Apache Maven team is pleased to announce the release of the Apache
> Maven Install Plugin, version 2.5.1
>
> This plugin is used during the install phase to add artifact(s) to the
> local repository.
>
> http://maven.apache.org/**plugins/maven-install-plugin/<http://maven.apache.org/plugins/maven-install-plugin/>
>
> You should specify the version in your project's plugin configuration:
>
> <plugin>
>   <groupId>org.apache.maven.**plugins</groupId>
>   <artifactId>maven-install-**plugin</artifactId>
>   <version>2.5.1</version>
> </plugin>
>
> Release Notes - Maven Install Plugin - Version 2.5.1
>
> ** Bug
>     * [MINSTALL-98] - installAtEnd broken with parallel builds
>     * [MINSTALL-99] - InstallAtEnd should respect plugin-configuration per
> project
>
>
> Enjoy,
>
> -The Apache Maven team
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.**org<de...@maven.apache.org>
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [ANN] Apache Maven Install Plugin 2.5.1 Released

Posted by Anders Hammar <an...@hammar.net>.
Filed as a JIRA ticket:
http://jira.codehaus.org/browse/MINSTALL-100

/Anders


On Mon, Oct 21, 2013 at 8:07 AM, Grzegorz Slowikowski <
gslowikowski@gmail.com> wrote:

> Fix "installAtEnd" description. Now it's:
>
> Whether every project should be deployed during its own deploy-phase or at
> the end of the multimodule build. If set to true and the build fails, none
> of the reactor projects is deployed
>
> Should be "installed", not "deployed".
>
>
> 2013/10/19 Robert Scholte <rf...@apache.org>
>
> > The Apache Maven team is pleased to announce the release of the Apache
> > Maven Install Plugin, version 2.5.1
> >
> > This plugin is used during the install phase to add artifact(s) to the
> > local repository.
> >
> > http://maven.apache.org/**plugins/maven-install-plugin/<
> http://maven.apache.org/plugins/maven-install-plugin/>
> >
> > You should specify the version in your project's plugin configuration:
> >
> > <plugin>
> >   <groupId>org.apache.maven.**plugins</groupId>
> >   <artifactId>maven-install-**plugin</artifactId>
> >   <version>2.5.1</version>
> > </plugin>
> >
> > Release Notes - Maven Install Plugin - Version 2.5.1
> >
> > ** Bug
> >     * [MINSTALL-98] - installAtEnd broken with parallel builds
> >     * [MINSTALL-99] - InstallAtEnd should respect plugin-configuration
> per
> > project
> >
> >
> > Enjoy,
> >
> > -The Apache Maven team
> >
> > ------------------------------**------------------------------**---------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.**org<
> dev-unsubscribe@maven.apache.org>
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
>