You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kristian Rosenvold <kr...@zenior.no> on 2014/10/27 05:50:58 UTC

[ANN] Apache Maven Assembly Plugin 2.5 Released

The Apache Maven team is pleased to announce the release of the
long-awaited Apache Maven Assembly Plugin, version 2.5.

The Assembly Plugin for Maven is primarily intended to allow users to aggregate
the project output along with its dependencies, modules, site documentation,
and other files into a single distributable archive.

Notable in this release is improved file attribute support and full
symlink support for java7+ users. Users of filtering/line ending
selection should also notice a nice performance improvement.  A large
number of bugs have also been fixed.


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

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-assembly-plugin</artifactId>
  <version>2.5</version>
</plugin>


Release Notes - Maven Assembly Plugin - Version 2.5



** Bug
    * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
mode nor uid/gid
    * [MASSEMBLY-458] - Directory name resolution ignores "$" and beyond
    * [MASSEMBLY-495] - Assembly changes timestamps when extracting
dependency sets
    * [MASSEMBLY-523] - Filtering causes a loss of original unix file
permissions
    * [MASSEMBLY-543] - japanese filenames cannot be correctly
assembled by maven-assembly-plugin
    * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
the zip forgets certain folders (or throws permission denied errors)
possibly because zip index is corrupted
    * [MASSEMBLY-563] - JAR entry not found when including jar
dependencies with "#" in classname
    * [MASSEMBLY-576] - addClasspath broken in new single goal
    * [MASSEMBLY-605] - Filtering does not work on files which are symlinks
    * [MASSEMBLY-615] - assembly:single fails with odd resource file name
    * [MASSEMBLY-622] - Unable to create "TAR" artifacts
    * [MASSEMBLY-641] - Assembly fails on resource name with a percent character
    * [MASSEMBLY-661] - Assembly plugin looses permissions when using fileSets
    * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
causes timestamps not to be preserved
    * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor Fails
    * [MASSEMBLY-692] - Assembly ID is global
    * [MASSEMBLY-709] - When assembling a zip on windows duplicate
files are added to the assembly
    * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1



** Improvement
    * [MASSEMBLY-479] - Add option to generate Posix tar files.
    * [MASSEMBLY-530] - Allow configuration of encoding
    * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in assemblies
    * [MASSEMBLY-673] - Add support for "delimiters" and
"useDefaultDelimiters" like the maven-resources-plugin 2.4 has
    * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
    * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
    * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
paremeter instead as a component.
    * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up console output
    * [MASSEMBLY-710] - Fix RAT Report
    * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
    * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
    * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
    * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21

** New Feature
    * [MASSEMBLY-717] - Add an option to turn off project filters

** Wish
    * [MASSEMBLY-343] - add symbolic links managment (java7+ only supported)

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 Assembly Plugin 2.5 Released

Posted by Hervé BOUTEMY <he...@free.fr>.
yes, the lag on the us site is far more than on the eu site: at the moment, eu 
site is ok, but not us one...

as you'll see with INFRA-8491, it is being worked on for some time now, I fear 
nothing can be done for us that isn't already done for everybody

Regards,

Hervé

Le lundi 27 octobre 2014 08:41:18 Kristian Rosenvold a écrit :
> OK, which might explain why the site seems to be flickering back
> between 2.5 and 2.6-SNAPSHOT right now. I have checked SVN and it
> seems like all three branches are on "2.5". I'll leave this for now,
> if the site is still 2.6-SNAPSHOT tomorrow I'll talk to infra.
> 
> Kristian
> 
> 2014-10-27 8:36 GMT+01:00 Hervé BOUTEMY <he...@free.fr>:
> > there is an expected little lag after publish, less than one hour: your
> > update is now visible on http://maven.apache.org/plugins/index.html
> > 
> > there are some svnpubsub/websites problems actually worked on by INFRA,
> > because there is more load than expected: see
> > https://issues.apache.org/jira/browse/INFRA-8491
> > that could explain that the lag is actually a little bit more than
> > expected
> > 
> > Regards,
> > 
> > Hervé
> > 
> > Le lundi 27 octobre 2014 08:21:11 Kristian Rosenvold a écrit :
> >> Release has certainly gotten a whole lot more complex since last time I
> >> did
> >> it.
> >> 
> >> I tried using the "cms", used "edit" and then "publish". After a while
> >> it says I'm a published author, but it seems like I am published to
> >> /dev/null. What other magic incantations are needed ?
> >> 
> >> Kristian
> >> 
> >> 2014-10-27 7:57 GMT+01:00 Hervé BOUTEMY <he...@free.fr>:
> >> > remember our release procedure [1] is here to help us not forget any of
> >> > the
> >> > many steps we have to do when doing a release (and I don't see how to
> >> > remove any step, so this procedure is here to stay)
> >> > 
> >> > and this is the opportunity to remember everyone that the announce mail
> >> > is
> >> > to be sent "From: YOUR_APACHE_USERNAME@apache.org": I know this is
> >> > something often forgotten, then announce is refused from
> >> > announce@maven.apache.org, requiring one more step... :)
> >> > 
> >> > Regards,
> >> > 
> >> > Hervé
> >> > 
> >> > [1]
> >> > http://maven.apache.org/developers/release/maven-project-release-proced
> >> > ur
> >> > e.html>
> >> > 
> >> > Le lundi 27 octobre 2014 07:43:25 Anders Hammar a écrit :
> >> >> Also, the plugins index page is not updated with the new version.
> >> >> 
> >> >> /Anders
> >> >> 
> >> >> On Mon, Oct 27, 2014 at 7:34 AM, Kristian Rosenvold <
> >> >> 
> >> >> kristian.rosenvold@gmail.com> wrote:
> >> >> > Yeah I just saw that, I'm working on it... ;)
> >> >> > 
> >> >> > K
> >> >> > 
> >> >> > 2014-10-27 7:31 GMT+01:00 Anders Hammar <an...@hammar.net>:
> >> >> > > Kristian,
> >> >> > > 
> >> >> > > The plugin's site says v2.6-SNAPSHOT.
> >> >> > > 
> >> >> > > /Anders
> >> >> > > 
> >> >> > > On Mon, Oct 27, 2014 at 5:50 AM, Kristian Rosenvold <
> >> >> > > 
> >> >> > > kristian.rosenvold@zenior.no> wrote:
> >> >> > >> The Apache Maven team is pleased to announce the release of the
> >> >> > >> long-awaited Apache Maven Assembly Plugin, version 2.5.
> >> >> > >> 
> >> >> > >> The Assembly Plugin for Maven is primarily intended to allow
> >> >> > >> users
> >> >> > >> to
> >> >> > >> aggregate
> >> >> > >> the project output along with its dependencies, modules, site
> >> >> > >> documentation,
> >> >> > >> and other files into a single distributable archive.
> >> >> > >> 
> >> >> > >> Notable in this release is improved file attribute support and
> >> >> > >> full
> >> >> > >> symlink support for java7+ users. Users of filtering/line ending
> >> >> > >> selection should also notice a nice performance improvement.  A
> >> >> > >> large
> >> >> > >> number of bugs have also been fixed.
> >> >> > >> 
> >> >> > >> 
> >> >> > >> http://maven.apache.org/plugins/maven-assembly-plugin/
> >> >> > >> 
> >> >> > >> You should specify the version in your project's plugin
> >> >> > >> configuration:
> >> >> > >> 
> >> >> > >> <plugin>
> >> >> > >> 
> >> >> > >>   <groupId>org.apache.maven.plugins</groupId>
> >> >> > >>   <artifactId>maven-assembly-plugin</artifactId>
> >> >> > >>   <version>2.5</version>
> >> >> > >> 
> >> >> > >> </plugin>
> >> >> > >> 
> >> >> > >> 
> >> >> > >> Release Notes - Maven Assembly Plugin - Version 2.5
> >> >> > >> 
> >> >> > >> 
> >> >> > >> 
> >> >> > >> ** Bug
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve
> >> >> > >>     file
> >> >> > >> 
> >> >> > >> mode nor uid/gid
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and
> >> >> > >>     beyond
> >> >> > >>     * [MASSEMBLY-495] - Assembly changes timestamps when
> >> >> > >>     extracting
> >> >> > >> 
> >> >> > >> dependency sets
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-523] - Filtering causes a loss of original unix
> >> >> > >>     file
> >> >> > >> 
> >> >> > >> permissions
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
> >> >> > >> 
> >> >> > >> assembled by maven-assembly-plugin
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-557] - Corrupted zip created by assembly:
> >> >> > >>     extracting
> >> >> > >> 
> >> >> > >> the zip forgets certain folders (or throws permission denied
> >> >> > >> errors)
> >> >> > >> possibly because zip index is corrupted
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-563] - JAR entry not found when including jar
> >> >> > >> 
> >> >> > >> dependencies with "#" in classname
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-576] - addClasspath broken in new single goal
> >> >> > >>     * [MASSEMBLY-605] - Filtering does not work on files which
> >> >> > >>     are
> >> >> > 
> >> >> > symlinks
> >> >> > 
> >> >> > >>     * [MASSEMBLY-615] - assembly:single fails with odd resource
> >> >> > >>     file
> >> >> > 
> >> >> > name
> >> >> > 
> >> >> > >>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
> >> >> > >>     * [MASSEMBLY-641] - Assembly fails on resource name with a
> >> >> > >>     percent
> >> >> > >> 
> >> >> > >> character
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-661] - Assembly plugin looses permissions when
> >> >> > >>     using
> >> >> > >> 
> >> >> > >> fileSets
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-670] - Specifying <lineEnding> option of
> >> >> > >>     <fileSet>
> >> >> > >> 
> >> >> > >> causes timestamps not to be preserved
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly
> >> >> > >>     Descriptor
> >> >> > >> 
> >> >> > >> Fails
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-692] - Assembly ID is global
> >> >> > >>     * [MASSEMBLY-709] - When assembling a zip on windows
> >> >> > >>     duplicate
> >> >> > >> 
> >> >> > >> files are added to the assembly
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
> >> >> > >> 
> >> >> > >> ** Improvement
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
> >> >> > >>     * [MASSEMBLY-530] - Allow configuration of encoding
> >> >> > >>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in
> >> >> > 
> >> >> > assemblies
> >> >> > 
> >> >> > >>     * [MASSEMBLY-673] - Add support for "delimiters" and
> >> >> > >> 
> >> >> > >> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
> >> >> > >>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
> >> >> > >>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
> >> >> > >> 
> >> >> > >> paremeter instead as a component.
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up
> >> >> > 
> >> >> > console
> >> >> > 
> >> >> > >> output
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-710] - Fix RAT Report
> >> >> > >>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
> >> >> > >>     * [MASSEMBLY-714] - Update version of plexus-archiver to
> >> >> > >>     2.7.1
> >> >> > >>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
> >> >> > >>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
> >> >> > >> 
> >> >> > >> ** New Feature
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-717] - Add an option to turn off project filters
> >> >> > >> 
> >> >> > >> ** Wish
> >> >> > >> 
> >> >> > >>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only
> >> >> > >> 
> >> >> > >> supported)
> >> >> > >> 
> >> >> > >> Enjoy,
> >> >> > >> 
> >> >> > >> -The Apache Maven team
> >> >> > >> 
> >> >> > >> -----------------------------------------------------------------
> >> >> > >> ---
> >> >> > >> -
> >> >> > >> 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
> >> > 
> >> > ---------------------------------------------------------------------
> >> > 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
> > 
> > ---------------------------------------------------------------------
> > 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


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


Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

