Hi Allan/Mouli,

My experience is that if we have scope as provided then these files don't
get included in the classpath entry of MANIFEST.MF file.

try this,

             <groupId>flexpub</groupId>
            <artifactId>flexpubcontroller</artifactId>
            <optional>true</optional>

this works well.

Thanks,
Sanjay
On 1/26/06, Allan Ramirez <[EMAIL PROTECTED]> wrote:
>
> Hi Mouli,
>
> Set the scope of those dependency to "provided".
>
> -allan
>
> Mouli wrote:
>
> >I am trying to build a web app with maven2.
> >
> >the WEB-INF/lib includes all the jar (fromt the dependency list).  I have
> >tried the <excludes> tag but some how it doesn't seem to accept comma
> >separated values (eg
> ><excludes>WEB-INF/lib/xdoclet*.jar,WEB-INF/lib/servlet*.jar</excludes>).
> >
> >It works fine if the excludes tag has only one value (eg:
> ><excludes>WEB-INF/lib/xdoclet*.jar</excludes>)
> >
> >Is there something different to be done?
> >
> >Regards,
> >mouli
> >
> >
> >
> >------------------------------------------------------------------------
> >
> >No virus found in this incoming message.
> >Checked by AVG Free Edition.
> >Version: 7.1.375 / Virus Database: 267.14.23/240 - Release Date:
> 1/25/2006
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to