I'd like to generate liquibase's dbdoc as part of my maven site build, but I cannot figure out how to do this. My thoughts were to add maven-antrun-plugin to the reporting ...
Somebody who's a more seasoned maven user can probably help me out here:
how do I pass in "optional parameters" to liquibase when running it as a maven goal?
I want ...
What's the best way to have propeties filled out in a Liquibase SQL file?
I wan't to use this for specifying things like tablespaces and schemas. Ideally it would be done ...
For my project I've created a multi maven project. Besides the parent I've also a core, webapp and acceptance-test module. The structure looks like as follow: