Allow for JDBC Properties to be configured inside the configuration of the 
plugin. 
-----------------------------------------------------------------------------------

                 Key: MHIBERNATE-13
                 URL: http://jira.codehaus.org/browse/MHIBERNATE-13
             Project: Maven 2.x Hibernate Plugin
          Issue Type: Improvement
            Reporter: Erik Pieczkowski


Rather than pull the jdbc properties in from a database.properties or 
hibernate.cfg.xml file, it would be nice to be able to configure the jdbc 
configuration information within the plugin itself. An example configuration 
might look something like this. 


<databaseType>${jdbc.databaseType}</databaseType>
<database>${jdbc.databaseName}</database>
<host>${jdbc.host}</host>
<jdbcUrl>${jdbc.url}</jdbcUrl>
<user>${jdbc.username}</user>
<password>${jdbc.password}</password>

This configuration may only be useful for certain components but would go a 
long way towards making dynamic builds for specific envs much easier... 


-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to