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

修改打包,分离前端代码

parent ff8425d6
...@@ -360,7 +360,7 @@ ...@@ -360,7 +360,7 @@
</executions> </executions>
</plugin> </plugin>
<plugin> <!-- <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version> <version>1.6.0</version>
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>-->
<plugin> <plugin>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
<outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory> <outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory>
</configuration> </configuration>
</execution> </execution>
<execution> <!--<execution>
<id>make-assembly-ui</id> <id>make-assembly-ui</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
...@@ -436,7 +436,7 @@ ...@@ -436,7 +436,7 @@
</descriptors> </descriptors>
<outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory> <outputDirectory>${project.parent.basedir}/dist/${project.artifactId}</outputDirectory>
</configuration> </configuration>
</execution> </execution>-->
</executions> </executions>
</plugin> </plugin>
</plugins> </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