If the front page mentions about  available examples currently under
src/it.  would it help?

-D

On Tue, Aug 30, 2011 at 11:23 PM, Karl Heinz Marbaise <[email protected]> wrote:
> Hi,
>
> i've taken a look onto the current page and the links on the front page
> (http://mojo.codehaus.org/hibernate3-maven-plugin/index.html) to the goals
> do not work.
>
> Furthermore i've looked into the description of the hbm2ddl goal. The
> current version of the plugin (2.2) i'm using has the following
> configuration block:
>   <executions>
>          <execution>
>            <id>hibernate-create-schema</id>
>            <phase>generate-test-sources</phase>
>            <goals>
>              <goal>hbm2ddl</goal>
>            </goals>
>            <configuration>
>              <components>
>                <component>
>                  <name>hbm2ddl</name>
>                <implementation>annotationconfiguration</implementation>
>                </component>
>              </components>
>              <componentProperties>
>
> <configurationfile>/src/test/resources/hibernate.cfg.xml</configurationfile>
>                <jdk5>true</jdk5>
>                <packagename>com.soebes.scms.bo</packagename>
>                <console>false</console>
>                <outputfilename>create.sql</outputfilename>
>                <drop>false</drop>
>                <create>true</create>
>                <update>false</update>
>                <export>false</export>
>                <format>true</format>
>              </componentProperties>
>            </configuration>
>          </execution>
>
> based on what i can see the new version changes completely. It would be nice
> to have a documentation about the changes in particular may be can you give
> some examples on the doc pages how to transfer to the newer version...from
> the older version...
>
>        <plugin>
>          <groupId>org.codehaus.mojo</groupId>
>          <artifactId>hibernate3-maven-plugin</artifactId>
>          <version>2.2</version>
>        </plugin>
>
>
> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to