|
@@ -272,16 +272,16 @@
|
|
<!-- </configuration>-->
|
|
<!-- </configuration>-->
|
|
<!-- </execution>-->
|
|
<!-- </execution>-->
|
|
<!-- Install all project dependencies -->
|
|
<!-- Install all project dependencies -->
|
|
- <execution>
|
|
|
|
- <id>npm install</id>
|
|
|
|
- <goals>
|
|
|
|
- <goal>npm</goal>
|
|
|
|
- </goals>
|
|
|
|
- <phase>generate-resources</phase>
|
|
|
|
- <configuration>
|
|
|
|
- <arguments>install</arguments>
|
|
|
|
- </configuration>
|
|
|
|
- </execution>
|
|
|
|
|
|
+<!-- <execution>-->
|
|
|
|
+<!-- <id>npm install</id>-->
|
|
|
|
+<!-- <goals>-->
|
|
|
|
+<!-- <goal>npm</goal>-->
|
|
|
|
+<!-- </goals>-->
|
|
|
|
+<!-- <phase>generate-resources</phase>-->
|
|
|
|
+<!-- <configuration>-->
|
|
|
|
+<!-- <arguments>install</arguments>-->
|
|
|
|
+<!-- </configuration>-->
|
|
|
|
+<!-- </execution>-->
|
|
<!-- Build and minify static files -->
|
|
<!-- Build and minify static files -->
|
|
<execution>
|
|
<execution>
|
|
<id>npm run build</id>
|
|
<id>npm run build</id>
|