I'm experiencing something that obviously shouldn't be happening but I can't
figure out why.  I realized my war was getting loaded up with all sorts of
jars that shouldn't be there.  Even Ant!  To debug maven, I know to use "-X"
and so I do that to view the dependency tree get resolved... and my
exclusions were effective since that part of the output did not show any
output at all for jars I explicitly excluded.  Then...  when the war is
being packed, I see:
[DEBUG] adding entry WEB-INF/lib/commons-logging-1.1.jar
and many other jars.  The only occurrence of "common-logging" in the output
of "mvn -X package" is right there.

Am I missing something?
-- 
View this message in context: 
http://www.nabble.com/war-including-excluded-transitive-jars-tf1960799.html#a5379154
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to