wangwei 5 vuotta sitten
vanhempi
commit
9c71096866
1 muutettua tiedostoa jossa 3 lisäystä ja 5 poistoa
  1. 3 5
      examcloud-exchange-starter/pom.xml

+ 3 - 5
examcloud-exchange-starter/pom.xml

@@ -1,8 +1,6 @@
 <?xml version="1.0"?>
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>cn.com.qmth.examcloud.exchange</groupId>
@@ -45,7 +43,7 @@
 						<exclude>mock/*</exclude>
 						<exclude>*.properties</exclude>
 						<exclude>*.xml </exclude>
-						<exclude>*.conf </exclude>
+						<exclude>classpath.location</exclude>
 					</excludes>
 				</configuration>
 			</plugin>