Posted by Kristian Rosenvold <kr...@gmail.com>.
OK, which might explain why the site seems to be flickering back
between 2.5 and 2.6-SNAPSHOT right now. I have checked SVN and it
seems like all three branches are on "2.5". I'll leave this for now,
if the site is still 2.6-SNAPSHOT tomorrow I'll talk to infra.

Kristian


2014-10-27 8:36 GMT+01:00 Hervé BOUTEMY <he...@free.fr>:
> there is an expected little lag after publish, less than one hour: your update
> is now visible on http://maven.apache.org/plugins/index.html
>
> there are some svnpubsub/websites problems actually worked on by INFRA,
> because there is more load than expected: see
> https://issues.apache.org/jira/browse/INFRA-8491
> that could explain that the lag is actually a little bit more than expected
>
> Regards,
>
> Hervé
>
> Le lundi 27 octobre 2014 08:21:11 Kristian Rosenvold a écrit :
>> Release has certainly gotten a whole lot more complex since last time I did
>> it.
>>
>> I tried using the "cms", used "edit" and then "publish". After a while
>> it says I'm a published author, but it seems like I am published to
>> /dev/null. What other magic incantations are needed ?
>>
>> Kristian
>>
>> 2014-10-27 7:57 GMT+01:00 Hervé BOUTEMY <he...@free.fr>:
>> > remember our release procedure [1] is here to help us not forget any of
>> > the
>> > many steps we have to do when doing a release (and I don't see how to
>> > remove any step, so this procedure is here to stay)
>> >
>> > and this is the opportunity to remember everyone that the announce mail is
>> > to be sent "From: YOUR_APACHE_USERNAME@apache.org": I know this is
>> > something often forgotten, then announce is refused from
>> > announce@maven.apache.org, requiring one more step... :)
>> >
>> > Regards,
>> >
>> > Hervé
>> >
>> > [1]
>> > http://maven.apache.org/developers/release/maven-project-release-procedur
>> > e.html>
>> > Le lundi 27 octobre 2014 07:43:25 Anders Hammar a écrit :
>> >> Also, the plugins index page is not updated with the new version.
>> >>
>> >> /Anders
>> >>
>> >> On Mon, Oct 27, 2014 at 7:34 AM, Kristian Rosenvold <
>> >>
>> >> kristian.rosenvold@gmail.com> wrote:
>> >> > Yeah I just saw that, I'm working on it... ;)
>> >> >
>> >> > K
>> >> >
>> >> > 2014-10-27 7:31 GMT+01:00 Anders Hammar <an...@hammar.net>:
>> >> > > Kristian,
>> >> > >
>> >> > > The plugin's site says v2.6-SNAPSHOT.
>> >> > >
>> >> > > /Anders
>> >> > >
>> >> > > On Mon, Oct 27, 2014 at 5:50 AM, Kristian Rosenvold <
>> >> > >
>> >> > > kristian.rosenvold@zenior.no> wrote:
>> >> > >> The Apache Maven team is pleased to announce the release of the
>> >> > >> long-awaited Apache Maven Assembly Plugin, version 2.5.
>> >> > >>
>> >> > >> The Assembly Plugin for Maven is primarily intended to allow users
>> >> > >> to
>> >> > >> aggregate
>> >> > >> the project output along with its dependencies, modules, site
>> >> > >> documentation,
>> >> > >> and other files into a single distributable archive.
>> >> > >>
>> >> > >> Notable in this release is improved file attribute support and full
>> >> > >> symlink support for java7+ users. Users of filtering/line ending
>> >> > >> selection should also notice a nice performance improvement.  A
>> >> > >> large
>> >> > >> number of bugs have also been fixed.
>> >> > >>
>> >> > >>
>> >> > >> http://maven.apache.org/plugins/maven-assembly-plugin/
>> >> > >>
>> >> > >> You should specify the version in your project's plugin
>> >> > >> configuration:
>> >> > >>
>> >> > >> <plugin>
>> >> > >>
>> >> > >>   <groupId>org.apache.maven.plugins</groupId>
>> >> > >>   <artifactId>maven-assembly-plugin</artifactId>
>> >> > >>   <version>2.5</version>
>> >> > >>
>> >> > >> </plugin>
>> >> > >>
>> >> > >>
>> >> > >> Release Notes - Maven Assembly Plugin - Version 2.5
>> >> > >>
>> >> > >>
>> >> > >>
>> >> > >> ** Bug
>> >> > >>
>> >> > >>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve
>> >> > >>     file
>> >> > >>
>> >> > >> mode nor uid/gid
>> >> > >>
>> >> > >>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and
>> >> > >>     beyond
>> >> > >>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
>> >> > >>
>> >> > >> dependency sets
>> >> > >>
>> >> > >>     * [MASSEMBLY-523] - Filtering causes a loss of original unix
>> >> > >>     file
>> >> > >>
>> >> > >> permissions
>> >> > >>
>> >> > >>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
>> >> > >>
>> >> > >> assembled by maven-assembly-plugin
>> >> > >>
>> >> > >>     * [MASSEMBLY-557] - Corrupted zip created by assembly:
>> >> > >>     extracting
>> >> > >>
>> >> > >> the zip forgets certain folders (or throws permission denied errors)
>> >> > >> possibly because zip index is corrupted
>> >> > >>
>> >> > >>     * [MASSEMBLY-563] - JAR entry not found when including jar
>> >> > >>
>> >> > >> dependencies with "#" in classname
>> >> > >>
>> >> > >>     * [MASSEMBLY-576] - addClasspath broken in new single goal
>> >> > >>     * [MASSEMBLY-605] - Filtering does not work on files which are
>> >> >
>> >> > symlinks
>> >> >
>> >> > >>     * [MASSEMBLY-615] - assembly:single fails with odd resource file
>> >> >
>> >> > name
>> >> >
>> >> > >>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
>> >> > >>     * [MASSEMBLY-641] - Assembly fails on resource name with a
>> >> > >>     percent
>> >> > >>
>> >> > >> character
>> >> > >>
>> >> > >>     * [MASSEMBLY-661] - Assembly plugin looses permissions when
>> >> > >>     using
>> >> > >>
>> >> > >> fileSets
>> >> > >>
>> >> > >>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
>> >> > >>
>> >> > >> causes timestamps not to be preserved
>> >> > >>
>> >> > >>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly
>> >> > >>     Descriptor
>> >> > >>
>> >> > >> Fails
>> >> > >>
>> >> > >>     * [MASSEMBLY-692] - Assembly ID is global
>> >> > >>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
>> >> > >>
>> >> > >> files are added to the assembly
>> >> > >>
>> >> > >>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
>> >> > >>
>> >> > >> ** Improvement
>> >> > >>
>> >> > >>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
>> >> > >>     * [MASSEMBLY-530] - Allow configuration of encoding
>> >> > >>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in
>> >> >
>> >> > assemblies
>> >> >
>> >> > >>     * [MASSEMBLY-673] - Add support for "delimiters" and
>> >> > >>
>> >> > >> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
>> >> > >>
>> >> > >>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
>> >> > >>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
>> >> > >>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
>> >> > >>
>> >> > >> paremeter instead as a component.
>> >> > >>
>> >> > >>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up
>> >> >
>> >> > console
>> >> >
>> >> > >> output
>> >> > >>
>> >> > >>     * [MASSEMBLY-710] - Fix RAT Report
>> >> > >>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
>> >> > >>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
>> >> > >>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
>> >> > >>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
>> >> > >>
>> >> > >> ** New Feature
>> >> > >>
>> >> > >>     * [MASSEMBLY-717] - Add an option to turn off project filters
>> >> > >>
>> >> > >> ** Wish
>> >> > >>
>> >> > >>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only
>> >> > >>
>> >> > >> supported)
>> >> > >>
>> >> > >> Enjoy,
>> >> > >>
>> >> > >> -The Apache Maven team
>> >> > >>
>> >> > >> --------------------------------------------------------------------
>> >> > >> -
>> >> > >> 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
>> >
>> > ---------------------------------------------------------------------
>> > 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
>
>
> ---------------------------------------------------------------------
> 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 Assembly Plugin 2.5 Released

