This repository was archived by the owner on Aug 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 38
38
</mailingLists >
39
39
40
40
<properties >
41
- <asciidoctor .version>1.5.2</asciidoctor .version>
41
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
42
+ <asciidoctor .maven.plugin.version>1.5.3</asciidoctor .maven.plugin.version>
43
+ <asciidoctorj .pdf.version>1.5.0-alpha.11</asciidoctorj .pdf.version>
44
+ <asciidoctorj .version>1.5.4</asciidoctorj .version>
45
+ <jruby .version>1.7.21</jruby .version>
46
+ <timestamp >${maven.build.timestamp}</timestamp >
47
+ <maven .build.timestamp.format>yyyy-MM-dd</maven .build.timestamp.format>
42
48
</properties >
43
49
44
50
<build >
71
77
<plugin >
72
78
<groupId >org.asciidoctor</groupId >
73
79
<artifactId >asciidoctor-maven-plugin</artifactId >
74
- <version >${asciidoctor.version} </version >
80
+ <version >${asciidoctor.maven.plugin.version} </version >
81
+ <dependencies >
82
+ <dependency >
83
+ <groupId >org.asciidoctor</groupId >
84
+ <artifactId >asciidoctorj-pdf</artifactId >
85
+ <version >${asciidoctorj.pdf.version} </version >
86
+ </dependency >
87
+ </dependencies >
75
88
<executions >
76
89
<execution >
77
90
<id >output-html</id >
91
104
</attributes >
92
105
</configuration >
93
106
</execution >
107
+
94
108
<execution >
95
109
<id >output-docbook</id >
96
110
<phase >process-resources</phase >
97
111
<goals >
98
112
<goal >process-asciidoc</goal >
99
113
</goals >
100
114
<configuration >
101
- <backend >docbook45 </backend >
115
+ <backend >pdf </backend >
102
116
<doctype >book</doctype >
103
117
104
118
<templateEngine >slim</templateEngine >
Original file line number Diff line number Diff line change 143
143
:doctype: book
144
144
:compat-mode:
145
145
= Java EE Security API 1.0 (EDR 1)
146
-
146
+ List of Authors
147
+ v${project.version}
147
148
include::license.asciidoc[]
148
149
149
150
include::preface.asciidoc[]
You can’t perform that action at this time.
0 commit comments