Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | contributor license agreements. See the NOTICE file distributed with |
| 5 | this work for additional information regarding copyright ownership. |
| 6 | The ASF licenses this file to You under the Apache License, Version 2.0 |
| 7 | (the "License"); you may not use this file except in compliance with |
| 8 | the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | --> |
| 18 | <assembly> |
| 19 | <id></id> <!-- intentionally left blank -> http://jira.codehaus.org/browse/MASSEMBLY-301 --> |
| 20 | <formats> |
| 21 | <format>tar.gz</format> |
| 22 | </formats> |
| 23 | <fileSets> |
| 24 | |
| 25 | <!-- Copy license and other files from root --> |
| 26 | <fileSet> |
| 27 | <directory>..</directory> |
| 28 | <outputDirectory>/</outputDirectory> |
| 29 | <includes> |
| 30 | <include>README.txt</include> |
| 31 | <include>RELEASE*.txt</include> |
| 32 | </includes> |
| 33 | <lineEnding>unix</lineEnding> |
| 34 | </fileSet> |
| 35 | |
| 36 | <!-- Copy over everything that needs to get unix line endings --> |
| 37 | <fileSet> |
| 38 | <directory>src/main/distribution/text</directory> |
| 39 | <outputDirectory>/</outputDirectory> |
| 40 | <lineEnding>unix</lineEnding> |
| 41 | </fileSet> |
| 42 | <fileSet> |
| 43 | <directory>src/main/distribution/unix-text</directory> |
| 44 | <outputDirectory>/</outputDirectory> |
| 45 | <lineEnding>unix</lineEnding> |
| 46 | </fileSet> |
| 47 | <fileSet> |
| 48 | <directory>target/classes/etc</directory> |
| 49 | <outputDirectory>/etc/</outputDirectory> |
| 50 | <lineEnding>unix</lineEnding> |
| 51 | </fileSet> |
| 52 | |
| 53 | <!-- Copy over the examples --> |
| 54 | <fileSet> |
| 55 | <directory>../demos</directory> |
| 56 | <outputDirectory>/demos/</outputDirectory> |
| 57 | <lineEnding>unix</lineEnding> |
| 58 | <excludes> |
| 59 | <exclude>**/target/**</exclude> |
| 60 | </excludes> |
| 61 | </fileSet> |
| 62 | |
| 63 | <!-- Copy over files that should not get the line endings converted --> |
| 64 | <fileSet> |
| 65 | <directory>src/main/distribution/binary</directory> |
| 66 | <outputDirectory>/</outputDirectory> |
| 67 | </fileSet> |
| 68 | |
| 69 | <!-- Copy over the files that should not get the line endings converted but need to be chmod to 755 --> |
| 70 | <fileSet> |
| 71 | <directory>src/main/distribution/unix-binary</directory> |
| 72 | <outputDirectory>/</outputDirectory> |
| 73 | <fileMode>0755</fileMode> |
| 74 | </fileSet> |
| 75 | |
| 76 | <!-- Copy over the files that need unix line endings and also chmod to 755 --> |
| 77 | <fileSet> |
| 78 | <directory>src/main/distribution/unix-shell</directory> |
| 79 | <outputDirectory>/</outputDirectory> |
| 80 | <lineEnding>unix</lineEnding> |
| 81 | <fileMode>0755</fileMode> |
| 82 | </fileSet> |
| 83 | |
| 84 | <!-- Copy over jar files --> |
| 85 | <fileSet> |
| 86 | <directory>target/dependencies</directory> |
| 87 | <outputDirectory>/lib/</outputDirectory> |
| 88 | </fileSet> |
| 89 | |
| 90 | </fileSets> |
| 91 | |
| 92 | <files> |
| 93 | <file> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 94 | <source>${basedir}/target/maven-shared-archive-resources/META-INF/LICENSE</source> |
| 95 | <outputDirectory>/</outputDirectory> |
| 96 | <destName>LICENSE.txt</destName> |
| 97 | <fileMode>0644</fileMode> |
| 98 | <lineEnding>unix</lineEnding> |
| 99 | </file> |
| 100 | <file> |
| 101 | <source>${basedir}/target/maven-shared-archive-resources/META-INF/NOTICE</source> |
| 102 | <outputDirectory>/</outputDirectory> |
| 103 | <destName>NOTICE.txt</destName> |
| 104 | <fileMode>0644</fileMode> |
| 105 | <lineEnding>unix</lineEnding> |
| 106 | </file> |
| 107 | <file> |
| 108 | <source>${basedir}/target/classes/features.xml</source> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 109 | <outputDirectory>/system/org/apache/felix/karaf/apache-felix-karaf/${version}</outputDirectory> |
| 110 | <destName>apache-felix-karaf-${version}-features.xml</destName> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 111 | <fileMode>0644</fileMode> |
| 112 | <lineEnding>unix</lineEnding> |
| 113 | </file> |
| 114 | </files> |
| 115 | |
| 116 | <dependencySets> |
| 117 | |
| 118 | <dependencySet> |
| 119 | <outputDirectory>/system</outputDirectory> |
| 120 | <unpack>false</unpack> |
| 121 | <useProjectArtifact>false</useProjectArtifact> |
| 122 | <outputFileNameMapping>org/apache/felix/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 123 | <includes> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 124 | <include>org.apache.felix:org.apache.felix.configadmin</include> |
| 125 | <include>org.apache.felix:org.apache.felix.prefs</include> |
Guillaume Nodet | 350b150 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 126 | <include>org.apache.felix:org.apache.felix.framework</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 127 | </includes> |
| 128 | </dependencySet> |
| 129 | <dependencySet> |
| 130 | <outputDirectory>/system</outputDirectory> |
| 131 | <unpack>false</unpack> |
| 132 | <useProjectArtifact>false</useProjectArtifact> |
Guillaume Nodet | 077bac5 | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 133 | <outputFileNameMapping>org/apache/felix/gogo/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 134 | <includes> |
| 135 | <include>org.apache.felix.gogo:org.apache.felix.gogo.runtime</include> |
Guillaume Nodet | 077bac5 | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 136 | </includes> |
| 137 | </dependencySet> |
| 138 | <dependencySet> |
| 139 | <outputDirectory>/system</outputDirectory> |
| 140 | <unpack>false</unpack> |
| 141 | <useProjectArtifact>false</useProjectArtifact> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 142 | <outputFileNameMapping>org/ops4j/pax/logging/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 143 | <includes> |
| 144 | <include>org.ops4j.pax.logging:pax-logging-api</include> |
| 145 | <include>org.ops4j.pax.logging:pax-logging-service</include> |
| 146 | </includes> |
| 147 | </dependencySet> |
| 148 | <dependencySet> |
| 149 | <outputDirectory>/system</outputDirectory> |
| 150 | <unpack>false</unpack> |
| 151 | <useProjectArtifact>false</useProjectArtifact> |
| 152 | <outputFileNameMapping>org/ops4j/pax/url/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 153 | <includes> |
| 154 | <include>org.ops4j.pax.url:pax-url-mvn</include> |
| 155 | <include>org.ops4j.pax.url:pax-url-wrap</include> |
| 156 | </includes> |
| 157 | </dependencySet> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 158 | <dependencySet> |
| 159 | <outputDirectory>/system</outputDirectory> |
| 160 | <unpack>false</unpack> |
| 161 | <useProjectArtifact>false</useProjectArtifact> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 162 | <outputFileNameMapping>org/apache/felix/karaf/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 163 | <includes> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 164 | <include>org.apache.felix.karaf:org.apache.felix.karaf.management</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 165 | </includes> |
| 166 | </dependencySet> |
| 167 | <dependencySet> |
| 168 | <outputDirectory>/system</outputDirectory> |
| 169 | <unpack>false</unpack> |
| 170 | <useProjectArtifact>false</useProjectArtifact> |
Guillaume Nodet | 2cb94d0 | 2009-08-07 09:55:51 +0000 | [diff] [blame^] | 171 | <outputFileNameMapping>org/apache/felix/karaf/features/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 172 | <includes> |
| 173 | <include>org.apache.felix.karaf.features:org.apache.felix.karaf.features.core</include> |
| 174 | <include>org.apache.felix.karaf.features:org.apache.felix.karaf.features.command</include> |
| 175 | <include>org.apache.felix.karaf.features:org.apache.felix.karaf.features.management</include> |
| 176 | </includes> |
| 177 | </dependencySet> |
| 178 | <dependencySet> |
| 179 | <outputDirectory>/system</outputDirectory> |
| 180 | <unpack>false</unpack> |
| 181 | <useProjectArtifact>false</useProjectArtifact> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 182 | <outputFileNameMapping>org/apache/felix/karaf/deployer/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
Guillaume Nodet | 18c56a1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 183 | <includes> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 184 | <include>org.apache.felix.karaf.deployer:org.apache.felix.karaf.deployer.filemonitor</include> |
| 185 | <include>org.apache.felix.karaf.deployer:org.apache.felix.karaf.deployer.spring</include> |
| 186 | <include>org.apache.felix.karaf.deployer:org.apache.felix.karaf.deployer.blueprint</include> |
| 187 | <include>org.apache.felix.karaf.deployer:org.apache.felix.karaf.deployer.features</include> |
Guillaume Nodet | 18c56a1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 188 | </includes> |
| 189 | </dependencySet> |
| 190 | <dependencySet> |
| 191 | <outputDirectory>/system</outputDirectory> |
| 192 | <unpack>false</unpack> |
| 193 | <useProjectArtifact>false</useProjectArtifact> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 194 | <outputFileNameMapping>org/apache/felix/karaf/gshell/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 195 | <includes> |
Guillaume Nodet | 077bac5 | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 196 | <include>org.apache.felix.karaf.gshell:org.apache.felix.karaf.gshell.console</include> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 197 | <include>org.apache.felix.karaf.gshell:org.apache.felix.karaf.gshell.admin</include> |
| 198 | <include>org.apache.felix.karaf.gshell:org.apache.felix.karaf.gshell.osgi</include> |
| 199 | <include>org.apache.felix.karaf.gshell:org.apache.felix.karaf.gshell.log</include> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 200 | <include>org.apache.felix.karaf.gshell:org.apache.felix.karaf.gshell.config</include> |
| 201 | <include>org.apache.felix.karaf.gshell:org.apache.felix.karaf.gshell.packages</include> |
Guillaume Nodet | 077bac5 | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 202 | <include>org.apache.felix.karaf.gshell:org.apache.felix.karaf.gshell.ssh</include> |
| 203 | <include>org.apache.felix.karaf.gshell:org.apache.felix.karaf.gshell.commands</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 204 | </includes> |
| 205 | </dependencySet> |
| 206 | <dependencySet> |
| 207 | <outputDirectory>/system</outputDirectory> |
| 208 | <unpack>false</unpack> |
| 209 | <useProjectArtifact>false</useProjectArtifact> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 210 | <outputFileNameMapping>org/apache/felix/karaf/jaas/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 211 | <includes> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 212 | <include>org.apache.felix.karaf.jaas:org.apache.felix.karaf.jaas.config</include> |
| 213 | <include>org.apache.felix.karaf.jaas:org.apache.felix.karaf.jaas.modules</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 214 | </includes> |
| 215 | </dependencySet> |
| 216 | <dependencySet> |
| 217 | <outputDirectory>/system</outputDirectory> |
| 218 | <unpack>false</unpack> |
| 219 | <useProjectArtifact>false</useProjectArtifact> |
| 220 | <outputFileNameMapping>org/apache/sshd/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 221 | <includes> |
| 222 | <include>org.apache.sshd:sshd-core</include> |
| 223 | </includes> |
| 224 | </dependencySet> |
| 225 | <dependencySet> |
| 226 | <outputDirectory>/system</outputDirectory> |
| 227 | <unpack>false</unpack> |
| 228 | <useProjectArtifact>false</useProjectArtifact> |
| 229 | <outputFileNameMapping>org/apache/mina/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 230 | <includes> |
| 231 | <include>org.apache.mina:mina-core</include> |
| 232 | </includes> |
| 233 | </dependencySet> |
| 234 | <dependencySet> |
| 235 | <outputDirectory>/system</outputDirectory> |
| 236 | <unpack>false</unpack> |
| 237 | <useProjectArtifact>false</useProjectArtifact> |
| 238 | <outputFileNameMapping>org/osgi/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 239 | <includes> |
Guillaume Nodet | 077bac5 | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 240 | <include>org.osgi:org.osgi.impl.bundle.jmx</include> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 241 | </includes> |
| 242 | </dependencySet> |
Guillaume Nodet | 350b150 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 243 | <dependencySet> |
| 244 | <outputDirectory>/system</outputDirectory> |
| 245 | <unpack>false</unpack> |
| 246 | <useProjectArtifact>false</useProjectArtifact> |
| 247 | <outputFileNameMapping>org/eclipse/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 248 | <includes> |
| 249 | <include>org.eclipse:osgi</include> |
| 250 | </includes> |
| 251 | </dependencySet> |
Guillaume Nodet | fcf2d34 | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 252 | <dependencySet> |
| 253 | <outputDirectory>/system</outputDirectory> |
| 254 | <unpack>false</unpack> |
| 255 | <useProjectArtifact>false</useProjectArtifact> |
| 256 | <outputFileNameMapping>org/apache/geronimo/${artifact.artifactId}/${artifact.baseVersion}/${artifact.artifactId}-${artifact.baseVersion}${dashClassifier?}.${artifact.extension}</outputFileNameMapping> |
| 257 | <includes> |
| 258 | <include>org.apache.geronimo:blueprint-bundle</include> |
| 259 | </includes> |
| 260 | </dependencySet> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 261 | |
| 262 | </dependencySets> |
| 263 | |
| 264 | </assembly> |