Skip to content

Commit

Permalink
Issue eclipse-ee4j#23739 Fixed imagesDirt configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Dec 14, 2021
1 parent 20b0bf9 commit fb68f27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@
<configuration>
<sourceDirectory>${project.build.directory}/book</sourceDirectory>
<sourceDocumentName>book.adoc</sourceDocumentName>
<!-- XXX - below depends on running jbake first -->
<imagesDir>${project.build.directory}/staging/${project.artifactId}/</imagesDir>
<backend>pdf</backend>
<outputFile>${doc.pdf}</outputFile>
<attributes>
Expand All @@ -147,6 +145,7 @@
<idseparator>-</idseparator>
<docinfo1>true</docinfo1>
<embedAssets>true</embedAssets>
<imagesDir>${project.build.directory}/staging/${project.artifactId}</imagesDir>
</attributes>
</configuration>
<executions>
Expand Down

0 comments on commit fb68f27

Please sign in to comment.