MVN

org.wisdom-framework : wisdom-ractivejs-maven-plugin

Maven & Gradle

Jan 11, 2015
0 stars

wisdom-ractivejs-maven-plugin · A maven plugin based on the wisdom framework which parse Ractive.js template into JavaScript during the compile phase.

<plugin>
    <groupId>org.wisdom-framework</groupId>
    <artifactId>wisdom-ractivejs-maven-plugin</artifactId>
    <version>0.1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wisdom-framework : wisdom-ractivejs-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of org.wisdom-framework : wisdom-ractivejs-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
wisdom-ractivejs-maven-plugin-0.1.4
wisdom-ractivejs-maven-plugin-0.1.2

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.wisdom-framework</groupId>
    <artifactId>wisdom-ractivejs-maven-plugin</artifactId>
    <version>0.1.4</version>
</plugin>

Advertisement