MVN

com.github.iron9light : coffeescript-maven-plugin

Maven & Gradle

May 25, 2012

Coffeescript Maven Plugin · A Maven plugin for compiling coffeescript into javascript

<plugin>
    <groupId>com.github.iron9light</groupId>
    <artifactId>coffeescript-maven-plugin</artifactId>
    <version>1.1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.iron9light : coffeescript-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.github.iron9light : coffeescript-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
coffeescript-maven-plugin-1.1.2
coffeescript-maven-plugin-1.1.1
1.1
coffeescript-maven-plugin-1.1
1.0
coffeescript-maven-plugin-1.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>com.github.iron9light</groupId>
    <artifactId>coffeescript-maven-plugin</artifactId>
    <version>1.1.2</version>
</plugin>

Advertisement