mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#754 Adding reference guide to distribution; Removing some dependencies between HTML and PDF executions
This commit is contained in:
parent
6d87e2525d
commit
6143d920cf
@ -63,6 +63,14 @@
|
||||
<source>target/freemarker-unpacked/META-INF/LICENSE.txt</source>
|
||||
<outputDirectory>etc/freemarker</outputDirectory>
|
||||
</file>
|
||||
<file>
|
||||
<source>../documentation/target/generated-docs/mapstruct-reference-guide.html</source>
|
||||
<outputDirectory>docs/reference/html</outputDirectory>
|
||||
</file>
|
||||
<file>
|
||||
<source>../documentation/target/generated-docs/mapstruct-reference-guide.pdf</source>
|
||||
<outputDirectory>docs/reference/pdf</outputDirectory>
|
||||
</file>
|
||||
</files>
|
||||
|
||||
<fileSets>
|
||||
|
@ -64,6 +64,13 @@
|
||||
<version>${asciidoctorj.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<sourceHighlighter>coderay</sourceHighlighter>
|
||||
<attributes>
|
||||
<mapstructVersion>1.0.0.Final</mapstructVersion>
|
||||
<icons>font</icons>
|
||||
</attributes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>output-html</id>
|
||||
@ -73,11 +80,6 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<backend>html</backend>
|
||||
<sourceHighlighter>coderay</sourceHighlighter>
|
||||
<attributes>
|
||||
<mapstructVersion>1.0.0.Final</mapstructVersion>
|
||||
<icons>font</icons>
|
||||
</attributes>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
@ -88,10 +90,7 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<backend>pdf</backend>
|
||||
<sourceHighlighter>coderay</sourceHighlighter>
|
||||
<attributes>
|
||||
<mapstructVersion>1.0.0.Final</mapstructVersion>
|
||||
<icons>font</icons>
|
||||
<pagenums/>
|
||||
<toc/>
|
||||
<idprefix/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user