HI, I use maven-war-plugin to deploy the war and use maven-jar-plugin to deploy the jar for the same project,the project is distributed deployed ,and I use jboss for the server,I want to deploy the 3th party jar in the directory %JBOSS_HOME%server\ProjectName\lib, and I don't want there is still a WEB-INF/lib directory in the war,because it will breeds strife.How can I do?
- How to deploy a war which is not includes directory WEB-INF/... sam
