> I wonder if it is possible to refere to the parent pom.xml only. > Tried several things, but - as I'm a newbee - did not get through.
No. You must specify all 3 (or 4) directly, unless there are transitive dependencies from one to another. You would need to look in the various poms to see about transitive deps (eg if -client or -server depends on -common). Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
