You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Stephane Nicoll <st...@gmail.com> on 2007/10/19 08:25:53 UTC

[vote] release maven war plugin 2.1-alpha-1

Hi,

I'd like to release maven war plugin 2.1-alpha-1. This version brings
a complete refactoring of the packaging as well as the overlay
mechanism. One can now specify the order in which overlays are applied
in a "first-win" strategy.

Since the codebase has changed a lot, I expect some regressions so
please test it on your projects.

The bits are available here:
http://people.apache.org/~snicoll/maven-staging/repo/org/apache/maven/plugins/maven-war-plugin/

Release Notes - Maven 2.x War Plugin - Version 2.1-alpha-1


** Bug
    * [MWAR-66] - No control over war overlay order
    * [MWAR-69] - Secondary artifacts aren't being attached
    * [MWAR-72] - Need ability to protect (or exclude) resource from
being destroyed during war overlay.
    * [MWAR-75] - Documentation bugs on
http://maven.apache.org/plugins/maven-war-plugin/usage.html
    * [MWAR-78] - War overlay can overwrite files in dependant war artifact
    * [MWAR-79] - <webResources> copy fails in a multi-project build
    * [MWAR-88] - typos in documentation
    * [MWAR-90] - Documentation has a typo.
    * [MWAR-91] - Dependency as type=test-jar and scope=compile not
included in WEB-INF/lib on packaging.
    * [MWAR-92] - Bad xml in sample documentation on website
    * [MWAR-122] - tests failing in trunk on windows
    * [MWAR-123] - filtering with @ is working randomly

** Improvement
    * [MWAR-104] - handle zip dependencies in war plugin
    * [MWAR-119] - Update plexus-utils to 1.2

** New Feature
    * [MWAR-93] - Add the ability to provide a mapping for libraries
copied in WEB-INF/lib (outputFileNameMapping)
    * [MWAR-97] - War plugin and Overlays handling

** Wish
    * [MWAR-76] - Allow Axis2 archives (.aar files) to be imported
into WEB-INF/services directory

Vote opens for 72 hours.

My +1

Thanks,
Stéphane



-- 
Large Systems Suck: This rule is 100% transitive. If you build one,
you suck" -- S.Yegge

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


Re: [vote] release maven war plugin 2.1-alpha-1

Posted by Piotr Tabor <pt...@newitech.com>.
Tested it in some projects.

+1 [not-binding]

Thank you,
Piotr

Stephane Nicoll pisze:
> Hi,
>
> I'd like to release maven war plugin 2.1-alpha-1. This version brings
> a complete refactoring of the packaging as well as the overlay
> mechanism. One can now specify the order in which overlays are applied
> in a "first-win" strategy.
>
> Since the codebase has changed a lot, I expect some regressions so
> please test it on your projects.
>
> The bits are available here:
> http://people.apache.org/~snicoll/maven-staging/repo/org/apache/maven/plugins/maven-war-plugin/
>
> Release Notes - Maven 2.x War Plugin - Version 2.1-alpha-1
>
>
> ** Bug
>     * [MWAR-66] - No control over war overlay order
>     * [MWAR-69] - Secondary artifacts aren't being attached
>     * [MWAR-72] - Need ability to protect (or exclude) resource from
> being destroyed during war overlay.
>     * [MWAR-75] - Documentation bugs on
> http://maven.apache.org/plugins/maven-war-plugin/usage.html
>     * [MWAR-78] - War overlay can overwrite files in dependant war artifact
>     * [MWAR-79] - <webResources> copy fails in a multi-project build
>     * [MWAR-88] - typos in documentation
>     * [MWAR-90] - Documentation has a typo.
>     * [MWAR-91] - Dependency as type=test-jar and scope=compile not
> included in WEB-INF/lib on packaging.
>     * [MWAR-92] - Bad xml in sample documentation on website
>     * [MWAR-122] - tests failing in trunk on windows
>     * [MWAR-123] - filtering with @ is working randomly
>
> ** Improvement
>     * [MWAR-104] - handle zip dependencies in war plugin
>     * [MWAR-119] - Update plexus-utils to 1.2
>
> ** New Feature
>     * [MWAR-93] - Add the ability to provide a mapping for libraries
> copied in WEB-INF/lib (outputFileNameMapping)
>     * [MWAR-97] - War plugin and Overlays handling
>
> ** Wish
>     * [MWAR-76] - Allow Axis2 archives (.aar files) to be imported
> into WEB-INF/services directory
>
> Vote opens for 72 hours.
>
> My +1
>
> Thanks,
> Stéphane
>
>
>
>   


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


Re: [vote] release maven war plugin 2.1-alpha-1

Posted by Vincent Siveton <vi...@gmail.com>.
Good work!
+1

Vincent

