Hi all, I have a web-app configured with a pom.xml. This web-app relies on another maven module that produce a jar file. When i check the produced jar file size it is 8Ko. When i check this same jar file in my /lib web application, it is 5Ko.
A bunch of classes are simply ignored when the jar file reaches my /lib directory, causing ClassNotFoundException when running the web application. Why is my jar trimmed ?
