All MyBatis Generator (MBG) distributions include source code. The only compile time dependency
is on ant.jar
- for successful compilation of the included Ant task.
It is straight forward to compile MBG from source - simply unzip the source in
a distribution and compile it with your favorite tool.
The MBG distribution does not contain the tests that are run during the build, or other classes that are a necessary part of the build. If you would like to inspect those classes, or build MBG from the very latest version of the source code at Google then follow these steps:
mvn clean install
- or any of the other Maven lifecycle commands.
You can use the mvn site
command to generate the code coverage reports, but the
MyBatis website is not built with Maven at this time.