Posted by Hervé BOUTEMY <he...@free.fr>.
there is an expected little lag after publish, less than one hour: your update 
is now visible on http://maven.apache.org/plugins/index.html

there are some svnpubsub/websites problems actually worked on by INFRA, 
because there is more load than expected: see
https://issues.apache.org/jira/browse/INFRA-8491
that could explain that the lag is actually a little bit more than expected

Regards,

Hervé

Le lundi 27 octobre 2014 08:21:11 Kristian Rosenvold a écrit :
> Release has certainly gotten a whole lot more complex since last time I did
> it.
> 
> I tried using the "cms", used "edit" and then "publish". After a while
> it says I'm a published author, but it seems like I am published to
> /dev/null. What other magic incantations are needed ?
> 
> Kristian
> 
> 2014-10-27 7:57 GMT+01:00 Hervé BOUTEMY <he...@free.fr>:
> > remember our release procedure [1] is here to help us not forget any of
> > the
> > many steps we have to do when doing a release (and I don't see how to
> > remove any step, so this procedure is here to stay)
> > 
> > and this is the opportunity to remember everyone that the announce mail is
> > to be sent "From: YOUR_APACHE_USERNAME@apache.org": I know this is
> > something often forgotten, then announce is refused from
> > announce@maven.apache.org, requiring one more step... :)
> > 
> > Regards,
> > 
> > Hervé
> > 
> > [1]
> > http://maven.apache.org/developers/release/maven-project-release-procedur
> > e.html> 
> > Le lundi 27 octobre 2014 07:43:25 Anders Hammar a écrit :
> >> Also, the plugins index page is not updated with the new version.
> >> 
> >> /Anders
> >> 
> >> On Mon, Oct 27, 2014 at 7:34 AM, Kristian Rosenvold <
> >> 
> >> kristian.rosenvold@gmail.com> wrote:
> >> > Yeah I just saw that, I'm working on it... ;)
> >> > 
> >> > K
> >> > 
> >> > 2014-10-27 7:31 GMT+01:00 Anders Hammar <an...@hammar.net>:
> >> > > Kristian,
> >> > > 
> >> > > The plugin's site says v2.6-SNAPSHOT.
> >> > > 
> >> > > /Anders
> >> > > 
> >> > > On Mon, Oct 27, 2014 at 5:50 AM, Kristian Rosenvold <
> >> > > 
> >> > > kristian.rosenvold@zenior.no> wrote:
> >> > >> The Apache Maven team is pleased to announce the release of the
> >> > >> long-awaited Apache Maven Assembly Plugin, version 2.5.
> >> > >> 
> >> > >> The Assembly Plugin for Maven is primarily intended to allow users
> >> > >> to
> >> > >> aggregate
> >> > >> the project output along with its dependencies, modules, site
> >> > >> documentation,
> >> > >> and other files into a single distributable archive.
> >> > >> 
> >> > >> Notable in this release is improved file attribute support and full
> >> > >> symlink support for java7+ users. Users of filtering/line ending
> >> > >> selection should also notice a nice performance improvement.  A
> >> > >> large
> >> > >> number of bugs have also been fixed.
> >> > >> 
> >> > >> 
> >> > >> http://maven.apache.org/plugins/maven-assembly-plugin/
> >> > >> 
> >> > >> You should specify the version in your project's plugin
> >> > >> configuration:
> >> > >> 
> >> > >> <plugin>
> >> > >> 
> >> > >>   <groupId>org.apache.maven.plugins</groupId>
> >> > >>   <artifactId>maven-assembly-plugin</artifactId>
> >> > >>   <version>2.5</version>
> >> > >> 
> >> > >> </plugin>
> >> > >> 
> >> > >> 
> >> > >> Release Notes - Maven Assembly Plugin - Version 2.5
> >> > >> 
> >> > >> 
> >> > >> 
> >> > >> ** Bug
> >> > >> 
> >> > >>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve
> >> > >>     file
> >> > >> 
> >> > >> mode nor uid/gid
> >> > >> 
> >> > >>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and
> >> > >>     beyond
> >> > >>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
> >> > >> 
> >> > >> dependency sets
> >> > >> 
> >> > >>     * [MASSEMBLY-523] - Filtering causes a loss of original unix
> >> > >>     file
> >> > >> 
> >> > >> permissions
> >> > >> 
> >> > >>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
> >> > >> 
> >> > >> assembled by maven-assembly-plugin
> >> > >> 
> >> > >>     * [MASSEMBLY-557] - Corrupted zip created by assembly:
> >> > >>     extracting
> >> > >> 
> >> > >> the zip forgets certain folders (or throws permission denied errors)
> >> > >> possibly because zip index is corrupted
> >> > >> 
> >> > >>     * [MASSEMBLY-563] - JAR entry not found when including jar
> >> > >> 
> >> > >> dependencies with "#" in classname
> >> > >> 
> >> > >>     * [MASSEMBLY-576] - addClasspath broken in new single goal
> >> > >>     * [MASSEMBLY-605] - Filtering does not work on files which are
> >> > 
> >> > symlinks
> >> > 
> >> > >>     * [MASSEMBLY-615] - assembly:single fails with odd resource file
> >> > 
> >> > name
> >> > 
> >> > >>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
> >> > >>     * [MASSEMBLY-641] - Assembly fails on resource name with a
> >> > >>     percent
> >> > >> 
> >> > >> character
> >> > >> 
> >> > >>     * [MASSEMBLY-661] - Assembly plugin looses permissions when
> >> > >>     using
> >> > >> 
> >> > >> fileSets
> >> > >> 
> >> > >>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
> >> > >> 
> >> > >> causes timestamps not to be preserved
> >> > >> 
> >> > >>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly
> >> > >>     Descriptor
> >> > >> 
> >> > >> Fails
> >> > >> 
> >> > >>     * [MASSEMBLY-692] - Assembly ID is global
> >> > >>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
> >> > >> 
> >> > >> files are added to the assembly
> >> > >> 
> >> > >>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
> >> > >> 
> >> > >> ** Improvement
> >> > >> 
> >> > >>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
> >> > >>     * [MASSEMBLY-530] - Allow configuration of encoding
> >> > >>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in
> >> > 
> >> > assemblies
> >> > 
> >> > >>     * [MASSEMBLY-673] - Add support for "delimiters" and
> >> > >> 
> >> > >> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
> >> > >> 
> >> > >>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
> >> > >>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
> >> > >>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
> >> > >> 
> >> > >> paremeter instead as a component.
> >> > >> 
> >> > >>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up
> >> > 
> >> > console
> >> > 
> >> > >> output
> >> > >> 
> >> > >>     * [MASSEMBLY-710] - Fix RAT Report
> >> > >>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
> >> > >>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
> >> > >>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
> >> > >>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
> >> > >> 
> >> > >> ** New Feature
> >> > >> 
> >> > >>     * [MASSEMBLY-717] - Add an option to turn off project filters
> >> > >> 
> >> > >> ** Wish
> >> > >> 
> >> > >>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only
> >> > >> 
> >> > >> supported)
> >> > >> 
> >> > >> Enjoy,
> >> > >> 
> >> > >> -The Apache Maven team
> >> > >> 
> >> > >> --------------------------------------------------------------------
> >> > >> -
> >> > >> 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
> > 
> > ---------------------------------------------------------------------
> > 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


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


Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

