(Quick Reference)

14.8 CLI Dependencies - Reference Documentation

Authors: Andres Almiray

Version: 1.2.0

14.8 CLI Dependencies

Plugins can provide compile time classes that should not be bundled with runtime classes (i.e, addon sources). Sources and resources placed under $basedir/src/cli will be automatically compiled and packaged into a jar whose name matches griffon-${plugin.name}-compile-${plugin.version}.jar. A typical use case for these type of classes is a custom AST transformation that should be run during compile time but not at runtime.