| Property |
Optional? |
Description |
| maven.kodo.properties.dir |
Yes |
Directory containing the Kodo properties file
that contains the license key. The default is
${basedir}/src/conf
|
| maven.kodo.properties.filename |
Yes |
The Kodo property file itself that contains the
license key. The default is
kodo.properties
|
| maven.kodo.jdo.fileset.dir |
Yes |
Directory root of the filespace including the
JDO files defining the datastore persistence to
be managed by Kodo. The default is
${maven.build.dest}
|
| maven.kodo.jdo.fileset.include |
Yes |
Include pattern of JDO files. The default is
**/*.jdo
|
| maven.kodo.jdo.fileset.exclude |
Yes |
Exclude pattern of JDO files. The default is
empty.
|
| maven.kodo.jdbc.jar |
Yes |
Filename of a JAR containing the JDBC driver for
use by schematool.
|