many "META-INF/ already added, skipping" warnings when building assembly
Posted
by
Tchick
on Stack Overflow
See other posts from Stack Overflow
or by Tchick
Published on 2010-08-11T09:44:46Z
Indexed on
2010/12/27
6:54 UTC
Read the original article
Hit count: 270
maven-2
|maven-assembly-plugin
Hi,
when building a jar-with-dependencies with the assembly plugin, I get many, many messages like this:
META-INF/ already added, skipping
It seems to mee, that maven is warning me, that I already have a META-INF in my to-be-created jar, and therefore the META-INF of the to-be-included dependant jar file is not included in my to-be-created jar. Well, this is exactly what I want, and I want to ged rid of those messages. Is there a way to achieve this?
Regards, Martin.
© Stack Overflow or respective owner