I found can do it this way. I created a empty web project, add all the external JARs I need. Then back to original web project, in the deployment assembly, add the empty project. After i export to war file, I can see the external JARs are in WEB-INF/lib. But at the same time I saw my empty project.WAR is there as well.... I think there should be a better way in 3.6 does same thing as in the old version option '
Java EE module dependency'... Anyone know how to do it?
jacky