Cannot find maven dependency, mysterious jar files
Posted
by natasha
on Stack Overflow
See other posts from Stack Overflow
or by natasha
Published on 2010-04-30T04:14:53Z
Indexed on
2010/04/30
4:27 UTC
Read the original article
Hit count: 306
maven
Hi,
I am trying to build a simple war file which has a few jsps. However I am coming across an odd issue, for some reason during the packaging maven is pulling 4 jar files into the WEB-INF/lib. I have trimmed down all the fat from the pom file, and have grepped for any references to these jars without any success. I cannot figure out where maven is pulling them from. I tried 'mvn dependency:build-classpath' and the classpath is empty. Please help, these jars are corrupt and I cannot deploy this war file because of them.
Thanks,
natasha
© Stack Overflow or respective owner