2007/10/19, Stephane Nicoll <st...@gmail.com>:
> Hi,
>
> I'd like to release maven war plugin 2.1-alpha-1. This version brings
> a complete refactoring of the packaging as well as the overlay
> mechanism. One can now specify the order in which overlays are applied
> in a "first-win" strategy.
>
> Since the codebase has changed a lot, I expect some regressions so
> please test it on your projects.
>
> The bits are available here:
> http://people.apache.org/~snicoll/maven-staging/repo/org/apache/maven/plugins/maven-war-plugin/
>
> Release Notes - Maven 2.x War Plugin - Version 2.1-alpha-1
>
>
> ** Bug
>     * [MWAR-66] - No control over war overlay order
>     * [MWAR-69] - Secondary artifacts aren't being attached
>     * [MWAR-72] - Need ability to protect (or exclude) resource from
> being destroyed during war overlay.
>     * [MWAR-75] - Documentation bugs on
> http://maven.apache.org/plugins/maven-war-plugin/usage.html
>     * [MWAR-78] - War overlay can overwrite files in dependant war artifact
>     * [MWAR-79] - <webResources> copy fails in a multi-project build
>     * [MWAR-88] - typos in documentation
>     * [MWAR-90] - Documentation has a typo.
>     * [MWAR-91] - Dependency as type=test-jar and scope=compile not
> included in WEB-INF/lib on packaging.
>     * [MWAR-92] - Bad xml in sample documentation on website
>     * [MWAR-122] - tests failing in trunk on windows
>     * [MWAR-123] - filtering with @ is working randomly
>
> ** Improvement
>     * [MWAR-104] - handle zip dependencies in war plugin
>     * [MWAR-119] - Update plexus-utils to 1.2
>
> ** New Feature
>     * [MWAR-93] - Add the ability to provide a mapping for libraries
> copied in WEB-INF/lib (outputFileNameMapping)
>     * [MWAR-97] - War plugin and Overlays handling
>
> ** Wish
>     * [MWAR-76] - Allow Axis2 archives (.aar files) to be imported
> into WEB-INF/services directory
>
> Vote opens for 72 hours.
>
> My +1
>
> Thanks,
> Stéphane
>
>
>
> --
> Large Systems Suck: This rule is 100% transitive. If you build one,
> you suck" -- S.Yegge
>
> ---------------------------------------------------------------------
> 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: [vote] release maven war plugin 2.1-alpha-1

Posted by Mauro Talevi <ma...@aquilonia.org>.
+1


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


RE: [vote] release maven war plugin 2.1-alpha-1

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
+1

-----Original Message-----
From: Stephane Nicoll [mailto:stephane.nicoll@gmail.com] 
Sent: Saturday, October 20, 2007 3:44 AM
To: Maven Developers List
Subject: Re: [vote] release maven war plugin 2.1-alpha-1

It's an alpha so apparently this should not matter. I'll spare some
times in the next few weeks to address the blocking issues that would
be raised.

I'll wait till Monday evening.

Stéphane

On 10/20/07, Tomasz Pik <to...@gmail.com> wrote:
> On 10/19/07, Stephane Nicoll <st...@gmail.com> wrote:
> > Hi,
> >
> > I'd like to release maven war plugin 2.1-alpha-1. This version brings
> > a complete refactoring of the packaging as well as the overlay
> > mechanism. One can now specify the order in which overlays are applied
> > in a "first-win" strategy.
>
> non-binding +1
> I've compiled some projects and didn't encounter problems.
>
> Thanks,
> Tomek
>
> PS I'd suggest extend 72 hours vote window because of weekend.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
Large Systems Suck: This rule is 100% transitive. If you build one,
you suck" -- S.Yegge

---------------------------------------------------------------------
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: [vote] release maven war plugin 2.1-alpha-1

Posted by Stephane Nicoll <st...@gmail.com>.
It's an alpha so apparently this should not matter. I'll spare some
times in the next few weeks to address the blocking issues that would
be raised.

I'll wait till Monday evening.

Stéphane

On 10/20/07, Tomasz Pik <to...@gmail.com> wrote:
> On 10/19/07, Stephane Nicoll <st...@gmail.com> wrote:
> > Hi,
> >
> > I'd like to release maven war plugin 2.1-alpha-1. This version brings
> > a complete refactoring of the packaging as well as the overlay
> > mechanism. One can now specify the order in which overlays are applied
> > in a "first-win" strategy.
>
> non-binding +1
> I've compiled some projects and didn't encounter problems.
>
> Thanks,
> Tomek
>
> PS I'd suggest extend 72 hours vote window because of weekend.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
Large Systems Suck: This rule is 100% transitive. If you build one,
you suck" -- S.Yegge

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


Re: [vote] release maven war plugin 2.1-alpha-1

Posted by Tomasz Pik <to...@gmail.com>.
On 10/19/07, Stephane Nicoll <st...@gmail.com> wrote:
> Hi,
>
> I'd like to release maven war plugin 2.1-alpha-1. This version brings
> a complete refactoring of the packaging as well as the overlay
> mechanism. One can now specify the order in which overlays are applied
> in a "first-win" strategy.

non-binding +1
I've compiled some projects and didn't encounter problems.

Thanks,
Tomek

PS I'd suggest extend 72 hours vote window because of weekend.

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


Re: [vote] release maven war plugin 2.1-alpha-1

Posted by John Casey <jd...@commonjava.org>.
+1

