MVN

com.github.mcheely : requirejs-maven-plugin

Maven & Gradle

May 31, 2013
66 stars

RequireJS Maven Plugin · Maven plugin for RequireJS optimization

<plugin>
    <groupId>com.github.mcheely</groupId>
    <artifactId>requirejs-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0

All Versions

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

Version Vulnerabilities Updated
2.0.x
requirejs-maven-plugin-2.0.0
1.1.x
requirejs-maven-plugin-1.1.0
1.0.x
requirejs-maven-plugin-1.0.4
requirejs-maven-plugin-1.0.3
requirejs-maven-plugin-1.0.2
requirejs-maven-plugin-1.0.1
requirejs-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>com.github.mcheely</groupId>
    <artifactId>requirejs-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>