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 Vulnerabilities Updated
1.0.x
play-maven-plugin-1.0.0-beta8
play-maven-plugin-1.0.0-beta7
play-maven-plugin-1.0.0-beta6
play-maven-plugin-1.0.0-beta5
play-maven-plugin-1.0.0-beta4

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>

Advertisement