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
> &
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
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
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
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=
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