Posted by Kristian Rosenvold <kr...@gmail.com>.
Release has certainly gotten a whole lot more complex since last time I did it.

I tried using the "cms", used "edit" and then "publish". After a while
it says I'm a published author, but it seems like I am published to
/dev/null. What other magic incantations are needed ?

Kristian


2014-10-27 7:57 GMT+01:00 Hervé BOUTEMY <he...@free.fr>:
> remember our release procedure [1] is here to help us not forget any of the
> many steps we have to do when doing a release (and I don't see how to remove
> any step, so this procedure is here to stay)
>
> and this is the opportunity to remember everyone that the announce mail is to
> be sent "From: YOUR_APACHE_USERNAME@apache.org": I know this is something
> often forgotten, then announce is refused from announce@maven.apache.org,
> requiring one more step... :)
>
> Regards,
>
> Hervé
>
> [1] http://maven.apache.org/developers/release/maven-project-release-procedure.html
>
> Le lundi 27 octobre 2014 07:43:25 Anders Hammar a écrit :
>> Also, the plugins index page is not updated with the new version.
>>
>> /Anders
>>
>> On Mon, Oct 27, 2014 at 7:34 AM, Kristian Rosenvold <
>>
>> kristian.rosenvold@gmail.com> wrote:
>> > Yeah I just saw that, I'm working on it... ;)
>> >
>> > K
>> >
>> > 2014-10-27 7:31 GMT+01:00 Anders Hammar <an...@hammar.net>:
>> > > Kristian,
>> > >
>> > > The plugin's site says v2.6-SNAPSHOT.
>> > >
>> > > /Anders
>> > >
>> > > On Mon, Oct 27, 2014 at 5:50 AM, Kristian Rosenvold <
>> > >
>> > > kristian.rosenvold@zenior.no> wrote:
>> > >> The Apache Maven team is pleased to announce the release of the
>> > >> long-awaited Apache Maven Assembly Plugin, version 2.5.
>> > >>
>> > >> The Assembly Plugin for Maven is primarily intended to allow users to
>> > >> aggregate
>> > >> the project output along with its dependencies, modules, site
>> > >> documentation,
>> > >> and other files into a single distributable archive.
>> > >>
>> > >> Notable in this release is improved file attribute support and full
>> > >> symlink support for java7+ users. Users of filtering/line ending
>> > >> selection should also notice a nice performance improvement.  A large
>> > >> number of bugs have also been fixed.
>> > >>
>> > >>
>> > >> http://maven.apache.org/plugins/maven-assembly-plugin/
>> > >>
>> > >> You should specify the version in your project's plugin configuration:
>> > >>
>> > >> <plugin>
>> > >>
>> > >>   <groupId>org.apache.maven.plugins</groupId>
>> > >>   <artifactId>maven-assembly-plugin</artifactId>
>> > >>   <version>2.5</version>
>> > >>
>> > >> </plugin>
>> > >>
>> > >>
>> > >> Release Notes - Maven Assembly Plugin - Version 2.5
>> > >>
>> > >>
>> > >>
>> > >> ** Bug
>> > >>
>> > >>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
>> > >>
>> > >> mode nor uid/gid
>> > >>
>> > >>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and
>> > >>     beyond
>> > >>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
>> > >>
>> > >> dependency sets
>> > >>
>> > >>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file
>> > >>
>> > >> permissions
>> > >>
>> > >>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
>> > >>
>> > >> assembled by maven-assembly-plugin
>> > >>
>> > >>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
>> > >>
>> > >> the zip forgets certain folders (or throws permission denied errors)
>> > >> possibly because zip index is corrupted
>> > >>
>> > >>     * [MASSEMBLY-563] - JAR entry not found when including jar
>> > >>
>> > >> dependencies with "#" in classname
>> > >>
>> > >>     * [MASSEMBLY-576] - addClasspath broken in new single goal
>> > >>     * [MASSEMBLY-605] - Filtering does not work on files which are
>> >
>> > symlinks
>> >
>> > >>     * [MASSEMBLY-615] - assembly:single fails with odd resource file
>> >
>> > name
>> >
>> > >>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
>> > >>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent
>> > >>
>> > >> character
>> > >>
>> > >>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using
>> > >>
>> > >> fileSets
>> > >>
>> > >>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
>> > >>
>> > >> causes timestamps not to be preserved
>> > >>
>> > >>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor
>> > >>
>> > >> Fails
>> > >>
>> > >>     * [MASSEMBLY-692] - Assembly ID is global
>> > >>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
>> > >>
>> > >> files are added to the assembly
>> > >>
>> > >>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
>> > >>
>> > >> ** Improvement
>> > >>
>> > >>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
>> > >>     * [MASSEMBLY-530] - Allow configuration of encoding
>> > >>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in
>> >
>> > assemblies
>> >
>> > >>     * [MASSEMBLY-673] - Add support for "delimiters" and
>> > >>
>> > >> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
>> > >>
>> > >>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
>> > >>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
>> > >>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
>> > >>
>> > >> paremeter instead as a component.
>> > >>
>> > >>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up
>> >
>> > console
>> >
>> > >> output
>> > >>
>> > >>     * [MASSEMBLY-710] - Fix RAT Report
>> > >>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
>> > >>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
>> > >>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
>> > >>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
>> > >>
>> > >> ** New Feature
>> > >>
>> > >>     * [MASSEMBLY-717] - Add an option to turn off project filters
>> > >>
>> > >> ** Wish
>> > >>
>> > >>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only
>> > >>
>> > >> supported)
>> > >>
>> > >> Enjoy,
>> > >>
>> > >> -The Apache Maven team
>> > >>
>> > >> ---------------------------------------------------------------------
>> > >> 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
>
>
> ---------------------------------------------------------------------
> 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 Assembly Plugin 2.5 Released

Posted by Hervé BOUTEMY <he...@free.fr>.
remember our release procedure [1] is here to help us not forget any of the 
many steps we have to do when doing a release (and I don't see how to remove 
any step, so this procedure is here to stay)

and this is the opportunity to remember everyone that the announce mail is to 
be sent "From: YOUR_APACHE_USERNAME@apache.org": I know this is something 
often forgotten, then announce is refused from announce@maven.apache.org, 
requiring one more step... :)

Regards,

Hervé

[1] http://maven.apache.org/developers/release/maven-project-release-procedure.html

