summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-08 16:58:09 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-08 16:58:12 -0400
commit85be10eac05a4d95b58f1afbca6d2018f91434c2 (patch)
tree8c3acfae55b9d4278ba5e2e5b6bde00c5e1f6e48
parentdb14c699054e4f03d0a141c30809556403013ae0 (diff)
Add build debug
Issue-ID: AAI-2576 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ia013dc3026e349c7692240822e130c90f2c7b377
-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>