Hi, I just want to know if there is a recommended way to layout RMI projects in maven. RMI projects have a remote interface that both the server and the client need access to.
Should I create a maven project just for the remote interface and both client and server maven projects depend on this remote interface module? Or is there a better way than that? Or should I put the server classes and the remote interfaces in one single maven project (SR) and use the rmi goals found in the rmi plugin.. such that only the client maven project depends on this SR project. -- Thanks,