Le lundi 27 octobre 2014 07:43:25 Anders Hammar a écrit :
> Also, the plugins index page is not updated with the new version.
> 
> /Anders
> 
> On Mon, Oct 27, 2014 at 7:34 AM, Kristian Rosenvold <
> 
> kristian.rosenvold@gmail.com> wrote:
> > Yeah I just saw that, I'm working on it... ;)
> > 
> > K
> > 
> > 2014-10-27 7:31 GMT+01:00 Anders Hammar <an...@hammar.net>:
> > > Kristian,
> > > 
> > > The plugin's site says v2.6-SNAPSHOT.
> > > 
> > > /Anders
> > > 
> > > On Mon, Oct 27, 2014 at 5:50 AM, Kristian Rosenvold <
> > > 
> > > kristian.rosenvold@zenior.no> wrote:
> > >> The Apache Maven team is pleased to announce the release of the
> > >> long-awaited Apache Maven Assembly Plugin, version 2.5.
> > >> 
> > >> The Assembly Plugin for Maven is primarily intended to allow users to
> > >> aggregate
> > >> the project output along with its dependencies, modules, site
> > >> documentation,
> > >> and other files into a single distributable archive.
> > >> 
> > >> Notable in this release is improved file attribute support and full
> > >> symlink support for java7+ users. Users of filtering/line ending
> > >> selection should also notice a nice performance improvement.  A large
> > >> number of bugs have also been fixed.
> > >> 
> > >> 
> > >> http://maven.apache.org/plugins/maven-assembly-plugin/
> > >> 
> > >> You should specify the version in your project's plugin configuration:
> > >> 
> > >> <plugin>
> > >> 
> > >>   <groupId>org.apache.maven.plugins</groupId>
> > >>   <artifactId>maven-assembly-plugin</artifactId>
> > >>   <version>2.5</version>
> > >> 
> > >> </plugin>
> > >> 
> > >> 
> > >> Release Notes - Maven Assembly Plugin - Version 2.5
> > >> 
> > >> 
> > >> 
> > >> ** Bug
> > >> 
> > >>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
> > >> 
> > >> mode nor uid/gid
> > >> 
> > >>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and
> > >>     beyond
> > >>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
> > >> 
> > >> dependency sets
> > >> 
> > >>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file
> > >> 
> > >> permissions
> > >> 
> > >>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
> > >> 
> > >> assembled by maven-assembly-plugin
> > >> 
> > >>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
> > >> 
> > >> the zip forgets certain folders (or throws permission denied errors)
> > >> possibly because zip index is corrupted
> > >> 
> > >>     * [MASSEMBLY-563] - JAR entry not found when including jar
> > >> 
> > >> dependencies with "#" in classname
> > >> 
> > >>     * [MASSEMBLY-576] - addClasspath broken in new single goal
> > >>     * [MASSEMBLY-605] - Filtering does not work on files which are
> > 
> > symlinks
> > 
> > >>     * [MASSEMBLY-615] - assembly:single fails with odd resource file
> > 
> > name
> > 
> > >>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
> > >>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent
> > >> 
> > >> character
> > >> 
> > >>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using
> > >> 
> > >> fileSets
> > >> 
> > >>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
> > >> 
> > >> causes timestamps not to be preserved
> > >> 
> > >>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor
> > >> 
> > >> Fails
> > >> 
> > >>     * [MASSEMBLY-692] - Assembly ID is global
> > >>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
> > >> 
> > >> files are added to the assembly
> > >> 
> > >>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
> > >> 
> > >> ** Improvement
> > >> 
> > >>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
> > >>     * [MASSEMBLY-530] - Allow configuration of encoding
> > >>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in
> > 
> > assemblies
> > 
> > >>     * [MASSEMBLY-673] - Add support for "delimiters" and
> > >> 
> > >> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
> > >> 
> > >>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
> > >>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
> > >>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
> > >> 
> > >> paremeter instead as a component.
> > >> 
> > >>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up
> > 
> > console
> > 
> > >> output
> > >> 
> > >>     * [MASSEMBLY-710] - Fix RAT Report
> > >>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
> > >>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
> > >>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
> > >>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
> > >> 
> > >> ** New Feature
> > >> 
> > >>     * [MASSEMBLY-717] - Add an option to turn off project filters
> > >> 
> > >> ** Wish
> > >> 
> > >>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only
> > >> 
> > >> supported)
> > >> 
> > >> Enjoy,
> > >> 
> > >> -The Apache Maven team
> > >> 
> > >> ---------------------------------------------------------------------
> > >> 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


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


Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

Posted by Kristian Rosenvold <kr...@gmail.com>.
I am trying to find out how to make that "scm" page work.....

Kristian


2014-10-27 7:43 GMT+01:00 Anders Hammar <an...@hammar.net>:
> Also, the plugins index page is not updated with the new version.
>
> /Anders
>
> On Mon, Oct 27, 2014 at 7:34 AM, Kristian Rosenvold <
> kristian.rosenvold@gmail.com> wrote:
>
>> Yeah I just saw that, I'm working on it... ;)
>>
>> K
>>
>>
>> 2014-10-27 7:31 GMT+01:00 Anders Hammar <an...@hammar.net>:
>> > Kristian,
>> >
>> > The plugin's site says v2.6-SNAPSHOT.
>> >
>> > /Anders
>> >
>> > On Mon, Oct 27, 2014 at 5:50 AM, Kristian Rosenvold <
>> > kristian.rosenvold@zenior.no> wrote:
>> >
>> >> The Apache Maven team is pleased to announce the release of the
>> >> long-awaited Apache Maven Assembly Plugin, version 2.5.
>> >>
>> >> The Assembly Plugin for Maven is primarily intended to allow users to
>> >> aggregate
>> >> the project output along with its dependencies, modules, site
>> >> documentation,
>> >> and other files into a single distributable archive.
>> >>
>> >> Notable in this release is improved file attribute support and full
>> >> symlink support for java7+ users. Users of filtering/line ending
>> >> selection should also notice a nice performance improvement.  A large
>> >> number of bugs have also been fixed.
>> >>
>> >>
>> >> http://maven.apache.org/plugins/maven-assembly-plugin/
>> >>
>> >> You should specify the version in your project's plugin configuration:
>> >>
>> >> <plugin>
>> >>   <groupId>org.apache.maven.plugins</groupId>
>> >>   <artifactId>maven-assembly-plugin</artifactId>
>> >>   <version>2.5</version>
>> >> </plugin>
>> >>
>> >>
>> >> Release Notes - Maven Assembly Plugin - Version 2.5
>> >>
>> >>
>> >>
>> >> ** Bug
>> >>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
>> >> mode nor uid/gid
>> >>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and beyond
>> >>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
>> >> dependency sets
>> >>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file
>> >> permissions
>> >>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
>> >> assembled by maven-assembly-plugin
>> >>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
>> >> the zip forgets certain folders (or throws permission denied errors)
>> >> possibly because zip index is corrupted
>> >>     * [MASSEMBLY-563] - JAR entry not found when including jar
>> >> dependencies with "#" in classname
>> >>     * [MASSEMBLY-576] - addClasspath broken in new single goal
>> >>     * [MASSEMBLY-605] - Filtering does not work on files which are
>> symlinks
>> >>     * [MASSEMBLY-615] - assembly:single fails with odd resource file
>> name
>> >>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
>> >>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent
>> >> character
>> >>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using
>> >> fileSets
>> >>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
>> >> causes timestamps not to be preserved
>> >>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor
>> >> Fails
>> >>     * [MASSEMBLY-692] - Assembly ID is global
>> >>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
>> >> files are added to the assembly
>> >>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
>> >>
>> >>
>> >>
>> >> ** Improvement
>> >>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
>> >>     * [MASSEMBLY-530] - Allow configuration of encoding
>> >>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in
>> assemblies
>> >>     * [MASSEMBLY-673] - Add support for "delimiters" and
>> >> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
>> >>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
>> >>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
>> >>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
>> >> paremeter instead as a component.
>> >>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up
>> console
>> >> output
>> >>     * [MASSEMBLY-710] - Fix RAT Report
>> >>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
>> >>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
>> >>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
>> >>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
>> >>
>> >> ** New Feature
>> >>     * [MASSEMBLY-717] - Add an option to turn off project filters
>> >>
>> >> ** Wish
>> >>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only
>> >> supported)
>> >>
>> >> Enjoy,
>> >>
>> >> -The Apache Maven team
>> >>
>> >> ---------------------------------------------------------------------
>> >> 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
>>
>>

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


Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

Posted by Anders Hammar <an...@hammar.net>.
Also, the plugins index page is not updated with the new version.

/Anders

On Mon, Oct 27, 2014 at 7:34 AM, Kristian Rosenvold <
kristian.rosenvold@gmail.com> wrote:

