Hi Michal

Try adding this to your configuration:

<export>false</export>

I think it will still try to connect to the database (you always need
a live connection) but i won't execute the generated statements
against the database.

Alejandro.

On 2/11/07, Michal Hlavac <[EMAIL PROTECTED]> wrote:
Dňa Pi 9. Február 2007 Johann Reyes napísal:
> 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>
>

hello Johann,

without changes... still connecting to database...

m.


Reply via email to