Skip to content

Commit c0f9d0f

Browse files
committed
Remove EPUB generation from pom.xml
1 parent 50a4874 commit c0f9d0f

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

pom.xml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
3434
<maven-asciidoctor-plugin.version>2.2.2</maven-asciidoctor-plugin.version>
3535
<asciidoctorj-pdf.version>2.1.6</asciidoctorj-pdf.version>
36-
<asciidoctorj-epub3.version>1.5.1</asciidoctorj-epub3.version>
3736
<maven-site.version>3.12.0</maven-site.version>
3837
<maven-project-info-reports.version>3.4.0</maven-project-info-reports.version>
3938
<maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
@@ -285,11 +284,6 @@
285284
<artifactId>asciidoctorj-pdf</artifactId>
286285
<version>${asciidoctorj-pdf.version}</version>
287286
</dependency>
288-
<dependency>
289-
<groupId>org.asciidoctor</groupId>
290-
<artifactId>asciidoctorj-epub3</artifactId>
291-
<version>${asciidoctorj-epub3.version}</version>
292-
</dependency>
293287
</dependencies>
294288
<configuration>
295289
<sourceDirectory>src/doc/asciidoc</sourceDirectory>
@@ -354,33 +348,6 @@
354348
</attributes>
355349
</configuration>
356350
</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>
384351
</executions>
385352
</plugin>
386353
<plugin>

0 commit comments

Comments
 (0)