Hi I've heard that some of you guys knows about this.. So how could I create a maven archetype which generates a project with this structure:
Project Folder | |-- domain Folder (project that will contain a dummy domain class annotated with JPA, plus the pom.xml) |---pom.xml |---src |-- web Folder (will contain the simple web application) |---pom.xml |---src |-pom.xml I've only seen examples on howto create a single folder/project at a time.. As you've might have guessed this is for the comming wicket-spring-jpa-hibernate maven archetypes... regards Nino _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
