MVN

de.jacks-it-lab : frontend-maven-plugin

Maven & Gradle

Jan 06, 2020
1 stars

Maven Frontend Plugin · This Maven plugin lets you install Node/NPM locally for your project, install dependencies with NPM, install dependencies with bower or jspm, run Grunt or gulp tasks, and/or run Karma tests.

<plugin>
    <groupId>de.jacks-it-lab</groupId>
    <artifactId>frontend-maven-plugin</artifactId>
    <version>1.7.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jacks-it-lab : frontend-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of de.jacks-it-lab : frontend-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7.x
frontend-maven-plugin-1.7.2
frontend-maven-plugin-1.7.1

How to add a plugin to Maven

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

<plugin>
    <groupId>de.jacks-it-lab</groupId>
    <artifactId>frontend-maven-plugin</artifactId>
    <version>1.7.2</version>
</plugin>

Advertisement