MVN

org.tomdz.twirl : twirl-maven-plugin

Maven & Gradle

Nov 27, 2012
2 stars

twirl-maven · Maven plugin for using Play Framework Scala templates in the Maven build lifecycle

<plugin>
    <groupId>org.tomdz.twirl</groupId>
    <artifactId>twirl-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tomdz.twirl : twirl-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.tomdz.twirl : twirl-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
twirl-maven-plugin-1.0.1
twirl-maven-plugin-1.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>org.tomdz.twirl</groupId>
    <artifactId>twirl-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>