Skip to content

Commit 4e4fd6e

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent 50bbf30 commit 4e4fd6e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

defcon-documentation/pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,25 @@
3535
</execution>
3636
</executions>
3737
<configuration>
38+
<seedUrl>https://github.com/phasenraum2010/jbake-example-project-thymeleaf/zipball/master/</seedUrl>
39+
<!--
3840
<inputDirectory>${project.basedir}/src/main/resources</inputDirectory>
3941
<outputDirectory>${project.build.directory}/classes</outputDirectory>
42+
-->
4043
</configuration>
4144
<dependencies>
42-
<!-- for freemarker templates (.ftl) -->
45+
<!--
4346
<dependency>
4447
<groupId>org.freemarker</groupId>
4548
<artifactId>freemarker</artifactId>
4649
<version>2.3.20</version>
4750
</dependency>
51+
-->
52+
<dependency>
53+
<groupId>org.thymeleaf</groupId>
54+
<artifactId>thymeleaf</artifactId>
55+
<version>3.0.9.RELEASE</version>
56+
</dependency>
4857
</dependencies>
4958
</plugin>
5059
<plugin>

defcon-documentation/run.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source ../defcon-parent/conf.sh
44

55
mvn_jbake_help
66

7+
#run_jbake_seed
8+
79
#mvn_jbake_run
810

911
exit 0

0 commit comments

Comments
 (0)