MVN

org.sakaiproject.maven.plugins : webjars-maven-plugin

Maven & Gradle

Oct 29, 2015
0 stars

WebJars Maven Plugin · This plugin unpacks Web resources from JARs. It was originally part of the http://github.com/CoreMedia/jangaroo-tools but was forked off to add support for copying in artifacts that aren't in the local repository.

<plugin>
    <groupId>org.sakaiproject.maven.plugins</groupId>
    <artifactId>webjars-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sakaiproject.maven.plugins : webjars-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.sakaiproject.maven.plugins : webjars-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
webjars-maven-plugin-1.1
1.0
webjars-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>org.sakaiproject.maven.plugins</groupId>
    <artifactId>webjars-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>