MVN

com.google.code.maven-play-plugin : play-maven-plugin

Maven & Gradle

Mar 30, 2016

Maven Plugin for Play! Framework · Maven Plugin for Play! Framework for integration of these two very different worlds

<plugin>
    <groupId>com.google.code.maven-play-plugin</groupId>
    <artifactId>play-maven-plugin</artifactId>
    <version>1.0.0-beta8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.maven-play-plugin : play-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-beta8
  • Latest Beta: 1.0.0-beta8

All Versions

Choose a version of com.google.code.maven-play-plugin : play-maven-plugin to add to Maven - All Versions:

  • Version Updated
  • play-maven-plugin-1.0.0-beta8

    Mar 30, 2016
  • play-maven-plugin-1.0.0-beta7

    Feb 14, 2014
  • play-maven-plugin-1.0.0-beta6

    Jul 11, 2013
  • play-maven-plugin-1.0.0-beta5

    Mar 27, 2013
  • play-maven-plugin-1.0.0-beta4

    Jan 21, 2013

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.google.code.maven-play-plugin</groupId>
    <artifactId>play-maven-plugin</artifactId>
    <version>1.0.0-beta8</version>
</plugin>