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>
|
<source>target/freemarker-unpacked/META-INF/LICENSE.txt</source>
|
||||||
<outputDirectory>etc/freemarker</outputDirectory>
|
<outputDirectory>etc/freemarker</outputDirectory>
|
||||||
</file>
|
</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>
|
</files>
|
||||||
|
|
||||||
<fileSets>
|
<fileSets>
|
||||||
|
@ -64,6 +64,13 @@
|
|||||||
<version>${asciidoctorj.version}</version>
|
<version>${asciidoctorj.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<configuration>
|
||||||
|
<sourceHighlighter>coderay</sourceHighlighter>
|
||||||
|
<attributes>
|
||||||
|
<mapstructVersion>1.0.0.Final</mapstructVersion>
|
||||||
|
<icons>font</icons>
|
||||||
|
</attributes>
|
||||||
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>output-html</id>
|
<id>output-html</id>
|
||||||
@ -73,11 +80,6 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<backend>html</backend>
|
<backend>html</backend>
|
||||||
<sourceHighlighter>coderay</sourceHighlighter>
|
|
||||||
<attributes>
|
|
||||||
<mapstructVersion>1.0.0.Final</mapstructVersion>
|
|
||||||
<icons>font</icons>
|
|
||||||
</attributes>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
@ -88,10 +90,7 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<backend>pdf</backend>
|
<backend>pdf</backend>
|
||||||
<sourceHighlighter>coderay</sourceHighlighter>
|
|
||||||
<attributes>
|
<attributes>
|
||||||
<mapstructVersion>1.0.0.Final</mapstructVersion>
|
|
||||||
<icons>font</icons>
|
|
||||||
<pagenums/>
|
<pagenums/>
|
||||||
<toc/>
|
<toc/>
|
||||||
<idprefix/>
|
<idprefix/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user