Commit e25349ba authored by 赵啸非's avatar 赵啸非

修改打包,分离前端代码

parent ff8425d6
......@@ -360,7 +360,7 @@
</executions>
</plugin>
<plugin>
<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
......@@ -400,7 +400,7 @@
</execution>
</executions>
</plugin>
</plugin>-->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
......@@ -421,7 +421,7 @@
<outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory>
</configuration>
</execution>
<execution>
<!--<execution>
<id>make-assembly-ui</id>
<phase>package</phase>
<goals>
......@@ -436,7 +436,7 @@
</descriptors>
<outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory>
</configuration>
</execution>
</execution>-->
</executions>
</plugin>
</plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment