n

node-maven-plugin

Run NPM with maven and plug your script to maven lifecycle.
https://github.com/mjeanroy/node-maven-plugin
MIT License
Mickael Jeanroy
Files download
File Operation
node-maven-plugin-0.10.0.jar download
node-maven-plugin-0.10.0.pom download
node-maven-plugin-0.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mjeanroy</groupId>
  <artifactId>node-maven-plugin</artifactId>
  <version>0.10.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.mjeanroy:node-maven-plugin:0.10.0'
Gradle Kotlin
implementation("com.github.mjeanroy:node-maven-plugin:0.10.0")
Scala SBT
libraryDependencies += "com.github.mjeanroy" % "node-maven-plugin" % "0.10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mjeanroy', module='node-maven-plugin', version='0.10.0')
)
Apache Ivy
<dependency org="com.github.mjeanroy" name="node-maven-plugin" rev="0.10.0" />
Leiningen
[com.github.mjeanroy/node-maven-plugin "0.10.0"]
Apache Buildr
'com.github.mjeanroy:node-maven-plugin:jar:0.10.0'