mxd 3 years ago
parent
commit
dbad8c10ea
1 changed files with 14 additions and 14 deletions
  1. 14 14
      magic-api-plugins/magic-api-plugin-task/pom.xml

+ 14 - 14
magic-api-plugins/magic-api-plugin-task/pom.xml

@@ -32,20 +32,20 @@
                 <artifactId>exec-maven-plugin</artifactId>
                 <version>1.6.0</version>
                 <executions>
-<!--                    <execution>-->
-<!--                        <id>exec-npm-install</id>-->
-<!--                        <phase>generate-resources</phase>-->
-<!--                        <goals>-->
-<!--                            <goal>exec</goal>-->
-<!--                        </goals>-->
-<!--                        <configuration>-->
-<!--                            <executable>npm</executable>-->
-<!--                            <arguments>-->
-<!--                                <argument>install</argument>-->
-<!--                            </arguments>-->
-<!--                            <workingDirectory>${basedir}/src/console</workingDirectory>-->
-<!--                        </configuration>-->
-<!--                    </execution>-->
+                    <execution>
+                        <id>exec-npm-install</id>
+                        <phase>generate-resources</phase>
+                        <goals>
+                            <goal>exec</goal>
+                        </goals>
+                        <configuration>
+                            <executable>npm</executable>
+                            <arguments>
+                                <argument>install</argument>
+                            </arguments>
+                            <workingDirectory>${basedir}/src/console</workingDirectory>
+                        </configuration>
+                    </execution>
                     <execution>
                         <id>exec-npm-run-build</id>
                         <phase>generate-resources</phase>