Skip to content

Instantly share code, notes, and snippets.

@stephan-mueller
Created August 10, 2015 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephan-mueller/b1f067f240130d7f69a0 to your computer and use it in GitHub Desktop.
Save stephan-mueller/b1f067f240130d7f69a0 to your computer and use it in GitHub Desktop.
frontend-maven-plugin: running npm
<executions>
<execution>
<id>npm install</id>
<phase>generate-resources</phase>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>install</arguments>
</configuration>
</execution>
</executions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment