Hi,
you haven't defined an execution for the PlugIN.
<executions>
<execution>
<id>hbm2ddl</id>
<phase>process-classes</phase>
<goals>
<goal>hbm2ddl</goal>
</goals>
</execution>
</executions>
<componentProperties>
<create>true</create>
<drop>false</drop>
<export>false</export>
<configurationfile>/target/classes/persistence.xml</configurationfile>
In my opinion this should be changed...
to the given persistence.xml file...
Here is the persistence.xml founf in src/main/resources as well as
target/classes:
<configurationfile>${basedir}/src/main/resources/persistence.xml</configurationfile>...
Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen http://www.soebes.de
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]