Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 853 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 853 Bytes

play2-maven-plugin

The play2-maven-plugin is used to build Play 2 applications using Maven. Basically, it just a wrapper around the play command. It supports the application compilation, test and packaging.

It defines the play2 packaging type and supports the compilation, the test and the packaging of the application. Dependencies are also managed using Maven.

The documentation is available on :

IMPORTANT: To use activator, you need to set the SBT_EXECUTABLE_NAME system property to activator:

export SBT_EXECUTABLE_NAME=activator
mvn clean install

The plugin is licensed under the Apache Software License 2.0.