Re: max depth for includes?
Posted by
oliver.b.fischer on
Feb 08, 2020; 8:47pm
URL: https://discuss.asciidoctor.org/max-depth-for-includes-tp936p7607.html
Hi Dan,
I ran into this problem today while working on an inline variante of our documentation. I think this behavior needs still to be documented.
I also tried to follow your advice and added
java to the know source extensions of th Maven plugin
<sourceDocumentExtensions>
<sourceDocumentExtension>adoc</sourceDocumentExtension>
<sourceDocumentExtension>java</sourceDocumentExtension>
</sourceDocumentExtensions>
But the result is still the same. The include directive in my Java source files is still ignored.