That's strange, I used the template to create several presentations and didn't have that issue.
Will investigate, Chris ________________________________ Von: Justin Mclean <[email protected]> Gesendet: Samstag, 25. Januar 2020 00:31 An: [email protected] <[email protected]> Betreff: Re: build failing Hi, One thing I did notice is that it not renaming the .revealjs file and I still have to do this: <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> Thanks, Justin
