This is an automated email from the ASF dual-hosted git repository.
larsfrancke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/master by this push:
new ededfaf fix file produced in target so there's no need to rename (#10)
ededfaf is described below
commit ededfaf437d44dfbebaab0ee6d21db6a9eb06519
Author: Justin Mclean <[email protected]>
AuthorDate: Thu May 16 02:30:13 2019 +1000
fix file produced in target so there's no need to rename (#10)
* Set output file to be index.html
---
content/ApacheWay/NavigatingASFIncubation/pom.xml | 2 ++
tools/maven-revealjs-asciidoctor-templte/pom.xml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/content/ApacheWay/NavigatingASFIncubation/pom.xml
b/content/ApacheWay/NavigatingASFIncubation/pom.xml
index 4ffcea5..e3661d7 100644
--- a/content/ApacheWay/NavigatingASFIncubation/pom.xml
+++ b/content/ApacheWay/NavigatingASFIncubation/pom.xml
@@ -212,6 +212,8 @@
<sourceDirectory>src/main/asciidoc</sourceDirectory>
<!-- Configure the target director to where will
the output be generated -->
<outputDirectory>${project.slides.directory}</outputDirectory>
+ <!-- output file-->
+ <outputFile>index.html</outputFile>
<!-- Enable optional modules for generating
diagrams and charts -->
<requires>
<require>asciidoctor-diagram</require>
diff --git a/tools/maven-revealjs-asciidoctor-templte/pom.xml
b/tools/maven-revealjs-asciidoctor-templte/pom.xml
index 3035db1..db1bbfe 100644
--- a/tools/maven-revealjs-asciidoctor-templte/pom.xml
+++ b/tools/maven-revealjs-asciidoctor-templte/pom.xml
@@ -212,6 +212,8 @@
<sourceDirectory>src/main/asciidoc</sourceDirectory>
<!-- Configure the target director to where will
the output be generated -->
<outputDirectory>${project.slides.directory}</outputDirectory>
+ <!-- output file-->
+ <outputFile>index.html</outputFile>
<!-- Enable optional modules for generating
diagrams and charts -->
<requires>
<require>asciidoctor-diagram</require>