15 lines
515 B
XML
15 lines
515 B
XML
|
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
|
||
|
|
||
|
<id>asciidoc-html-zip</id>
|
||
|
<formats>
|
||
|
<format>zip</format>
|
||
|
</formats>
|
||
|
|
||
|
<fileSets>
|
||
|
<fileSet>
|
||
|
<directory>${project.build.directory}/generated-docs</directory>
|
||
|
<outputDirectory></outputDirectory>
|
||
|
</fileSet>
|
||
|
</fileSets>
|
||
|
</assembly>
|