File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 33
33
<maven-jar-plugin .version>3.2.2</maven-jar-plugin .version>
34
34
<maven-asciidoctor-plugin .version>2.2.2</maven-asciidoctor-plugin .version>
35
35
<asciidoctorj-pdf .version>2.1.6</asciidoctorj-pdf .version>
36
- <asciidoctorj-epub3 .version>1.5.1</asciidoctorj-epub3 .version>
37
36
<maven-site .version>3.12.0</maven-site .version>
38
37
<maven-project-info-reports .version>3.4.0</maven-project-info-reports .version>
39
38
<maven-javadoc-plugin .version>3.4.0</maven-javadoc-plugin .version>
285
284
<artifactId >asciidoctorj-pdf</artifactId >
286
285
<version >${asciidoctorj-pdf.version} </version >
287
286
</dependency >
288
- <dependency >
289
- <groupId >org.asciidoctor</groupId >
290
- <artifactId >asciidoctorj-epub3</artifactId >
291
- <version >${asciidoctorj-epub3.version} </version >
292
- </dependency >
293
287
</dependencies >
294
288
<configuration >
295
289
<sourceDirectory >src/doc/asciidoc</sourceDirectory >
354
348
</attributes >
355
349
</configuration >
356
350
</execution >
357
- <execution >
358
- <id >asciidoc-to-epub</id >
359
- <phase >site</phase >
360
- <goals >
361
- <goal >process-asciidoc</goal >
362
- </goals >
363
- <configuration >
364
- <doctype >book</doctype >
365
- <backend >epub3</backend >
366
- <sourceDirectory >src/doc/asciidoc</sourceDirectory >
367
- <sourceDocumentName >index.adoc</sourceDocumentName >
368
- <outputFile >${project.artifactId} .epub</outputFile >
369
- <attributes >
370
- <source-highlighter >coderay</source-highlighter >
371
- <imagesdir >img</imagesdir >
372
- <pagenums />
373
- <toc />
374
- <idprefix />
375
- <idseparator >-</idseparator >
376
- <icons >font</icons >
377
- <sectnums />
378
- <lang >en</lang >
379
- <revnumber >${project.version} </revnumber >
380
- <revdate >${maven.build.timestamp} </revdate >
381
- </attributes >
382
- </configuration >
383
- </execution >
384
351
</executions >
385
352
</plugin >
386
353
<plugin >
You can’t perform that action at this time.
0 commit comments