Commit 8868c67f authored by 杨伊博's avatar 杨伊博

add maven package plugins

parent 8e233c24
......@@ -59,6 +59,22 @@
</dependency>
</dependencies>
<build>
<plugins>
<!--&lt;!&ndash;打依赖包&ndash;&gt;-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
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