Package-level declarations

Types

Link copied to clipboard
@Mojo(name = "generate-migrations", requiresDependencyResolution = ResolutionScope.RUNTIME, threadSafe = true)
@Execute(phase = LifecyclePhase.COMPILE)
class GenerateMigrationsMojo : AbstractMojo

Mojo for generating SQL migration scripts from Exposed table definitions.

Link copied to clipboard
open class HelpMojo : AbstractMojo
Display help information on exposed-maven-plugin.