summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c86ce5d..725d77f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,14 @@
<goal>npm</goal>
</goals>
<phase>generate-resources</phase>
+ <configuration>
+ <!-- optional: The default argument is actually
+ "install", so unless you need to run some other npm command,
+ you can remove this whole <configuration> section.
+ -->
+ <arguments>install -ddd</arguments>
+ </configuration>
+
</execution>
<execution>
<id>gulp build</id>