Hi, i'm using the hibernate3-maven-plugin to create my db schema before running some tests against it. I have a hsqldb using In-Process mode. I have a multi module maven project structure with a parent pom on the top level and several modules with child poms beneath it. Within one of my child poms i have configured the hibernate3-maven-plugin. When i call maven from within the child directory, the plugin generates the hsqldb files (.script and .properties) directly in the directory. When i invoke "mvn install" in the toplevel directory these files are generated in the toplevel directory and not in the child directory where i would expect them to be generated, as this is the place where the hibernate-plugin is defined. Is it a bug? I would be glad for any help!
Thx in advance, Jan --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
