soenkeliebau commented on issue #11: Release navigating incubator URL: https://github.com/apache/incubator-training/pull/11#issuecomment-493603330 The build doesn't work for me on Fedora, Lars and I just looked at it and it seems that the use of <outputFile> in the asciidoctor plugin doesn't support modules that write multiple files. Whether it works or not seems to be dependent on the order that the OS delivers files to the module, for me the output is: ` [INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (generate-slides) @ navigating-ASF-incubation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Rendered /home/sliebau/Downloads/apache-training-navigating-ASF-incubation-1.0-incubating/src/main/asciidoc/index.adoc [WARNING] Duplicated destination found: overwriting file: /home/sliebau/Downloads/apache-training-navigating-ASF-incubation-1.0-incubating/target/generated-slides/index.html [INFO] Rendered /home/sliebau/Downloads/apache-training-navigating-ASF-incubation-1.0-incubating/src/main/asciidoc/projectstats.adoc [WARNING] Duplicated destination found: overwriting file: /home/sliebau/Downloads/apache-training-navigating-ASF-incubation-1.0-incubating/target/generated-slides/index.html [INFO] Rendered /home/sliebau/Downloads/apache-training-navigating-ASF-incubation-1.0-incubating/src/main/asciidoc/aboutme.adoc [INFO] ` So the only slide I get is the about me slide, as it is rendered last and overwrites all other content. For Lars on Mac, index.adoc is the last file rendered, so for him it works.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services