build: 工作台前端pom
This commit is contained in:
parent
3078c53c17
commit
b2787bc297
|
@ -24,6 +24,9 @@
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>${frontend-maven-plugin.version}</version>
|
<version>${frontend-maven-plugin.version}</version>
|
||||||
|
<configuration>
|
||||||
|
<installDirectory>../../.node</installDirectory>
|
||||||
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<!-- optional: you don't really need execution ids, but it looks nice in your build log. -->
|
<!-- optional: you don't really need execution ids, but it looks nice in your build log. -->
|
||||||
|
|
Loading…
Reference in New Issue