Abel Salgado Romero
Abel Salgado Romero
I like the idea and technically it is very easy to do, I already have a dirty poc running https://github.com/abelsromero/asciidoctor-maven-plugin/blob/5779eab360b3e3fe68f43767d311086ffc10fb30/src/main/java/org/asciidoctor/maven/AsciidoctorMojo.java#L232-L243. Running install on a project that generates a pdf and...
> Hmm, maybe I'm missing something haha, not at all and I am really glad we are discussing this, it's not the first time it has been proposed some way...
> But, I can't figure out a way to dynamically affect the file type on the generated file name. If I understand it correctly, you'll like to add an option...
Interesting approach, more hand craftfed of course, but static resources are distributed as a jar https://github.com/spring-io/spring-doc-resources
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...
That path is suspicious file:/home/jenkins/agent/workspace/labdocs/repo/open-uri-cached-0.0.5.gemspec. It belongs to one of the gems embedded within AsciidoctorJ jar. Is the build setting the gempath? Also, it should not affect, but just in...
> I can set GEM_HOME prior to the goal but I don't know what the path should be. You should not. But I wonder how is the path being injected....
@ciano1000 Can you run maven with `-X` and attach the output (beware of sensible information that may be contained)? The only thing that comes to my mind now is if...
@Datascan-Michael can you provide full logs with `-X` (beware of sensible information that may be contained). Since I am not able to reproduce we need a detailed view of the...
I think the same, we should stick to what we do best. That's making awsome documents :+1: Currently we could set the Mojo as "unsuported" and remove it in some...