Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
None
-
None
-
None
Description
The error message is
... [DEBUG] Processing Velocity for template META-INF/maven/site.vm on compatibility.apt [ERROR] Parser Exception: META-INF/maven/site.vm org.apache.velocity.runtime.parser.ParseException: Encountered "1.0" at line 357, column 51. Was expecting one of: <RPAREN> ... <WHITESPACE> ... "-" ... ... im META-INF/maven/site.vm aus myfaces-site-skin-4-SNAPSHOT.jar sthet in Zeile 357: #set ( $documentHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" )
The problem is, that with current plugins in velocity the Char " inside of "" must be escaped with doube ", not with a backslash.