Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kxjl168 authored Apr 28, 2019
1 parent a363dc1 commit 12122a4
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,23 @@

</properties>


<build>

<resources>

190428-补充,修复idea,mvn打包缺失 自定义jar lib
<resource>
<targetPath>${basedir}/src/main/webapp/WEB-INF/lib</targetPath>
<directory>${basedir}/lib</directory>
<filtering>true</filtering>
<includes>
native lib
<include>**/*.jar</include>
</includes>
</resource>

</resources>
</build>


<dependencies>
Expand Down

0 comments on commit 12122a4

Please sign in to comment.