Browse Source

static-maven-plugin 的 versionSuffix.exclude 去除 **/ext/**/*

sunyj 8 years ago
parent
commit
1f9c33bcf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kanban-console/pom.xml

+ 1 - 1
kanban-console/pom.xml

@@ -142,7 +142,7 @@
 							<!-- http://static.ubtoc.com/css/index.css?_v=1450321871828 -->
 							<versionSuffix>
 								<suffix>?_v=${timestamp}</suffix>
-								<exclude>**/lib/**/*,**/ext/**/*</exclude>
+								<exclude>**/lib/**/*</exclude>
 							</versionSuffix>
 						</configuration>
 						<goals>