play-pure-maven-plugin icon indicating copy to clipboard operation
play-pure-maven-plugin copied to clipboard

Build Play Framework 2 Projects With Maven (and without SBT)

Results 4 play-pure-maven-plugin issues
Sort by recently updated
recently updated
newest added

The sample POM is untested at doesn't show you precisely how to set up and work on a project day-to-day.

Possible cause: Route compilation creates many classes. If they aren't cleaned up, route changes don't compile correctly. Delete route classes before compiling routes

This plugin doesn't continuously translate scala.html templates to scala source files. If it did, then scala:cc could incrementally compile a complete play2 project including templates.