Open abelsromero opened 9 months ago
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.
I am starting a conversation with the Maven team, because without changes in Doxia this cannot be fixed in a consistent way.
https://lists.apache.org/thread/z0thrxyv9tybot6xpkd8ft9nc1mc3nj9
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