diff --git a/pom.xml b/pom.xml index 94e6ed42700..a4f86a0f5c8 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ maven-release-plugin 2.1 - + @@ -290,6 +290,51 @@ + + gen-scalatra + + + template + scalatra + + + + compile exec:java + + + org.codehaus.mojo + exec-maven-plugin + 1.3.2 + + + + java + + + + + java + com.wordnik.swagger.codegen.Codegen + + -l + scalatra + -i + ${swagger-spec} + -t + ${swagger-template} + -o + ${swagger-out} + + + + + + + samples/yaml/echo.yaml + src/main/resources/scalatra + generated-code/scalatra + + target/site @@ -342,7 +387,6 @@ ${swagger-core-version} compile - com.samskivert jmustache @@ -408,7 +452,6 @@ 2.1.4 2.3 1.2 - 4.8.1 1.0.0 2.4