Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.0.0
-
Component/s: None
-
Labels:None
Description
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 7; The processing instruction target matching "[xX][mM][lL]" is not allowed.
This generally indicates an issue with the line entry:
<?xml version="1.0" encoding="UTF-8"?>
I've inspected for hidden whitespace characters or other noise, something else is catching here.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.3.2:prepare (default-cli) on project karaf: Error reading POM: Error on line 1: The processing instruction target matching "[xX][mM][lL]" is not allowed. -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.3.2:prepare (default-cli) on project karaf: Error reading POM: Error on line 1: The processing instruction target matching "[xX][mM][lL]" is not allowed.