File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 192192 <checkstyleRules >
193193 <module name =" Checker" >
194194 <module name =" Header" >
195- <property name =" headerFile" value =" licence_header.java" / >
196- <property name =" ignoreLines" value =" 2" / >
197- <property name =" fileExtensions" value =" java" / >
198- <message key =" header.mismatch" value =" File must start with the Apache2 licence header (see licence_header.java)." / >
199- <message key =" header.missing" value =" File must start with the Apache2 licence header (see licence_header.java)." / >
195+ <property name =" headerFile" value =" licence_header.java" ></ property >
196+ <property name =" ignoreLines" value =" 2" ></ property >
197+ <property name =" fileExtensions" value =" java" ></ property >
198+ <message key =" header.mismatch" value =" File must start with the Apache2 licence header (see licence_header.java)." ></ message >
199+ <message key =" header.missing" value =" File must start with the Apache2 licence header (see licence_header.java)." ></ message >
200200 </module >
201201 </module >
202202 </checkstyleRules >
293293 <excludes >
294294 <exclude >CHANGELOG.md</exclude >
295295 </excludes >
296- <flexmark / >
296+ <flexmark ></ flexmark >
297297 </markdown >
298298 <pom >
299299 <includes >
300300 <include >pom.xml</include >
301301 </includes >
302- <sortPom />
302+ <sortPom >
303+ <expandEmptyElements >true</expandEmptyElements >
304+ </sortPom >
303305 </pom >
304306 <java >
305307 <googleJavaFormat >
330332 <sources >
331333 <source >${project.build.directory} /generated-sources/jjtree</source >
332334 </sources >
333- <skipAddSourceIfMissing / >
335+ <skipAddSourceIfMissing ></ skipAddSourceIfMissing >
334336 </configuration >
335337 </execution >
336338 </executions >
You can’t perform that action at this time.
0 commit comments