I ran "mvn test -X > debug.txt" from the directory /space/source/helix which is my toplevel directory where my parent pom resides.

The interesting part comes here:

[DEBUG] Configuring mojo 'org.codehaus.mojo:hibernate3-maven-plugin:2.0-alpha-1:hbm2ddl' --> [DEBUG] (f) componentProperties = {drop=true, jdk5=true, propertyfile=target/classes/jdbc.properties, skip=null}
[DEBUG] (s) name = hbm2ddl
[DEBUG] (s) implementation = annotationconfiguration
[DEBUG] (f) components = [EMAIL PROTECTED]
[DEBUG] (f) project = [EMAIL PROTECTED]
[DEBUG] -- end configuration --
[INFO] [hibernate3:hbm2ddl {execution: default}]
[DEBUG] basedir: /space/sources/helix/core
[INFO] Configuration XML file loaded: /space/sources/helix/core/src/main/resources/hibernate.cfg.xml
[DEBUG] basedir: /space/sources/helix/core
[INFO] Configuration XML file loaded: /space/sources/helix/core/src/main/resources/hibernate.cfg.xml [INFO] Configuration Properties file loaded: /space/sources/helix/core/target/classes/jdbc.properties
drop table statistic if exists;
create table statistic (id integer generated by default as identity (start with 1), query varchar(255), date timestamp, hitCo
unt integer, primary key (id));

The basedir is ok, but nevertheless the hqsqldb .script and .properties files are created in the /space/source/helix dir... :-(



[EMAIL PROTECTED] schrieb:
Hello Jan

hmm can't see nothing wrong, can you run the plugin again with the -X option

mvn -X install > out.txt

from the parent pom and send me the output?

Regards

Johann Reyes

--------------------------------------------------------------------
mail2web LIVE – Free email based on Microsoft® Exchange technology -
http://link.mail2web.com/LIVE



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email



--
--------------------------------
Jan Lisse
F&E

neofonie GmbH
Robert-Koch-Platz 4
10115 Berlin
fon: +49.30 24627 533
fax: +49.30 24627 120

Handelsregister
Berlin-Charlottenburg: HRB 67460

Geschaeftsfuehrung
Helmut Hoffer von Ankershoffen
Nurhan Yildirim
--------------------------------



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to