Closed vitalijr2 closed 1 year ago
Strange... can you try out 1.5.7-SNAPSHOT?
can you try out 1.5.7-SNAPSHOT?
OK, I will check.
For both 1.5.4 and 1.5.6 I have cleaned local Maven cache then run building - to check in log which dependencies Maven loads.
For 1.5.4 it loads asciidoctorj/1.5.4, jruby-complete/1.7.21, jruby-artifacts/1.7.21, jruby-parent/1.7.21, jcommander/1.35. For 1.5.6 it loads asciidoctorj/1.5.6, jruby-complete/1.7.26, jruby-artifacts/1.7.26, jruby-parent/1.7.26, jcommander/1.35.
Looks like it is not missing dependency.
I just bumped one of my projects up to 1.5.6 and it built just fine... would you like to try it as well: https://github.com/johncarl81/parceler
asciidoclet is used in the parceler-api and parceler package.
I run building of my project with
1.5.4
and1.5.6
.When I run building with
1.5.4
it works OK: processes all sources, createplantuml
diagram.When I rum building with
1.5.6
I get error:As far as I understand Asciidoctor could not initialize properly. But I cannot get why as it misses some jruby classes.
Maven: 3.6.0 Java: 1.8.0_202 Asciidoclet: 1.5.6
Maven javadoc plugin's configuration
I have tried add
jruby
andasciidoctor
as additional dependencies - it still doesn't work for1.5.6
. Also I have tried bothjavadoc
andjavadoc-no-fork
goals.