Changes must be done in
http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-data-management/data-management-cli/src/main/java/org/apache/maven/continuum/management/DataManagementCli.java
Look at the end to see derby parameters.
A good patch would be to add an "OTHER" supported db that take parameters from
the cli args
Emmanuel
Damien Lecan a écrit :
2007/9/21, Emmanuel Venisse <[EMAIL PROTECTED]>:
Commands to run will be available when we'll update the site for the release of
1.1-beta-3
For the moment, it isn't possible to migrate a mysql db (and other db that
isn't derby) with this tool. We'll fix it in next version.
But maybe you can write a patch for it so you'll can migrate, I can explain to
you the codee to modify, it's a simple patch to write.
Ok, let's try, i've just checkout continuum 1.1 beta-3 source code.
Damien