zip.xml revision 27b2ac15d8015fcdd3a940b10e788f408903670e
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan<?xml version="1.0" encoding="UTF-8"?>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan<!--
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan The contents of this file are subject to the terms of the Common Development and
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan Distribution License (the License). You may not use this file except in compliance with the
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan License.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan specific language governing permission and limitations under the License.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan When distributing Covered Software, include this CDDL Header Notice in each file and include
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan Header, with the fields enclosed by brackets [] replaced by your own identifying
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan information: "Portions Copyrighted [year] [name of copyright owner]".
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan Copyright © 2011 ForgeRock AS. All rights reserved.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan-->
4eb529f0471672590d77cf89ef23987ba2c95ff4Laszlo Hordos<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4eb529f0471672590d77cf89ef23987ba2c95ff4Laszlo Hordos xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <id>bin</id>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <baseDirectory>/</baseDirectory>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <formats>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <format>zip</format>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan </formats>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <fileSets>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <fileSet>
54f30b716553d88ea9ebb010037f4c74eb1d69acPaul Bryan <directory>${basedir}/src/main/resources</directory>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <outputDirectory>/openidm</outputDirectory>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <excludes>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <exclude>**/*.sh</exclude>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos </excludes>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos </fileSet>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <fileSet>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <directory>${basedir}/src/main/resources</directory>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <outputDirectory>/openidm</outputDirectory>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <fileMode>754</fileMode>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <includes>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <include>**/*.sh</include>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos </includes>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan </fileSet>
a14db14686bf9f6817c47e5c14e887d74dd615f0Laszlo Hordos <fileSet>
113939c1056403ed7d3bf33dd1b5d404e6838645Andi Egloff <directory>${project.build.directory}/orientstudio/orientdb-${orientdb.version}/www</directory>
f85a185a657def022f6d8896cc755403f7d40694Andi Egloff <outputDirectory>/openidm/db/util/orientdb/studio</outputDirectory>
a14db14686bf9f6817c47e5c14e887d74dd615f0Laszlo Hordos </fileSet>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <!-- Create empty logs directory -->
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <fileSet>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <directory>${project.build.directory}</directory>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <excludes>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <exclude>**/*</exclude>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin </excludes>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <outputDirectory>/openidm/logs</outputDirectory>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin </fileSet>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan </fileSets>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <dependencySets>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <dependencySet>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <useProjectArtifact>false</useProjectArtifact>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <outputDirectory>/openidm/bundle</outputDirectory>
87723f2895f37176408ecb9037bb77388cc5a008Andi Egloff <scope>runtime</scope>
dd37dcbebe120d68ca67144b7f943f0317deda38Andi Egloff <excludes>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <exclude>org.apache.felix:org.apache.felix.main</exclude>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <exclude>org.apache.felix:org.apache.felix.framework</exclude>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <exclude>org.apache.felix:org.osgi.foundation</exclude>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <exclude>org.apache.felix:org.apache.felix.scr.annotations</exclude>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <exclude>org.osgi:**</exclude>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <exclude>javax.persistence:persistence-api</exclude>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <exclude>javax.transaction:jta</exclude>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos <exclude>org.forgerock.openicf.connectors.*:openicf-*</exclude>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <exclude>org.forgerock.openidm:openidm-config</exclude>
93f72edb164ef872eab6e4d482baa186a0dd6c62Andi Egloff <exclude>org.forgerock.openidm:openidm-crypto</exclude>
942254fee09d8f0575394fc3e0f3733fb0565961Andi Egloff <exclude>org.forgerock.openidm:openidm-jaas-loginmodule-repo</exclude>
942254fee09d8f0575394fc3e0f3733fb0565961Andi Egloff <exclude>org.forgerock.openidm:openidm-jetty-fragment</exclude>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <exclude>org.forgerock.openidm:openidm-repo-jdbc</exclude>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <exclude>org.forgerock.openidm:openidm-repo-orientdb</exclude>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos <exclude>org.forgerock.openidm:openidm-shell</exclude>
ea2b8c1f700ed9e4078b81e2f97c46e39d40f935Andi Egloff <exclude>org.forgerock.openidm:openidm-security-jetty</exclude>
983ddf18200eaf45691ee29332dd1d40d229f190Chad Kienle <exclude>org.forgerock.openidm:openidm-quartz-fragment</exclude>
d2f952a00b334781659435acb1f084d1e564294bAndi Egloff <exclude>org.forgerock.openidm:openidm-scheduler</exclude>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <exclude>org.forgerock.openidm:openidm-ui-ria:zip</exclude>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <exclude>*:*:js</exclude>
1592981c1082e4b989c9284c12008fcdd1741b46Andi Egloff <exclude>org.apache.felix:org.apache.felix.fileinstall</exclude>
1592981c1082e4b989c9284c12008fcdd1741b46Andi Egloff <exclude>org.apache.felix:org.apache.felix.configadmin</exclude>
c0728f0775837d21eca29eaa12a6615fe0d97cecAndi Egloff <exclude>org.ops4j.pax.web:pax-web-jetty-bundle</exclude>
c0728f0775837d21eca29eaa12a6615fe0d97cecAndi Egloff <exclude>org.ops4j.pax.web:pax-web-extender-whiteboard</exclude>
f81f15509860812fa3550a500665ecb11024abb6Laszlo Hordos <exclude>org.apache.felix:org.apache.felix.gogo.shell</exclude>
5a170caa240cb1083319650c3a578e34cf8ab544Laszlo Hordos <exclude>org.eclipse.osgi:org.eclipse.osgi</exclude>
dd37dcbebe120d68ca67144b7f943f0317deda38Andi Egloff </excludes>
dd37dcbebe120d68ca67144b7f943f0317deda38Andi Egloff </dependencySet>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <dependencySet>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <useProjectArtifact>false</useProjectArtifact>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <outputDirectory>/openidm/bundle/init</outputDirectory>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <includes>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <include>org.forgerock.openidm:openidm-config</include>
93f72edb164ef872eab6e4d482baa186a0dd6c62Andi Egloff <include>org.forgerock.openidm:openidm-crypto</include>
942254fee09d8f0575394fc3e0f3733fb0565961Andi Egloff <include>org.forgerock.openidm:openidm-jaas-loginmodule-repo</include>
942254fee09d8f0575394fc3e0f3733fb0565961Andi Egloff <include>org.forgerock.openidm:openidm-jetty-fragment</include>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <include>org.forgerock.openidm:openidm-repo-jdbc</include>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <include>org.forgerock.openidm:openidm-repo-orientdb</include>
d2f952a00b334781659435acb1f084d1e564294bAndi Egloff <include>org.forgerock.openidm:openidm-scheduler</include>
ea2b8c1f700ed9e4078b81e2f97c46e39d40f935Andi Egloff <include>org.forgerock.openidm:openidm-security-jetty</include>
983ddf18200eaf45691ee29332dd1d40d229f190Chad Kienle <include>org.forgerock.openidm:openidm-quartz-fragment</include>
b6fb396e97b6c812adf03c867b53c1aa1ce8c46dAndi Egloff <include>org.apache.felix:org.apache.felix.fileinstall</include>
b6fb396e97b6c812adf03c867b53c1aa1ce8c46dAndi Egloff <include>org.apache.felix:org.apache.felix.configadmin</include>
c0728f0775837d21eca29eaa12a6615fe0d97cecAndi Egloff <include>org.ops4j.pax.web:pax-web-jetty-bundle</include>
c0728f0775837d21eca29eaa12a6615fe0d97cecAndi Egloff <include>org.ops4j.pax.web:pax-web-extender-whiteboard</include>
f81f15509860812fa3550a500665ecb11024abb6Laszlo Hordos <include>org.apache.felix:org.apache.felix.gogo.shell</include>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff </includes>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff </dependencySet>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <!-- Include UI in distribution for use in various web servers -->
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <dependencySet>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <unpack>true</unpack>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <outputDirectory>/openidm/ui</outputDirectory>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <includes>
27b2ac15d8015fcdd3a940b10e788f408903670embilski <include>org.forgerock.openidm:openidm-ui-ria-admin</include>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin </includes>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin </dependencySet>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <dependencySet>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <useProjectArtifact>false</useProjectArtifact>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <outputDirectory>/openidm/connectors</outputDirectory>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <includes>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos <include>org.forgerock.openicf.connectors.*:openicf-*</include>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos </includes>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos </dependencySet>
dd37dcbebe120d68ca67144b7f943f0317deda38Andi Egloff <dependencySet>
dd37dcbebe120d68ca67144b7f943f0317deda38Andi Egloff <unpack>false</unpack>
dd37dcbebe120d68ca67144b7f943f0317deda38Andi Egloff <outputFileNameMapping>felix.jar</outputFileNameMapping>
dd37dcbebe120d68ca67144b7f943f0317deda38Andi Egloff <includes>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <include>org.apache.felix:org.apache.felix.main</include>
dd37dcbebe120d68ca67144b7f943f0317deda38Andi Egloff </includes>
dd37dcbebe120d68ca67144b7f943f0317deda38Andi Egloff <outputDirectory>/openidm/bin</outputDirectory>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan </dependencySet>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos <dependencySet>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos <unpack>false</unpack>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos <outputFileNameMapping>openidm.jar</outputFileNameMapping>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos <includes>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos <include>org.forgerock.openidm:openidm-shell</include>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos </includes>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos <outputDirectory>/openidm/bin</outputDirectory>
43689602ee8a67deb29ea8412c48410dcaa6b30aLaszlo Hordos </dependencySet>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan </dependencySets>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan</assembly>