Skip to content

Commit 4ff3993

Browse files
committed
Changed asciidoctor setup.
1 parent aa9ee56 commit 4ff3993

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@
354354
<encoding>UTF-8</encoding>
355355
<excludes>
356356
<exclude>target/**</exclude>
357-
<exclude>LICENSE*.txt</exclude>
357+
<exclude>*LICENSE*.txt</exclude>
358+
<exclude>*LICENSE*.html</exclude>
358359
<exclude>README.*</exclude>
359360
<exclude>checkstyle*.*</exclude>
360361
<exclude>*.css</exclude>
@@ -721,7 +722,7 @@
721722
</configuration>
722723
</execution>
723724
<execution>
724-
<id>output-docbook</id>
725+
<id>output-pdf</id>
725726
<phase>prepare-package</phase>
726727
<goals>
727728
<goal>process-asciidoc</goal>

0 commit comments

Comments
 (0)