Commit 17880d91 authored by shiyu's avatar shiyu

pom

parent 98dbaa3c
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
<artifactId>coin_handbook</artifactId> <artifactId>coin_handbook</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>ch-wx-api</artifactId> <artifactId>quanku-applet</artifactId>
<name>ch-wx-api</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
...@@ -89,6 +88,27 @@ ...@@ -89,6 +88,27 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<echo>---------开始复制jar包到共享目录下----------</echo>
<copy file="${project.build.directory}/quanku-applet-0.0.1-SNAPSHOT-exec.jar" toFile="../quanku-applet/target/quanku-applet.jar">
</copy>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</build> </build>
......
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