Skip to content

Commit 16431d8

Browse files
author
Robert James Oxspring
committed
Ensure that svg and pdfs get generated with the site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@155222 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8e1e8ea commit 16431d8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

maven.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,13 @@ limitations under the License.
3232
<!-- END: C O M M O N S - B U I L D -->
3333
<!-- ================================================================== -->
3434

35+
<postGoal name="xdoc:transform">
36+
<attainGoal name="pdf:pdf"/>
37+
</postGoal>
38+
39+
<preGoal name="pdf:prepare">
40+
<attainGoal name="svg:init"/>
41+
<attainGoal name="svg:convert"/>
42+
</preGoal>
43+
3544
</project>

project.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ maven.jar.manifest=${basedir}/src/conf/MANIFEST.MF
2929

3030
maven.pdf.navigationFile=navigation-pdf.xml
3131

32-
maven.svg.executeOnload=true
32+
#maven.svg.dest.dir=${basedir}/xdocs/images
33+
maven.svg.target=all
34+
maven.svg.type=all
35+
maven.svg.onload=true

0 commit comments

Comments
 (0)