Goal ist written as hbm2dll instead of hbm2ddl in outputDirectoryConfiguration 
and Documentation
------------------------------------------------------------------------------------------------

                 Key: MPHIBERNATE-18
                 URL: http://jira.codehaus.org/browse/MPHIBERNATE-18
             Project: maven-hibernate-plugin
          Issue Type: Bug
    Affects Versions: 1.0
            Reporter: Janning Vygen


I am new to maven so i dont know really if i have got the latest version, but i 
checked your cvs repository:

In AbstractConfigOutputDirectory.java:

    public static final String[] GOAL_NAME = {"hbm2dll", ...

should be

    public static final String[] GOAL_NAME = {"hbm2ddl", ...
  
Therefore you cant' set an OutputDirectory in pom.xml (or at least only if you 
mistype it too as the Documentation says) but the config value never gets to 
the Configuration because a different goal hbm2ddl is asked for.

kind regards
Janning


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to