This Maven plugin lets you install Node/NPM locally for your project, install dependencies with NPM, run Grunt tasks, and/or run Karma tests.
'com.github.eirslett:frontend-maven-plugin:0.0.13'
<dependency>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>0.0.13</version>
</dependency>
<dependency org="com.github.eirslett" name="frontend-maven-plugin" rev="0.0.13"/>
"com.github.eirslett", "frontend-maven-plugin", "0.0.13"