> Yeah I just saw that, I'm working on it... ;)
>
> K
>
>
> 2014-10-27 7:31 GMT+01:00 Anders Hammar <an...@hammar.net>:
> > Kristian,
> >
> > The plugin's site says v2.6-SNAPSHOT.
> >
> > /Anders
> >
> > On Mon, Oct 27, 2014 at 5:50 AM, Kristian Rosenvold <
> > kristian.rosenvold@zenior.no> wrote:
> >
> >> The Apache Maven team is pleased to announce the release of the
> >> long-awaited Apache Maven Assembly Plugin, version 2.5.
> >>
> >> The Assembly Plugin for Maven is primarily intended to allow users to
> >> aggregate
> >> the project output along with its dependencies, modules, site
> >> documentation,
> >> and other files into a single distributable archive.
> >>
> >> Notable in this release is improved file attribute support and full
> >> symlink support for java7+ users. Users of filtering/line ending
> >> selection should also notice a nice performance improvement.  A large
> >> number of bugs have also been fixed.
> >>
> >>
> >> http://maven.apache.org/plugins/maven-assembly-plugin/
> >>
> >> You should specify the version in your project's plugin configuration:
> >>
> >> <plugin>
> >>   <groupId>org.apache.maven.plugins</groupId>
> >>   <artifactId>maven-assembly-plugin</artifactId>
> >>   <version>2.5</version>
> >> </plugin>
> >>
> >>
> >> Release Notes - Maven Assembly Plugin - Version 2.5
> >>
> >>
> >>
> >> ** Bug
> >>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
> >> mode nor uid/gid
> >>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and beyond
> >>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
> >> dependency sets
> >>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file
> >> permissions
> >>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
> >> assembled by maven-assembly-plugin
> >>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
> >> the zip forgets certain folders (or throws permission denied errors)
> >> possibly because zip index is corrupted
> >>     * [MASSEMBLY-563] - JAR entry not found when including jar
> >> dependencies with "#" in classname
> >>     * [MASSEMBLY-576] - addClasspath broken in new single goal
> >>     * [MASSEMBLY-605] - Filtering does not work on files which are
> symlinks
> >>     * [MASSEMBLY-615] - assembly:single fails with odd resource file
> name
> >>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
> >>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent
> >> character
> >>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using
> >> fileSets
> >>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
> >> causes timestamps not to be preserved
> >>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor
> >> Fails
> >>     * [MASSEMBLY-692] - Assembly ID is global
> >>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
> >> files are added to the assembly
> >>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
> >>
> >>
> >>
> >> ** Improvement
> >>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
> >>     * [MASSEMBLY-530] - Allow configuration of encoding
> >>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in
> assemblies
> >>     * [MASSEMBLY-673] - Add support for "delimiters" and
> >> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
> >>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
> >>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
> >>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
> >> paremeter instead as a component.
> >>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up
> console
> >> output
> >>     * [MASSEMBLY-710] - Fix RAT Report
> >>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
> >>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
> >>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
> >>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
> >>
> >> ** New Feature
> >>     * [MASSEMBLY-717] - Add an option to turn off project filters
> >>
> >> ** Wish
> >>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only
> >> supported)
> >>
> >> Enjoy,
> >>
> >> -The Apache Maven team
> >>
> >> ---------------------------------------------------------------------
> >> 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 Assembly Plugin 2.5 Released

Posted by Kristian Rosenvold <kr...@gmail.com>.
Yeah I just saw that, I'm working on it... ;)

K


2014-10-27 7:31 GMT+01:00 Anders Hammar <an...@hammar.net>:
> Kristian,
>
> The plugin's site says v2.6-SNAPSHOT.
>
> /Anders
>
> On Mon, Oct 27, 2014 at 5:50 AM, Kristian Rosenvold <
> kristian.rosenvold@zenior.no> wrote:
>
>> The Apache Maven team is pleased to announce the release of the
>> long-awaited Apache Maven Assembly Plugin, version 2.5.
>>
>> The Assembly Plugin for Maven is primarily intended to allow users to
>> aggregate
>> the project output along with its dependencies, modules, site
>> documentation,
>> and other files into a single distributable archive.
>>
>> Notable in this release is improved file attribute support and full
>> symlink support for java7+ users. Users of filtering/line ending
>> selection should also notice a nice performance improvement.  A large
>> number of bugs have also been fixed.
>>
>>
>> http://maven.apache.org/plugins/maven-assembly-plugin/
>>
>> You should specify the version in your project's plugin configuration:
>>
>> <plugin>
>>   <groupId>org.apache.maven.plugins</groupId>
>>   <artifactId>maven-assembly-plugin</artifactId>
>>   <version>2.5</version>
>> </plugin>
>>
>>
>> Release Notes - Maven Assembly Plugin - Version 2.5
>>
>>
>>
>> ** Bug
>>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
>> mode nor uid/gid
>>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and beyond
>>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
>> dependency sets
>>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file
>> permissions
>>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
>> assembled by maven-assembly-plugin
>>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
>> the zip forgets certain folders (or throws permission denied errors)
>> possibly because zip index is corrupted
>>     * [MASSEMBLY-563] - JAR entry not found when including jar
>> dependencies with "#" in classname
>>     * [MASSEMBLY-576] - addClasspath broken in new single goal
>>     * [MASSEMBLY-605] - Filtering does not work on files which are symlinks
>>     * [MASSEMBLY-615] - assembly:single fails with odd resource file name
>>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
>>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent
>> character
>>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using
>> fileSets
>>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
>> causes timestamps not to be preserved
>>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor
>> Fails
>>     * [MASSEMBLY-692] - Assembly ID is global
>>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
>> files are added to the assembly
>>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
>>
>>
>>
>> ** Improvement
>>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
>>     * [MASSEMBLY-530] - Allow configuration of encoding
>>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in assemblies
>>     * [MASSEMBLY-673] - Add support for "delimiters" and
>> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
>>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
>>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
>>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
>> paremeter instead as a component.
>>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up console
>> output
>>     * [MASSEMBLY-710] - Fix RAT Report
>>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
>>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
>>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
>>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
>>
>> ** New Feature
>>     * [MASSEMBLY-717] - Add an option to turn off project filters
>>
>> ** Wish
>>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only
>> supported)
>>
>> Enjoy,
>>
>> -The Apache Maven team
>>
>> ---------------------------------------------------------------------
>> 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 Assembly Plugin 2.5 Released

Posted by Anders Hammar <an...@hammar.net>.
Kristian,

The plugin's site says v2.6-SNAPSHOT.

/Anders

On Mon, Oct 27, 2014 at 5:50 AM, Kristian Rosenvold <
kristian.rosenvold@zenior.no> wrote:

> The Apache Maven team is pleased to announce the release of the
> long-awaited Apache Maven Assembly Plugin, version 2.5.
>
> The Assembly Plugin for Maven is primarily intended to allow users to
> aggregate
> the project output along with its dependencies, modules, site
> documentation,
> and other files into a single distributable archive.
>
> Notable in this release is improved file attribute support and full
> symlink support for java7+ users. Users of filtering/line ending
> selection should also notice a nice performance improvement.  A large
> number of bugs have also been fixed.
>
>
> http://maven.apache.org/plugins/maven-assembly-plugin/
>
> You should specify the version in your project's plugin configuration:
>
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-assembly-plugin</artifactId>
>   <version>2.5</version>
> </plugin>
>
>
> Release Notes - Maven Assembly Plugin - Version 2.5
>
>
>
> ** Bug
>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
> mode nor uid/gid
>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and beyond
>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
> dependency sets
>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file
> permissions
>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
> assembled by maven-assembly-plugin
>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
> the zip forgets certain folders (or throws permission denied errors)
> possibly because zip index is corrupted
>     * [MASSEMBLY-563] - JAR entry not found when including jar
> dependencies with "#" in classname
>     * [MASSEMBLY-576] - addClasspath broken in new single goal
>     * [MASSEMBLY-605] - Filtering does not work on files which are symlinks
>     * [MASSEMBLY-615] - assembly:single fails with odd resource file name
>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent
> character
>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using
> fileSets
>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
> causes timestamps not to be preserved
>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor
> Fails
>     * [MASSEMBLY-692] - Assembly ID is global
>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
> files are added to the assembly
>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
>
>
>
> ** Improvement
>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
>     * [MASSEMBLY-530] - Allow configuration of encoding
>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in assemblies
>     * [MASSEMBLY-673] - Add support for "delimiters" and
> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
> paremeter instead as a component.
>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up console
> output
>     * [MASSEMBLY-710] - Fix RAT Report
>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
>
> ** New Feature
>     * [MASSEMBLY-717] - Add an option to turn off project filters
>
> ** Wish
>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only
> supported)
>
> Enjoy,
>
> -The Apache Maven team
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

RE: [ANN] Apache Maven Assembly Plugin 2.5 Released

Posted by co...@wellsfargo.com.
This fixes the issue for me.

Thanks Kristian!

Cody Fyler
Lending Grid Build Team
G=Lending Grid Builds
(515) – 441 - 0814

-----Original Message-----
From: Kristian Rosenvold [mailto:krosenvold@apache.org] 
Sent: Wednesday, October 29, 2014 2:21 AM
To: Maven Users List
Cc: Maven Developers List
Subject: Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

