Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 843 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 843 Bytes

play-maven-integration

A sample project showing how to integrate a Play Framework project with a Maven build process. See Integrating Play Framework And Maven for more information.

Capabilities

  • Multi-module project (separate the play "web app" module and the "core" module)
  • All configuration done via pom files, especially dependencies
  • Allows working with Maven's Dependency Management which centralizes dependency information in parent poms
  • Allows building/testing/running thru mvn
  • Allows building/testing/running thru play
  • Access all the special play commands thru maven