MVN

net.kozelka.maven : npmpack-maven-plugin

Maven & Gradle

Jul 14, 2014
2 stars

Simplify embedding of NPM build inside Maven build

<plugin>
    <groupId>net.kozelka.maven</groupId>
    <artifactId>npmpack-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.kozelka.maven : npmpack-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of net.kozelka.maven : npmpack-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
npmpack-maven-plugin-1.0.3

How to add a plugin to Maven

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

<plugin>
    <groupId>net.kozelka.maven</groupId>
    <artifactId>npmpack-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>