You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kees de Kooter <kd...@gmail.com> on 2005/10/07 15:52:10 UTC

[m2] How can I exclude specific jars from the war

[m2] How can I exclude specific jars from the war

thanks
--
Kees de Kooter
Boplicity Software
tel +31 10 2427171
web http://www.boplicity.nl

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


Re: [m2] How can I exclude specific jars from the war

Posted by Stephen Duncan <st...@gmail.com>.
Specify the dependency with <scope>provided</scope>

-Stephen

On 10/7/05, Kees de Kooter <kd...@gmail.com> wrote:
> [m2] How can I exclude specific jars from the war
>
> thanks
> --
> Kees de Kooter
> Boplicity Software
> tel +31 10 2427171
> web http://www.boplicity.nl
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


--
Stephen Duncan Jr
www.stephenduncanjr.com

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


Re: [m2] How can I exclude specific jars from the war

Posted by Kees de Kooter <kd...@gmail.com>.
thanx guys

On 10/7/05, Jesse McConnell <je...@gmail.com> wrote:
> <scope>provided</scope>
>
>  in the dependency declaration in the pom.xml
>
>  if it is still coming in that you have a dependency that is requiring it in
> and you need to track down that reference in it's pom.xml
>
> On 10/7/05, Kees de Kooter <kdekooter@gmail.com > wrote:
> >
> > [m2] How can I exclude specific jars from the war
> >
> > thanks
> > --
> > Kees de Kooter
> > Boplicity Software
> > tel +31 10 2427171
> > web http://www.boplicity.nl
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>
>
> --
> jesse mcconnell


--
Kees de Kooter
Boplicity Software
tel +31 10 2427171
web http://www.boplicity.nl

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


Re: [m2] How can I exclude specific jars from the war

Posted by Jesse McConnell <je...@gmail.com>.
<scope>provided</scope>

in the dependency declaration in the pom.xml

if it is still coming in that you have a dependency that is requiring it in
and you need to track down that reference in it's pom.xml

On 10/7/05, Kees de Kooter <kd...@gmail.com> wrote:
>
> [m2] How can I exclude specific jars from the war
>
> thanks
> --
> Kees de Kooter
> Boplicity Software
> tel +31 10 2427171
> web http://www.boplicity.nl
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


--
jesse mcconnell