Skip to content

Build Lifecycle

The build plugins should be used as part of your Continuous Integration (CI) system. Source code for your domain objects does not need to be stored in Version Control as it will be generated on every build and added to the projects classpath automatically.

Process resources

Use the build plugin to execute commands.

mvn bindingz:processResources
sbt bindingzProcessResources
gradle bindingzProcessResources

Publish resources

Use the build plugin to execute commands.

mvn bindingz:publishResources
sbt bindingzPublishResources
gradle bindingzPublishResources