Abel Salgado Romero
Abel Salgado Romero
I see in the docs it actually runs an Asciidoctor extension, which means "in theory" the gem could be installed with `gem-maven-plugin` and the extension run as any other. Would...
Sadly not possible *yet* 😞 but I could hack it by adding a few lines to the plugin. We could do this with some caveats: 1. We need to expose...
> [downdoc](https://github.com/opendevise/downdoc) and used it to export a Asciidoc to Markdown Functionally it could make sense, but it won't be as easy, being a CLi in JS. To run in...
> downdoc will eventually be available as a Ruby application. That would be awesome! I created a story to track it https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/619. Please, refer to it for any comment with...
Not sure I understand, each document title should appear on the page as seen in the examples  On top of that, there's the site title, which comes from the...
Btw, I was planning to release v3.0.0 soon-ish :tm: and that provides a new maven-site module that offers a better out of the box experience with fluido, no need to...
> I meant the html page title, between the `` tags. It doesn't seem to put the asciidoc document title there. The module [embeds the page without headers](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/80c699035933aae133afaf9592bcc065c3d41b74/src/main/java/org/asciidoctor/maven/site/AsciidoctorDoxiaParser.java#L88). The the...
It seems something similar was discussed some time ago but went stale https://issues.apache.org/jira/browse/DOXIA-471?jql=project%20%3D%20%22Maven%20Doxia%22%20AND%20text%20~%20title. Before re-opening it'd be good to do some extra research, maven-site team is working on a new...
> cache is already done, or? yes > What is your goal with coveralls? I think we can use jacoco to calculate the coverage and use it in sonarcloud. The...
Similar failure, different test seen. ``` Error: Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.59 s