Commit 82488469 authored by wangqiang's avatar wangqiang

增加打包增加配置信息,将本地包打入jar内。

parent 3d6dfb09
...@@ -103,6 +103,9 @@ ...@@ -103,6 +103,9 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
......
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