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.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.seovic.maven.plugins
Идентификатор

Идентификатор

npm-maven-plugin
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

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.
Система контроля версий

Система контроля версий

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

Скачать npm-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0