Explorar el Código

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

sunyj hace 8 años
padre
commit
1f9c33bcf6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>