Re: Maven ear,jar and war packaging

2015-09-13 Thread Wayne Fay
Not sure how you plan on packaging jars in another jar. That is not
allowed per the jar spec, as far as I'm aware. What are you actually
doing here?

As for packaging only certain jars in an ear or war, that is
controlled by the scope for the dependency declared in your pom. This
is standard, built-in functionality of Maven and already well
documented online if you spend 5 minutes looking for it and reading.

Wayne

On Fri, Sep 11, 2015 at 10:32 PM, aalok singhvi  wrote:
> hello,
>
> I have a project where i want to package certain jars only in an ear , jar
> or war .
> Any suggestion and best practices.
>
> Any useful links will really help.
>
> Thanks
>
> --
> Aalok Singhvi

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



Maven ear,jar and war packaging

2015-09-11 Thread aalok singhvi
hello,

I have a project where i want to package certain jars only in an ear , jar
or war .
Any suggestion and best practices.

Any useful links will really help.

Thanks

-- 
Aalok Singhvi