hello,
I have plugin descriptor:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>hibernate3-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
<configuration>
<componentProperties>
<outputfilename>schema.sql</outputfilename>
</componentProperties>
</configuration>
</plugin>but when I call mvn compile hibernate3:hbm2ddl it try to connect to database... But I need only create schema.sql file... thanks, miso
smime.p7s
Description: S/MIME cryptographic signature
