Commit 2df238f4 authored by wangqiang's avatar wangqiang

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

parent 4306e80d
...@@ -113,6 +113,9 @@ ...@@ -113,6 +113,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