bertysentry commented on pull request #52:
URL: https://github.com/apache/maven-doxia/pull/52#issuecomment-756050740


   Okay, I now understand the problem: the *Pattern* is compiled as a static 
constant in *MarkdownParser*. The *Pattern.compile()* fails because of the 
unknown `\h` escape sequence and then the class is therefore not initialized, 
and cannot be instantiated as a Plexus component.
   
   I'll submit a new PR to fix this. How do you trigger builds on Jenkins? We 
could have caught this before.
   
   Thanks!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to