mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
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:
parent
4418cad1f0
commit
03579e7728
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue