Can maven treat WEB-INF\lib the way eclipse (and m2e) does?
问题 I have a servlet/jsp web project which runs fine on eclipse and is exported as war fine (once I clean it that is). I mavenized the project deleting all of the dependencies from the WEB-INF\lib folder except a homebrew jar (the output of another project in the workspace). When I run the package maven goal I get messages for missing classes from this jar: [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- #..... NOTICE THIS COMES FROM A CUSTOM JAR