File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 35
35
</execution >
36
36
</executions >
37
37
<configuration >
38
+ <seedUrl >https://github.com/phasenraum2010/jbake-example-project-thymeleaf/zipball/master/</seedUrl >
39
+ <!--
38
40
<inputDirectory>${project.basedir}/src/main/resources</inputDirectory>
39
41
<outputDirectory>${project.build.directory}/classes</outputDirectory>
42
+ -->
40
43
</configuration >
41
44
<dependencies >
42
- <!-- for freemarker templates (.ftl) -->
45
+ <!--
43
46
<dependency>
44
47
<groupId>org.freemarker</groupId>
45
48
<artifactId>freemarker</artifactId>
46
49
<version>2.3.20</version>
47
50
</dependency>
51
+ -->
52
+ <dependency >
53
+ <groupId >org.thymeleaf</groupId >
54
+ <artifactId >thymeleaf</artifactId >
55
+ <version >3.0.9.RELEASE</version >
56
+ </dependency >
48
57
</dependencies >
49
58
</plugin >
50
59
<plugin >
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ source ../defcon-parent/conf.sh
4
4
5
5
mvn_jbake_help
6
6
7
+ # run_jbake_seed
8
+
7
9
# mvn_jbake_run
8
10
9
11
exit 0
You can’t perform that action at this time.
0 commit comments