config-ref-assembly.xml revision 16cd0b700bf132f7988ee61beadf685c3320eb47
0N/A<!--
1879N/A ! CDDL HEADER START
0N/A !
0N/A ! The contents of this file are subject to the terms of the
0N/A ! Common Development and Distribution License, Version 1.0 only
0N/A ! (the "License"). You may not use this file except in compliance
0N/A ! with the License.
0N/A !
0N/A ! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
0N/A ! or http://forgerock.org/license/CDDLv1.0.html.
0N/A ! See the License for the specific language governing permissions
0N/A ! and limitations under the License.
0N/A !
0N/A ! When distributing Covered Code, include this CDDL HEADER in each
0N/A ! file and include the License file at
0N/A ! legal-notices/CDDLv1_0.txt. If applicable,
0N/A ! add the following below this CDDL HEADER, with the fields enclosed
0N/A ! by brackets "[]" replaced with your own identifying information:
1472N/A ! Portions Copyright [yyyy] [name of copyright owner]
1472N/A !
1472N/A ! CDDL HEADER END
0N/A !
0N/A ! Copyright 2015 ForgeRock AS.
0N/A !
1879N/A-->
1879N/A<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
1879N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1879N/A xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
1879N/A http://maven.apache.org/xsd/assembly-1.1.2.xsd">
1879N/A <id>config-ref</id>
1879N/A
1879N/A <formats>
0N/A <format>jar</format>
0N/A </formats>
0N/A
0N/A <includeBaseDirectory>false</includeBaseDirectory>
0N/A
0N/A <fileSets>
0N/A <fileSet>
0N/A <directory>${project.build.directory}/site/configref</directory>
0N/A <outputDirectory />
0N/A </fileSet>
0N/A </fileSets>
0N/A</assembly>
0N/A