Skip to content

wjdq/maven-play2-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Maven Plugin to build Play2 applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 87.9%
  • Scala 6.6%
  • Groovy 2.5%
  • CSS 2.0%
  • Perl 0.6%
  • Prolog 0.3%
  • R 0.1%