Darryl Miles [
http://community.jboss.org/people/dlmiles] created the discussion
"Re: Maven - WEB-INF/lib libraries"
To view the discussion, visit:
http://community.jboss.org/message/594200#594200
--------------------------------------------------------------
With regards to webappDirectory the default project layout with Maven for a WAR is to have
src/main/webapp/WEB-INF/lib with src/main/webapp being your top level directory. The
WebContent/ is an ECLIPSEism. Now it woule be good if the Maven plugin for Eclipse (m2e)
could relocate (virtually) and link the src/main/webapp tree back at the top level of the
project for easy access, like Java Source folders do.
So if you are messing with the webappDirectory setting (by removing it) in
maven-war-plugin then be aware of the defaults.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/594200#594200]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]