Fix checkstyle build and xml 70/78070/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 7 Feb 2019 16:26:06 +0000 (11:26 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 7 Feb 2019 16:28:19 +0000 (11:28 -0500)
commitcdad1f3c519c14fe99c390c78f60b883294e307e
treef1a86af95cf85d672a77964fc6d8b1e42abd9694
parente26a9900cc5bae1321e652812ada768020c6cb4a
Fix checkstyle build and xml

The XML for onap-java-code style has a bug identified by Eclipse. The
maxLineLength field is not allowed.

In addition, not sure how any jobs work already, the sourceDirectory
appends and extra "src/main/java" to the path so some builds don't
always find the correct source files to generate warnings. The plugin
is a bit flaky and sometimes seems to find the java files, while other
times it does not. So some checkstyle warnings are not generated.

Change-Id: Ia07065a0d0df1429643680cb5bd70b5ec13bebde
Issue-ID: TSC-71
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml
oparent/pom.xml