-john

On Oct 19, 2007, at 2:25 AM, Stephane Nicoll wrote:

> Hi,
>
> I'd like to release maven war plugin 2.1-alpha-1. This version brings
> a complete refactoring of the packaging as well as the overlay
> mechanism. One can now specify the order in which overlays are applied
> in a "first-win" strategy.
>
> Since the codebase has changed a lot, I expect some regressions so
> please test it on your projects.
>
> The bits are available here:
> http://people.apache.org/~snicoll/maven-staging/repo/org/apache/ 
> maven/plugins/maven-war-plugin/
>
> Release Notes - Maven 2.x War Plugin - Version 2.1-alpha-1
>
>
> ** Bug
>     * [MWAR-66] - No control over war overlay order
>     * [MWAR-69] - Secondary artifacts aren't being attached
>     * [MWAR-72] - Need ability to protect (or exclude) resource from
> being destroyed during war overlay.
>     * [MWAR-75] - Documentation bugs on
> http://maven.apache.org/plugins/maven-war-plugin/usage.html
>     * [MWAR-78] - War overlay can overwrite files in dependant war  
> artifact
>     * [MWAR-79] - <webResources> copy fails in a multi-project build
>     * [MWAR-88] - typos in documentation
>     * [MWAR-90] - Documentation has a typo.
>     * [MWAR-91] - Dependency as type=test-jar and scope=compile not
> included in WEB-INF/lib on packaging.
>     * [MWAR-92] - Bad xml in sample documentation on website
>     * [MWAR-122] - tests failing in trunk on windows
>     * [MWAR-123] - filtering with @ is working randomly
>
> ** Improvement
>     * [MWAR-104] - handle zip dependencies in war plugin
>     * [MWAR-119] - Update plexus-utils to 1.2
>
> ** New Feature
>     * [MWAR-93] - Add the ability to provide a mapping for libraries
> copied in WEB-INF/lib (outputFileNameMapping)
>     * [MWAR-97] - War plugin and Overlays handling
>
> ** Wish
>     * [MWAR-76] - Allow Axis2 archives (.aar files) to be imported
> into WEB-INF/services directory
>
> Vote opens for 72 hours.
>
> My +1
>
> Thanks,
> Stéphane
>
>
>
> -- 
> Large Systems Suck: This rule is 100% transitive. If you build one,
> you suck" -- S.Yegge
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---
John Casey
Committer and PMC Member, Apache Maven
mail: jdcasey at commonjava dot org
blog: http://www.ejlife.net/blogs/john
rss: http://feeds.feedburner.com/ejlife/john



Re: [vote] release maven war plugin 2.1-alpha-1

Posted by olivier lamy <ol...@apache.org>.
+1

--
Olivier

2007/10/19, Stephane Nicoll <st...@gmail.com>:
>
> Hi,
>
> I'd like to release maven war plugin 2.1-alpha-1. This version brings
> a complete refactoring of the packaging as well as the overlay
> mechanism. One can now specify the order in which overlays are applied
> in a "first-win" strategy.
>
> Since the codebase has changed a lot, I expect some regressions so
> please test it on your projects.
>
> The bits are available here:
>
> http://people.apache.org/~snicoll/maven-staging/repo/org/apache/maven/plugins/maven-war-plugin/
>
> Release Notes - Maven 2.x War Plugin - Version 2.1-alpha-1
>
>
> ** Bug
>     * [MWAR-66] - No control over war overlay order
>     * [MWAR-69] - Secondary artifacts aren't being attached
>     * [MWAR-72] - Need ability to protect (or exclude) resource from
> being destroyed during war overlay.
>     * [MWAR-75] - Documentation bugs on
> http://maven.apache.org/plugins/maven-war-plugin/usage.html
>     * [MWAR-78] - War overlay can overwrite files in dependant war
> artifact
>     * [MWAR-79] - <webResources> copy fails in a multi-project build
>     * [MWAR-88] - typos in documentation
>     * [MWAR-90] - Documentation has a typo.
>     * [MWAR-91] - Dependency as type=test-jar and scope=compile not
> included in WEB-INF/lib on packaging.
>     * [MWAR-92] - Bad xml in sample documentation on website
>     * [MWAR-122] - tests failing in trunk on windows
>     * [MWAR-123] - filtering with @ is working randomly
>
> ** Improvement
>     * [MWAR-104] - handle zip dependencies in war plugin
>     * [MWAR-119] - Update plexus-utils to 1.2
>
> ** New Feature
>     * [MWAR-93] - Add the ability to provide a mapping for libraries
> copied in WEB-INF/lib (outputFileNameMapping)
>     * [MWAR-97] - War plugin and Overlays handling
>
> ** Wish
>     * [MWAR-76] - Allow Axis2 archives (.aar files) to be imported
> into WEB-INF/services directory
>
> Vote opens for 72 hours.
>
> My +1
>
> Thanks,
> Stéphane
>
>
>
> --
> Large Systems Suck: This rule is 100% transitive. If you build one,
> you suck" -- S.Yegge
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
Olivier