Re: Problem with maven-war-plugin

2010-10-28 Thread Vincent Latombe
Marcin Trościańczyk > > > Hi, > > > > I have a problem with maven-war-plugin version 2.1. Below, I paste build > > section fragment from my pom.xml: > > > > > > > > > >org.apache.maven.plugins > &

Re: Problem with maven-war-plugin

2010-10-28 Thread John Singleton
It appears this was fixed in version 2.2 of m-w-p, try updating. http://jira.codehaus.org/browse/MWAR-235 Cheers, John 2010/10/28 Marcin Trościańczyk > Hi, > > I have a problem with maven-war-plugin version 2.1. Below, I paste build > section fragment fro

Re: Problem with maven-war-plugin

2010-10-28 Thread Antonio Petrelli
2010/10/28 Marcin Trościańczyk : > Unfotunetly, generated artifact (war) contains two web.xml. When I use > maven-war-plugin version 2.0.1 all works fine (generated war archive > contains one web.xml). How can I solve this problem. This is strange, do you see two WEB-INF/web.xml entries in the war

Problem with maven-war-plugin

2010-10-28 Thread Marcin Trościańczyk
Hi, I have a problem with maven-war-plugin version 2.1. Below, I paste build section fragment from my pom.xml: org.apache.maven.plugins maven-compiler-plugin 1.6 1.6 org.apache.maven.plugins

Re: Problem with maven-war-plugin in 1.1b2?

2005-09-22 Thread Brett Porter
It's a warning you can ignore. I've just fixed it in SVN. - Brett On 9/23/05, Tim Dysinger <[EMAIL PROTECTED]> wrote: > Tag library requested that is not present: 'caller' in plugin: > 'maven-war-plugin-1.6.1' > > Keeps coming up in my multiproject setup when building using: > > `maven -o -Dgoal=

Problem with maven-war-plugin in 1.1b2?

2005-09-22 Thread Tim Dysinger
Tag library requested that is not present: 'caller' in plugin: 'maven-war-plugin-1.6.1' Keeps coming up in my multiproject setup when building using: `maven -o -Dgoal=install multiproject:goal` What's wrong? Anybody know? -Tim