Re: Maven 2.1.0 regression with war plugin

2009-03-25 Thread Stephane Nicoll
Nicolas, You can disable the caching system and it will work. This is still an alpha/beta feature (hence the reason why I was reluctant to call it 2.1 when we cast the war plugin vote) See http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#useCache I'll try to find some time to

Re: Maven 2.1.0 regression with war plugin

2009-03-25 Thread nicolas de loof
Hi here is a more detailled trace building the webapp with 2.1-beta-1 : plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.1-beta-1/version configuration warNamebios-pdc/warName

Re: Maven 2.1.0 regression with war plugin

2009-03-25 Thread Stephane Nicoll
Is there a Jira issue for this? If not, can you create one? Thanks, Stéphane On Wed, Mar 25, 2009 at 8:36 AM, nicolas de loof nicolas.del...@gmail.comwrote: Hi here is a more detailled trace building the webapp with 2.1-beta-1 : plugins plugin

Re: Maven 2.1.0 regression with war plugin

2009-03-25 Thread nicolas de loof
MWAR-187 On Wed, Mar 25, 2009 at 9:40 AM, Stephane Nicoll stephane.nic...@gmail.comwrote: Is there a Jira issue for this? If not, can you create one? Thanks, Stéphane On Wed, Mar 25, 2009 at 8:36 AM, nicolas de loof nicolas.del...@gmail.comwrote: Hi here is a more detailled trace

Maven 2.1.0 regression with war plugin

2009-03-24 Thread nicolas de loof
Hi, my build doesn't work anymore with Maven 2.1.0. The maven-war-plugin in version 2.1-* fails with : [INFO] Packaging webapp [INFO] [ERROR] FATAL ERROR [INFO]

Re: Maven 2.1.0 regression with war plugin

2009-03-24 Thread Dennis Lundberg
Can you please provide more information, version environment etc. Also a stacktrace or debug log. One of my personal webapps builds fine using Maven 2.1.0 and Maven WAR Plugin 2.1-beta-1. mvn --version Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100) Java version: 1.4.2_18 Java home:

Re: Maven 2.1.0 regression with war plugin

2009-03-24 Thread Jörg Schaible
nicolas de loof wrote at Dienstag, 24. März 2009 17:00: Hi, my build doesn't work anymore with Maven 2.1.0. The maven-war-plugin in version 2.1-* fails with : Did you try the latest one released two days ago (2.0-beta-1) ? - Jörg

Re: Maven 2.1.0 regression with war plugin

2009-03-24 Thread Henri Gomez
Not really related, but what about 'un etat de l'art' of the plugins to be used with maven 2.1.0 ? I could see in the 'embedded master pom' : pluginManagement plugins plugin artifactIdmaven-antrun-plugin/artifactId version1.3/version /plugin

Re: Maven 2.1.0 regression with war plugin

2009-03-24 Thread Jörg Schaible
Henri Gomez wrote: Not really related, but what about 'un etat de l'art' of the plugins to be used with maven 2.1.0 ? [snip] This list is only there to guarantee a reproduceable build if you do not yourself take the task to pin down the plugin versions. Actually I think most long time Maven