-
Bug
-
Resolution: Incomplete
-
Minor
-
None
Having '\t' escape code for tab inside pom.xml in case of maven project cause parsing error. As result, project can't be build, jenkins displays general parsing pom error.
As solution i think:
1. More details description for this error would have help me and others.
or
2. Ignoring this kind of characters inside the pom while parsing it and allow to build + displaying a warning that this character found inside the pom and should be fixed.
- Note: Local build without jenkins, only maven, worked fine, which means, parsing error is in jenkins.