-
Notifications
You must be signed in to change notification settings - Fork 15
Rendering engine for extension md (MarkdownEngine) cannot be loaded in core 2.6.1 #14
Comments
The underlying exception being caught (and unfortunately neither rethrown nor logged) in https://github.com/jbake-org/jbake/blob/a402b14f1d3fcb5115254f778c9c5cd691578fc2/jbake-core/src/main/java/org/jbake/parser/Engines.java#L101 is As soon as I explicitly add the dependency |
Obviously "optional" dependencies in
While with dependency
|
Actually it seems this was a deliberate thing: jbake-org/jbake#437. Would be good to explicitly mention in the readme under which circumstances additional dependencies need to be added and which Maven coordinates they have. |
Yeah, it's mentioned in the main JBake documentation but not on the plugin readme, which it should be. |
Please compare also with the regression regarding this in 2.6.2 (#17 (comment)). Basically at least the template engines all(!) need to be listed as dependencies right now to get it to work! |
The exemple jBake site mentionned above : https://github.com/jonbullock/maven-jbake-site |
Hi, |
After we upgraded to jbake-maven-plugin 0.3.1 the following error is emitted during goal
generate
:As soon as you downgrade the plugin's dependency of
jbake-core
to 2.6.0 the error no longer occurs.You can e.g. reproduce by cloning and building https://github.com/apache/sling-site/tree/feature/upgrade-to-jbake-261.
The text was updated successfully, but these errors were encountered: