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 b719c7d  Prepare for release of navigating incubator (#25)
b719c7d is described below

commit b719c7d5cb96aee0e213b68a5e758809fc02e619
Author: Justin Mclean <[email protected]>
AuthorDate: Thu May 30 05:39:52 2019 +1000

    Prepare for release of navigating incubator (#25)
    
    * use rename plug in rather than output file so it work on other platforms
    
    * remove author info
---
 content/ApacheWay/NavigatingASFIncubation/pom.xml    | 20 ++++++++++++++++++--
 .../src/main/asciidoc/aboutme.adoc                   |  7 +------
 .../src/main/asciidoc/index.adoc                     |  6 +++---
 3 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/content/ApacheWay/NavigatingASFIncubation/pom.xml 
b/content/ApacheWay/NavigatingASFIncubation/pom.xml
index 1260044..903c4ff 100644
--- a/content/ApacheWay/NavigatingASFIncubation/pom.xml
+++ b/content/ApacheWay/NavigatingASFIncubation/pom.xml
@@ -213,8 +213,6 @@
                             
<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>
@@ -303,6 +301,24 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>com.coderplus.maven.plugins</groupId>
+                <artifactId>copy-rename-maven-plugin</artifactId>
+                <version>1.0</version>
+                <executions>
+                    <execution>
+                        <id>rename-slide-file</id>
+                        <phase>process-resources</phase>
+                        <goals>
+                            <goal>rename</goal>
+                        </goals>
+                        <configuration>
+                            
<sourceFile>${project.slides.directory}/${project.main.contentfile}.revealjs</sourceFile>
+                            
<destinationFile>${project.slides.directory}/${project.main.contentfile}.html</destinationFile>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 </project>
diff --git 
a/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/aboutme.adoc 
b/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/aboutme.adoc
index 0843e79..6cd9b40 100644
--- a/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/aboutme.adoc
+++ b/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/aboutme.adoc
@@ -17,9 +17,4 @@
 
 ////
 
-* V.P. Apache Incubator
-* Freelance developer - programming for 30 years
-* Incubator PMC plus a few others
-* Apache member
-* Mentor of several Apache projects
-* Reviewed 350+ incubator releases at Apache
\ No newline at end of file
+* TODO Fill in your own your info here
\ No newline at end of file
diff --git 
a/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/index.adoc 
b/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/index.adoc
index fea4785..0b20346 100644
--- a/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/index.adoc
+++ b/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/index.adoc
@@ -21,9 +21,9 @@
 == Navigating the ASF Incubator Process
 :description: 45 minute talk on the Apache Way and navigating a project 
through the incubator
 :keywords: Apache Way,Incubator
-:author: Justin Mclean
-:email: [email protected]
-:position: V.P. Apache Incubator
+:author: Your Name
+:email: Your email
+:position: Your Job title
 {author} +
 {position} +
 {email} +

Reply via email to