I know Maven well, but I usually work with Netbeans, which simplifies the deployment of Java EE applications - and handles the hot deployment of any changes.
The team I'm working with now uses Eclipse as their IDE of choice, but none of them have worked with Maven projects before; so I need to know how to properly add the face of an Eclipse project to the maven projects that we have in order to support (hot) deployment via WTP. We are using Weblogic 12c for this particular project.
Our project layout is as simple as it is:
super-project (pom)
project-ear (pom)
project-ejb (pom)
project-web (pom)
Thanks for any resource you can point me to.
source
share