MVN

com.seovic.maven.plugins : npm-maven-plugin

Maven & Gradle

Nov 17, 2015
17 stars

npm Maven Plugin · A simple Maven plugin that defines 'npm' packaging type and delegates all phases of a default lifecycle to npm. As long as there is a script for the lifecycle phase in package.json, it will be executed.

<plugin>
    <groupId>com.seovic.maven.plugins</groupId>
    <artifactId>npm-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.seovic.maven.plugins : npm-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.seovic.maven.plugins : npm-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
npm-maven-plugin-1.0.4
npm-maven-plugin-1.0.3
npm-maven-plugin-1.0.2
npm-maven-plugin-1.0.1
npm-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.seovic.maven.plugins</groupId>
    <artifactId>npm-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>