File tree 4 files changed +32
-10
lines changed
4 files changed +32
-10
lines changed Original file line number Diff line number Diff line change 42
42
-->
43
43
</configuration >
44
44
<dependencies >
45
- <!--
46
- <dependency>
47
- <groupId>org.freemarker</groupId>
48
- <artifactId>freemarker</artifactId>
49
- <version>2.3.20</version>
50
- </dependency>
51
- -->
52
45
<dependency >
53
46
<groupId >org.thymeleaf</groupId >
54
47
<artifactId >thymeleaf</artifactId >
55
- <version >3.0.9.RELEASE</version >
48
+ <version >${thymeleaf.version} </version >
49
+ </dependency >
50
+ <dependency >
51
+ <groupId >org.asciidoctor</groupId >
52
+ <artifactId >asciidoctorj</artifactId >
53
+ <version >${asciidoctorj.version} </version >
54
+ </dependency >
55
+ <dependency >
56
+ <groupId >com.vladsch.flexmark</groupId >
57
+ <artifactId >flexmark-all</artifactId >
58
+ <version >${flexmark-all.version} </version >
59
+ </dependency >
60
+ <dependency >
61
+ <groupId >org.apache.maven.doxia</groupId >
62
+ <artifactId >doxia-module-markdown</artifactId >
63
+ <version >${doxia-module-markdown.version} </version >
56
64
</dependency >
57
65
</dependencies >
58
66
</plugin >
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ source ../defcon-parent/conf.sh
4
4
5
5
# mvn_jbake_help
6
6
7
- run_jbake_seed
7
+ # run_jbake_seed
8
8
9
- # mvn_jbake_run
9
+ mvn_jbake_run
10
10
11
11
exit 0
Original file line number Diff line number Diff line change 75
75
76
76
<aspectj .version>1.8.9</aspectj .version>
77
77
78
+ <!-- jbake -->
79
+ <asciidoctorj .version>1.5.6</asciidoctorj .version>
80
+ <doxia-module-markdown .version>1.8</doxia-module-markdown .version>
81
+ <flexmark-all .version>0.34.8</flexmark-all .version>
82
+ <thymeleaf .version>3.0.9.RELEASE</thymeleaf .version>
83
+
78
84
<!-- file encoding -->
79
85
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
80
86
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ source defcon-parent/conf.sh
4
+
5
+ # mvn_fast_build
6
+ mvn_build
7
+
8
+ exit 0
You can’t perform that action at this time.
0 commit comments