fix: Remove useless combine.chdilren

[ERROR] Failed to execute goal org.codehaus.mojo:xml-maven-plugin:1.0.1:validate (default-cli) on project zeppelin: While parsing /Users/lambda/github/apache-zeppelin/zeppelin-master/pom.xml, at file:/Users/lambda/github/apache-zeppelin/zeppelin-master/pom.xml, line 430,  column 52: cvc-complex-type.3.2.2: Attribute 'combine.children' is not allowed to appear in element 'configuration'. -> [Help 1]
This commit is contained in:
1ambda 2016-11-21 17:52:33 +09:00
parent 4418cad1f0
commit 03579e7728

View file

@ -427,7 +427,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration combine.children="append">
<configuration>
<argLine>-Xmx2g -Xms1g -Dfile.encoding=UTF-8</argLine>
<encoding>UTF-8</encoding>
<inputEncoding>UTF-8</inputEncoding>