All, I've updated the structure of my projects that depend on one another to the structure as proposed in the better builds with maven book.
The one problem I have with this way of building is the link to the parent project: <parent> <groupId>wicket</groupId> <artifactId>wicket-parent</artifactId> <version>1.2-SNAPSHOT</version> </parent> Now I have to update all projects to perform a release of say version 1.2.1. Or is there a better way? BTW. All projects use snapshot dependencies as adviced earlier on this mailinglist. Martijn -- Download Wicket 1.2 now! Write Ajax applications without touching JavaScript! -- http://wicketframework.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
