I already did some EJB3/JSF projects and know how to deploy them as EAR on
JBoss. To do this i used 3 projects in Eclipse (EAR project,
JSF project and EJB3 project). Now i would like to start with
maven. I am very new to this and wonder if its possible with maven to deploy ONLY the JSF or the
EJB part without having to deploy the whole EAR file. Reason is that it could be that only web changes took effect, but the EJB is already finished. In my concrete case I am planning to get some web developer and I only want him to be allowed to checkout the JSF project and deploy that part into the JBOSS without having to deploy EJB and without having access to that EJB project source code. I guess a JAR of the EJB project should be enough for the JSF module / this web developer. But how is this setup in Eclipse / Maven2 using standard Spring 3?