We are in the process of converting our project from Ant based built to Maven one. Till now we were using weblogic split directory structure for the devlopment. As in that we do not need to make the ear/war for every little changes. How to do this with Maven.
If split is not directly possible then can we have a exploded directory structure.Or any other way to avoid making ear/war everytime. We also want this option for working on JSP's . As we generally deploy from the exploded/split directory so any changes done in the jsp are immediatly reflected. Any suggestion on achieving this would be helpful. -- Chetan Mehrotra
