1. 程式人生 > >cvc-complex-type.2.4.a: Invalid content was found starting with element 'executable'.

cvc-complex-type.2.4.a: Invalid content was found starting with element 'executable'.

maven工程中的pom.xml報錯:

cvc-complex-type.2.4.a: Invalid content was found starting with element 'executable'. One of '{"http://maven.apache.org/POM/4.0.0":version, "http://

 maven.apache.org/POM/4.0.0":extensions, "http://maven.apache.org/POM/4.0.0":executions, "http://maven.apache.org/POM/4.0.0":dependencies, "http://
 maven.apache.org/POM/4.0.0":goals, "http://maven.apache.org/POM/4.0.0":inherited, "http://maven.apache.org/POM/4.0.0":configuration}' is expected.
 

 

修改pom.xml

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance http://www.springmodules.org/schema/cache/springmodules-cache.xsd http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">