Jaime Hablutzel created MDBUNIT-25:
--------------------------------------

             Summary: Maven DbUnit Plugin doesn't allow to pass 'url' parameter 
from command line
                 Key: MDBUNIT-25
                 URL: https://jira.codehaus.org/browse/MDBUNIT-25
             Project: Maven DbUnit Plugin
          Issue Type: Bug
    Affects Versions: 1.0-beta-3
            Reporter: Jaime Hablutzel
         Attachments: allow_to_pass_url_from_cli.patch

The plugin only allows to pass 'url' parameter from 

{code}
  <configuration>
...
  <url>${database.url}</url>
...
{code}


But you can't pass the parameter from command line as

{code}
mvn dbunit:export -Durl=jdbc:mysql://localhost:3306/db
{code}

I'm attaching a patch 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.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