This SBT plugin enables you to:
- produce JAX-RS annotated Java classes from your RAML files
- generate HTML documentation from your RAML files
Add
addSbtPlugin("be.vlaanderen.awv" % "sbt-raml" % "0.1.0-SNAPSHOT")
to your project/plugins.sbt
and
ramlSettings
to your build.sbt
or if you are using full configuration (with Build.scala
):
.settings(sbtraml.RamlPlugin.ramlSettings: _*)
And configure the base package name used for generated Java classes:
ramlBasePackageName := "your.company.your.project"
TODO
TODO
Copyright (c) 2014 WegenenVerkeer
Published under the The MIT License (MIT).