Skip to content

Commit 0388ff4

Browse files
committed
Re-enable PDF generation
1 parent d8ef004 commit 0388ff4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pom.xml

+16-16
Original file line numberDiff line numberDiff line change
@@ -417,22 +417,22 @@
417417

418418
</configuration>
419419
<executions>
420-
<!-- <execution>-->
421-
<!-- <id>generate-pdf</id>-->
422-
<!-- <phase>pre-site</phase>-->
423-
<!-- <goals>-->
424-
<!-- <goal>process-asciidoc</goal>-->
425-
<!-- </goals>-->
426-
<!-- <configuration>-->
427-
<!-- <backend>pdf</backend>-->
428-
<!-- <attributes>-->
429-
<!-- <title-page />-->
430-
<!-- <toc />-->
431-
<!-- <toclevels>4</toclevels>-->
432-
<!-- <pagenums />-->
433-
<!-- </attributes>-->
434-
<!-- </configuration>-->
435-
<!-- </execution>-->
420+
<execution>
421+
<id>generate-pdf</id>
422+
<phase>pre-site</phase>
423+
<goals>
424+
<goal>process-asciidoc</goal>
425+
</goals>
426+
<configuration>
427+
<backend>pdf</backend>
428+
<attributes>
429+
<title-page />
430+
<toc />
431+
<toclevels>4</toclevels>
432+
<pagenums />
433+
</attributes>
434+
</configuration>
435+
</execution>
436436
<execution>
437437
<id>generate-html</id>
438438
<phase>pre-site</phase>

0 commit comments

Comments
 (0)