|
[
Permalink
| « Hide
]
Rob van Oostrum added a comment - 25/Feb/07 09:19 PM
Scratch that last paragraph. There's a hibernate.cfg.xml in core/src/main/resources when you create the project with the latest archetype.
Matt Raible made changes - 26/Feb/07 03:30 PM
Matt Raible made changes - 26/Feb/07 03:31 PM
Added the following to all archetypes:
<plugin> <artifactId>maven-war-plugin</artifactId> <version>2.0.2</version> <configuration> <dependentWarExcludes>**/hibernate.cfg.xml,WEB-INF/classes/META-INF/**</dependentWarExcludes> </configuration> </plugin>
Matt Raible made changes - 27/Feb/07 01:53 AM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||