Bump byte-buddy to 1.12.10
[mdsal.git] / docs / assembly / guides.xml
1 <assembly
2     xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
5     <id>guides</id>
6     <formats>
7         <format>zip</format>
8     </formats>
9     <fileSets>
10         <fileSet>
11             <directory>${project.build.directory}/generated-docs</directory>
12             <outputDirectory>/</outputDirectory>
13         </fileSet>
14     </fileSets>
15 </assembly>