keycloak-scim/dist/assembly.xml
Stian Thorgersen f92b77edaf
Documentation dist bundle (#1464)
Closes #1464

Co-authored-by: keycloak-bot <keycloak.bot@gmail.com>
2022-04-06 09:04:27 +02:00

19 lines
No EOL
541 B
XML

<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
<id>docs-dist</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>true</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>../target</directory>
<outputDirectory></outputDirectory>
</fileSet>
</fileSets>
</assembly>