AS can be seen from http://jira.codehaus.org/browse/MASSEMBLY-722,
this can be fixed for 2.5 by adding the following to your pom (these component updates are available in central):

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
...
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.3.3</version>
</dependency>
</dependencies>
</plugin>

Or alteranately you could give 2.6-SNAPSHOT (will be 2.5.1) a spin. I will await some feedback on this fix before I stage 2.5.1 for relase.

Kristian



2014-10-28 22:03 GMT+01:00 Kristian Rosenvold <kr...@apache.org>:
> Unfortunately filtering into tar/zip is broken 
> (http://jira.codehaus.org/browse/MASSEMBLY-722), and users of 
> filtering/line endings must use a previous version or wait for 2.5.1, 
> which will be released fairly soon.
>
> Kristian
>
>
> 2014-10-27 5:50 GMT+01:00 Kristian Rosenvold <kr...@zenior.no>:
>> The Apache Maven team is pleased to announce the release of the 
>> long-awaited Apache Maven Assembly Plugin, version 2.5.
>>
>> The Assembly Plugin for Maven is primarily intended to allow users to 
>> aggregate the project output along with its dependencies, modules, 
>> site documentation, and other files into a single distributable archive.
>>
>> Notable in this release is improved file attribute support and full 
>> symlink support for java7+ users. Users of filtering/line ending 
>> selection should also notice a nice performance improvement.  A large 
>> number of bugs have also been fixed.
>>
>>
>> http://maven.apache.org/plugins/maven-assembly-plugin/
>>
>> You should specify the version in your project's plugin configuration:
>>
>> <plugin>
>>   <groupId>org.apache.maven.plugins</groupId>
>>   <artifactId>maven-assembly-plugin</artifactId>
>>   <version>2.5</version>
>> </plugin>
>>
>>
>> Release Notes - Maven Assembly Plugin - Version 2.5
>>
>>
>>
>> ** Bug
>>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file 
>> mode nor uid/gid
>>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and beyond
>>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting 
>> dependency sets
>>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file 
>> permissions
>>     * [MASSEMBLY-543] - japanese filenames cannot be correctly 
>> assembled by maven-assembly-plugin
>>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting 
>> the zip forgets certain folders (or throws permission denied errors) 
>> possibly because zip index is corrupted
>>     * [MASSEMBLY-563] - JAR entry not found when including jar 
>> dependencies with "#" in classname
>>     * [MASSEMBLY-576] - addClasspath broken in new single goal
>>     * [MASSEMBLY-605] - Filtering does not work on files which are symlinks
>>     * [MASSEMBLY-615] - assembly:single fails with odd resource file name
>>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
>>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent character
>>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using fileSets
>>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet> 
>> causes timestamps not to be preserved
>>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor Fails
>>     * [MASSEMBLY-692] - Assembly ID is global
>>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate 
>> files are added to the assembly
>>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
>>
>>
>>
>> ** Improvement
>>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
>>     * [MASSEMBLY-530] - Allow configuration of encoding
>>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in assemblies
>>     * [MASSEMBLY-673] - Add support for "delimiters" and 
>> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
>>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
>>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
>>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a 
>> paremeter instead as a component.
>>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up console output
>>     * [MASSEMBLY-710] - Fix RAT Report
>>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
>>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
>>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
>>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
>>
>> ** New Feature
>>     * [MASSEMBLY-717] - Add an option to turn off project filters
>>
>> ** Wish
>>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only 
>> supported)
>>
>> 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 Assembly Plugin 2.5 Released

Posted by Kristian Rosenvold <kr...@apache.org>.
AS can be seen from http://jira.codehaus.org/browse/MASSEMBLY-722,
this can be fixed for 2.5 by adding the following to your pom (these
component updates are available in central):

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
...
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.3.3</version>
</dependency>
</dependencies>
</plugin>

Or alteranately you could give 2.6-SNAPSHOT (will be 2.5.1) a spin. I
will await some feedback on this fix before I stage 2.5.1 for relase.

Kristian



2014-10-28 22:03 GMT+01:00 Kristian Rosenvold <kr...@apache.org>:
> Unfortunately filtering into tar/zip is broken
> (http://jira.codehaus.org/browse/MASSEMBLY-722), and users of
> filtering/line endings must use a previous version or wait for 2.5.1,
> which will be released fairly soon.
>
> Kristian
>
>
> 2014-10-27 5:50 GMT+01:00 Kristian Rosenvold <kr...@zenior.no>:
>> The Apache Maven team is pleased to announce the release of the
>> long-awaited Apache Maven Assembly Plugin, version 2.5.
>>
>> The Assembly Plugin for Maven is primarily intended to allow users to aggregate
>> the project output along with its dependencies, modules, site documentation,
>> and other files into a single distributable archive.
>>
>> Notable in this release is improved file attribute support and full
>> symlink support for java7+ users. Users of filtering/line ending
>> selection should also notice a nice performance improvement.  A large
>> number of bugs have also been fixed.
>>
>>
>> http://maven.apache.org/plugins/maven-assembly-plugin/
>>
>> You should specify the version in your project's plugin configuration:
>>
>> <plugin>
>>   <groupId>org.apache.maven.plugins</groupId>
>>   <artifactId>maven-assembly-plugin</artifactId>
>>   <version>2.5</version>
>> </plugin>
>>
>>
>> Release Notes - Maven Assembly Plugin - Version 2.5
>>
>>
>>
>> ** Bug
>>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
>> mode nor uid/gid
>>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and beyond
>>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
>> dependency sets
>>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file
>> permissions
>>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
>> assembled by maven-assembly-plugin
>>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
>> the zip forgets certain folders (or throws permission denied errors)
>> possibly because zip index is corrupted
>>     * [MASSEMBLY-563] - JAR entry not found when including jar
>> dependencies with "#" in classname
>>     * [MASSEMBLY-576] - addClasspath broken in new single goal
>>     * [MASSEMBLY-605] - Filtering does not work on files which are symlinks
>>     * [MASSEMBLY-615] - assembly:single fails with odd resource file name
>>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
>>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent character
>>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using fileSets
>>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
>> causes timestamps not to be preserved
>>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor Fails
>>     * [MASSEMBLY-692] - Assembly ID is global
>>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
>> files are added to the assembly
>>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
>>
>>
>>
>> ** Improvement
>>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
>>     * [MASSEMBLY-530] - Allow configuration of encoding
>>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in assemblies
>>     * [MASSEMBLY-673] - Add support for "delimiters" and
>> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
>>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
>>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
>>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
>> paremeter instead as a component.
>>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up console output
>>     * [MASSEMBLY-710] - Fix RAT Report
>>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
>>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
>>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
>>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
>>
>> ** New Feature
>>     * [MASSEMBLY-717] - Add an option to turn off project filters
>>
>> ** Wish
>>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only supported)
>>
>> Enjoy,
>>
>> -The Apache Maven team

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


Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

Posted by Kristian Rosenvold <kr...@apache.org>.
AS can be seen from http://jira.codehaus.org/browse/MASSEMBLY-722,
this can be fixed for 2.5 by adding the following to your pom (these
component updates are available in central):

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
...
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.3.3</version>
</dependency>
</dependencies>
</plugin>

Or alteranately you could give 2.6-SNAPSHOT (will be 2.5.1) a spin. I
will await some feedback on this fix before I stage 2.5.1 for relase.

Kristian



