Re: ear without libraries

2018-06-08 Thread Sartaj Hundal
Read the documentation

http://maven.apache.org/plugins/maven-ear-plugin/examples/excluding-files-from-ear.html

https://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html



On Fri, Jun 8, 2018, 12:58 PM Aitor Iturriondobeitia, 
wrote:

> hello
> i am trying to use the maven ear for building my ear but into the ear the
> lib directory must be without libraries but i cannot make it
> how must y use the ear pluging for exclude all dependencies ?
>
> thanks
>


Re: ear without libraries

2018-06-08 Thread Karl Heinz Marbaise

Hi,

Are you using skinnyWars option? Do you have dependencies in your ear 
project?


Can you show your pom file?

On 08/06/18 19:58, Aitor Iturriondobeitia wrote:

hello
i am trying to use the maven ear for building my ear but into the ear the
lib directory must be without libraries but i cannot make it
how must y use the ear pluging for exclude all dependencies ?

thanks




Kind regards
Karl Heinz Marbaise

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



ear without libraries

2018-06-08 Thread Aitor Iturriondobeitia
hello
i am trying to use the maven ear for building my ear but into the ear the
lib directory must be without libraries but i cannot make it
how must y use the ear pluging for exclude all dependencies ?

thanks