You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is caused because the site converter converts to String and then Doxia (Maven's site component) creates the image files from it. Hence asciidoctor-diagram generates images in the only path available, the one where the source is.
The current workaround of setting imagesoutdir attribute won't work when the sources are found in different sub-folders.
Thank you for taking your time to talk with us!
What is this issue about?
Description
Using
asciidoctorj-diagram
with the maven-site modules causes diagram images to be created in the source path.Environment information
The text was updated successfully, but these errors were encountered: