This commit is contained in:
thinkgem
2018-09-15 17:46:18 +08:00
parent 39a5f6164d
commit 8563888fd5
4 changed files with 9 additions and 6 deletions

View File

@@ -76,8 +76,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<packagingExcludes></packagingExcludes>
<warSourceExcludes></warSourceExcludes>
<warSourceExcludes>
WEB-INF/classes/*.lic,
userfiles/**
</warSourceExcludes>
<webappDirectory>${project.build.directory}/${project.artifactId}</webappDirectory>
<warName>${finalName}</warName>
<archive>