Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0-beta-3
-
Fix Version/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
The plugin only allows to pass 'url' parameter from
<configuration>
...
<url>${database.url}</url>
...
But you can't pass the parameter from command line as
mvn dbunit:export -Durl=jdbc:mysql://localhost:3306/db
I'm attaching a patch