Hello Miso

Try this:

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>hibernate3-maven-plugin</artifactId>
        <version>2.0-SNAPSHOT</version>
        <configuration>
                <components>
                        <component>
                                <name>hbm2ddl</name>
        
<implementation>configuration</implementation>
                        </component>
                </components>
                <componentProperties>
                        <outputfilename>schema.sql</outputfilename>
                </componentProperties>
        </configuration>
</plugin>

Regards

Johann Reyes

-----Original Message-----
From: Michal Hlavac [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 09, 2007 4:23 AM
To: Maven Users List
Subject: Re: hibernate3-maven-plugin hbm2ddl always try to connect

Dňa St 7. Február 2007 Johann Reyes napísal:
> Hello Miso
>
> From where are you trying to create the schema.sql? from hbm.xml files or
> annotated classes?

from hbm.xml

miso



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to