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.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.seovic.maven.plugins
ArtifactId

ArtifactId

npm-maven-plugin
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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.
Source Code Management

Source Code Management

https://github.com/aseovic/npm-maven-plugin

Download npm-maven-plugin

How to add to project

<plugin>
    <groupId>com.seovic.maven.plugins</groupId>
    <artifactId>npm-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.3.3
org.apache.maven : maven-plugin-api jar 3.3.3
org.apache.commons : commons-exec jar 1.3
com.fasterxml.jackson.core : jackson-databind jar 2.5.4

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0