2014-10-28 22:03 GMT+01:00 Kristian Rosenvold <kr...@apache.org>:
> Unfortunately filtering into tar/zip is broken
> (http://jira.codehaus.org/browse/MASSEMBLY-722), and users of
> filtering/line endings must use a previous version or wait for 2.5.1,
> which will be released fairly soon.
>
> Kristian
>
>
> 2014-10-27 5:50 GMT+01:00 Kristian Rosenvold <kr...@zenior.no>:
>> The Apache Maven team is pleased to announce the release of the
>> long-awaited Apache Maven Assembly Plugin, version 2.5.
>>
>> The Assembly Plugin for Maven is primarily intended to allow users to aggregate
>> the project output along with its dependencies, modules, site documentation,
>> and other files into a single distributable archive.
>>
>> Notable in this release is improved file attribute support and full
>> symlink support for java7+ users. Users of filtering/line ending
>> selection should also notice a nice performance improvement.  A large
>> number of bugs have also been fixed.
>>
>>
>> http://maven.apache.org/plugins/maven-assembly-plugin/
>>
>> You should specify the version in your project's plugin configuration:
>>
>> <plugin>
>>   <groupId>org.apache.maven.plugins</groupId>
>>   <artifactId>maven-assembly-plugin</artifactId>
>>   <version>2.5</version>
>> </plugin>
>>
>>
>> Release Notes - Maven Assembly Plugin - Version 2.5
>>
>>
>>
>> ** Bug
>>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
>> mode nor uid/gid
>>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and beyond
>>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
>> dependency sets
>>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file
>> permissions
>>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
>> assembled by maven-assembly-plugin
>>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
>> the zip forgets certain folders (or throws permission denied errors)
>> possibly because zip index is corrupted
>>     * [MASSEMBLY-563] - JAR entry not found when including jar
>> dependencies with "#" in classname
>>     * [MASSEMBLY-576] - addClasspath broken in new single goal
>>     * [MASSEMBLY-605] - Filtering does not work on files which are symlinks
>>     * [MASSEMBLY-615] - assembly:single fails with odd resource file name
>>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
>>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent character
>>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using fileSets
>>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
>> causes timestamps not to be preserved
>>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor Fails
>>     * [MASSEMBLY-692] - Assembly ID is global
>>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
>> files are added to the assembly
>>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
>>
>>
>>
>> ** Improvement
>>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
>>     * [MASSEMBLY-530] - Allow configuration of encoding
>>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in assemblies
>>     * [MASSEMBLY-673] - Add support for "delimiters" and
>> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
>>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
>>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
>>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
>> paremeter instead as a component.
>>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up console output
>>     * [MASSEMBLY-710] - Fix RAT Report
>>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
>>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
>>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
>>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
>>
>> ** New Feature
>>     * [MASSEMBLY-717] - Add an option to turn off project filters
>>
>> ** Wish
>>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only supported)
>>
>> 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 Assembly Plugin 2.5 Released

Posted by Kristian Rosenvold <kr...@apache.org>.
Unfortunately filtering into tar/zip is broken
(http://jira.codehaus.org/browse/MASSEMBLY-722), and users of
filtering/line endings must use a previous version or wait for 2.5.1,
which will be released fairly soon.

Kristian


2014-10-27 5:50 GMT+01:00 Kristian Rosenvold <kr...@zenior.no>:
> The Apache Maven team is pleased to announce the release of the
> long-awaited Apache Maven Assembly Plugin, version 2.5.
>
> The Assembly Plugin for Maven is primarily intended to allow users to aggregate
> the project output along with its dependencies, modules, site documentation,
> and other files into a single distributable archive.
>
> Notable in this release is improved file attribute support and full
> symlink support for java7+ users. Users of filtering/line ending
> selection should also notice a nice performance improvement.  A large
> number of bugs have also been fixed.
>
>
> http://maven.apache.org/plugins/maven-assembly-plugin/
>
> You should specify the version in your project's plugin configuration:
>
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-assembly-plugin</artifactId>
>   <version>2.5</version>
> </plugin>
>
>
> Release Notes - Maven Assembly Plugin - Version 2.5
>
>
>
> ** Bug
>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
> mode nor uid/gid
>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and beyond
>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
> dependency sets
>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file
> permissions
>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
> assembled by maven-assembly-plugin
>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
> the zip forgets certain folders (or throws permission denied errors)
> possibly because zip index is corrupted
>     * [MASSEMBLY-563] - JAR entry not found when including jar
> dependencies with "#" in classname
>     * [MASSEMBLY-576] - addClasspath broken in new single goal
>     * [MASSEMBLY-605] - Filtering does not work on files which are symlinks
>     * [MASSEMBLY-615] - assembly:single fails with odd resource file name
>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent character
>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using fileSets
>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
> causes timestamps not to be preserved
>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor Fails
>     * [MASSEMBLY-692] - Assembly ID is global
>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
> files are added to the assembly
>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
>
>
>
> ** Improvement
>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
>     * [MASSEMBLY-530] - Allow configuration of encoding
>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in assemblies
>     * [MASSEMBLY-673] - Add support for "delimiters" and
> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
> paremeter instead as a component.
>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up console output
>     * [MASSEMBLY-710] - Fix RAT Report
>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
>
> ** New Feature
>     * [MASSEMBLY-717] - Add an option to turn off project filters
>
> ** Wish
>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only supported)
>
> 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 Assembly Plugin 2.5 Released

Posted by Kristian Rosenvold <kr...@apache.org>.
Unfortunately filtering into tar/zip is broken
(http://jira.codehaus.org/browse/MASSEMBLY-722), and users of
filtering/line endings must use a previous version or wait for 2.5.1,
which will be released fairly soon.

Kristian


2014-10-27 5:50 GMT+01:00 Kristian Rosenvold <kr...@zenior.no>:
> The Apache Maven team is pleased to announce the release of the
> long-awaited Apache Maven Assembly Plugin, version 2.5.
>
> The Assembly Plugin for Maven is primarily intended to allow users to aggregate
> the project output along with its dependencies, modules, site documentation,
> and other files into a single distributable archive.
>
> Notable in this release is improved file attribute support and full
> symlink support for java7+ users. Users of filtering/line ending
> selection should also notice a nice performance improvement.  A large
> number of bugs have also been fixed.
>
>
> http://maven.apache.org/plugins/maven-assembly-plugin/
>
> You should specify the version in your project's plugin configuration:
>
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-assembly-plugin</artifactId>
>   <version>2.5</version>
> </plugin>
>
>
> Release Notes - Maven Assembly Plugin - Version 2.5
>
>
>
> ** Bug
>     * [MASSEMBLY-75] - Unpacked TAR dependencies do not preserve file
> mode nor uid/gid
>     * [MASSEMBLY-458] - Directory name resolution ignores "$" and beyond
>     * [MASSEMBLY-495] - Assembly changes timestamps when extracting
> dependency sets
>     * [MASSEMBLY-523] - Filtering causes a loss of original unix file
> permissions
>     * [MASSEMBLY-543] - japanese filenames cannot be correctly
> assembled by maven-assembly-plugin
>     * [MASSEMBLY-557] - Corrupted zip created by assembly: extracting
> the zip forgets certain folders (or throws permission denied errors)
> possibly because zip index is corrupted
>     * [MASSEMBLY-563] - JAR entry not found when including jar
> dependencies with "#" in classname
>     * [MASSEMBLY-576] - addClasspath broken in new single goal
>     * [MASSEMBLY-605] - Filtering does not work on files which are symlinks
>     * [MASSEMBLY-615] - assembly:single fails with odd resource file name
>     * [MASSEMBLY-622] - Unable to create "TAR" artifacts
>     * [MASSEMBLY-641] - Assembly fails on resource name with a percent character
>     * [MASSEMBLY-661] - Assembly plugin looses permissions when using fileSets
>     * [MASSEMBLY-670] - Specifying <lineEnding> option of <fileSet>
> causes timestamps not to be preserved
>     * [MASSEMBLY-684] - Parallel Execution w Custom Assembly Descriptor Fails
>     * [MASSEMBLY-692] - Assembly ID is global
>     * [MASSEMBLY-709] - When assembling a zip on windows duplicate
> files are added to the assembly
>     * [MASSEMBLY-721] - Failing ITs for Maven 2.2.1
>
>
>
> ** Improvement
>     * [MASSEMBLY-479] - Add option to generate Posix tar files.
>     * [MASSEMBLY-530] - Allow configuration of encoding
>     * [MASSEMBLY-638] - [PATCH] Support tgz and tbz2 formats in assemblies
>     * [MASSEMBLY-673] - Add support for "delimiters" and
> "useDefaultDelimiters" like the maven-resources-plugin 2.4 has
>     * [MASSEMBLY-688] - Use maven-invoker-plugin 1.9
>     * [MASSEMBLY-705] - Removed compatibility with Maven 2.0.X
>     * [MASSEMBLY-706] - MavenProject/MavenSession Injection as a
> paremeter instead as a component.
>     * [MASSEMBLY-707] - Remove unnecessary excludes / Cleaning up console output
>     * [MASSEMBLY-710] - Fix RAT Report
>     * [MASSEMBLY-712] - Update version of plexus-archiver to 2.5
>     * [MASSEMBLY-714] - Update version of plexus-archiver to 2.7.1
>     * [MASSEMBLY-716] - Update plexus-io from 2.0.9 to 2.3.2
>     * [MASSEMBLY-719] - Ugrade to plexus-interpolation 1.21
>
> ** New Feature
>     * [MASSEMBLY-717] - Add an option to turn off project filters
>
> ** Wish
>     * [MASSEMBLY-343] - add symbolic links managment (java7+ only supported)
>
> Enjoy,
>
> -The Apache Maven team

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