|
@@ -6,7 +6,7 @@
|
|
<parent>
|
|
<parent>
|
|
<groupId>org.ssssssss</groupId>
|
|
<groupId>org.ssssssss</groupId>
|
|
<artifactId>magic-api-plugins</artifactId>
|
|
<artifactId>magic-api-plugins</artifactId>
|
|
- <version>2.0.0-beta.2</version>
|
|
+ <version>2.0.0-beta.3</version>
|
|
</parent>
|
|
</parent>
|
|
<artifactId>magic-api-plugin-task</artifactId>
|
|
<artifactId>magic-api-plugin-task</artifactId>
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
@@ -32,20 +32,20 @@
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
<version>1.6.0</version>
|
|
<version>1.6.0</version>
|
|
<executions>
|
|
<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>
|
|
<execution>
|
|
<id>exec-npm-run-build</id>
|
|
<id>exec-npm-run-build</id>
|
|
<phase>generate-resources</phase>
|
|
<phase>generate-resources</phase>
|