Add build debug 23/93123/1
authorJimmy Forsyth <jf2512@att.com>
Thu, 8 Aug 2019 20:58:09 +0000 (16:58 -0400)
committerJimmy Forsyth <jf2512@att.com>
Thu, 8 Aug 2019 20:58:12 +0000 (16:58 -0400)
Issue-ID: AAI-2576
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ia013dc3026e349c7692240822e130c90f2c7b377

pom.xml

diff --git a/pom.xml b/pom.xml
index c86ce5d..725d77f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                             <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>