lagom / sbt-lagom-descriptor-generator

Lagom API code generator
Apache License 2.0
23 stars 12 forks source link

mvn plugin #11

Open ignasi35 opened 7 years ago

ignasi35 commented 7 years ago

A user including this plugin should get code generated for each xyz-swagger.json file in src/main/openapi-v2. Then the user would have to either bindClient or implement and bindService each Service generated.

Target language (scala/java) should be picked up from the available implementation)

See #10

ignasi35 commented 7 years ago

The maven plugin should keep feature parity with the sbt plugin.

ignasi35 commented 7 years ago

The maven plugin may use the LagomGenerators in a similar fashion to the sbt plugin.