Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 3 | |
| 4 | <!-- |
| 5 | |
| 6 | Licensed to the Apache Software Foundation (ASF) under one or more |
| 7 | contributor license agreements. See the NOTICE file distributed with |
| 8 | this work for additional information regarding copyright ownership. |
| 9 | The ASF licenses this file to You under the Apache License, Version 2.0 |
| 10 | (the "License"); you may not use this file except in compliance with |
| 11 | the License. You may obtain a copy of the License at |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
| 20 | --> |
| 21 | |
| 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | |
| 24 | <parent> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 25 | <groupId>org.apache.felix.karaf</groupId> |
Guillaume Nodet | b9103c8 | 2009-05-11 14:33:35 +0000 | [diff] [blame^] | 26 | <artifactId>karaf</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 27 | <version>1.2.0-SNAPSHOT</version> |
| 28 | </parent> |
| 29 | |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 30 | <groupId>org.apache.felix.karaf</groupId> |
| 31 | <artifactId>apache-felix-karaf</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 32 | <packaging>pom</packaging> |
| 33 | <version>1.2.0-SNAPSHOT</version> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 34 | <name>Apache Felix Karaf :: Assembly</name> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 35 | |
| 36 | <dependencies> |
| 37 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 38 | <groupId>org.apache.felix.karaf</groupId> |
| 39 | <artifactId>org.apache.felix.karaf.main</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 40 | </dependency> |
| 41 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 42 | <groupId>org.apache.felix.karaf</groupId> |
| 43 | <artifactId>org.apache.felix.karaf.client</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 44 | </dependency> |
| 45 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 46 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 47 | <artifactId>org.apache.felix.karaf.deployer.filemonitor</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 48 | </dependency> |
| 49 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 50 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 51 | <artifactId>org.apache.felix.karaf.deployer.spring</artifactId> |
Guillaume Nodet | 18c56a1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 54 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 55 | <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId> |
Guillaume Nodet | 18c56a1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 56 | </dependency> |
| 57 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 58 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 59 | <artifactId>org.apache.felix.karaf.deployer.features</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 60 | </dependency> |
| 61 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 62 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 63 | <artifactId>org.apache.felix.karaf.gshell.core</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 64 | </dependency> |
| 65 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 66 | <groupId>org.apache.felix.karaf.gshell</groupId> |
Guillaume Nodet | ccfc3d8 | 2009-05-06 14:40:12 +0000 | [diff] [blame] | 67 | <artifactId>org.apache.felix.karaf.gshell.run</artifactId> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>org.apache.felix.karaf.gshell</groupId> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 71 | <artifactId>org.apache.felix.karaf.gshell.admin</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 72 | </dependency> |
| 73 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 74 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 75 | <artifactId>org.apache.felix.karaf.gshell.obr</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 76 | </dependency> |
| 77 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 78 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 79 | <artifactId>org.apache.felix.karaf.gshell.osgi</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 80 | </dependency> |
| 81 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 82 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 83 | <artifactId>org.apache.felix.karaf.gshell.log</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 84 | </dependency> |
| 85 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 86 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 87 | <artifactId>org.apache.felix.karaf.gshell.features</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 88 | </dependency> |
| 89 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 90 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 91 | <artifactId>org.apache.felix.karaf.gshell.config</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 92 | </dependency> |
| 93 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 94 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 95 | <artifactId>org.apache.felix.karaf.gshell.packages</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 96 | </dependency> |
| 97 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 98 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 99 | <artifactId>org.apache.felix.karaf.jaas.boot</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 100 | </dependency> |
| 101 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 102 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 103 | <artifactId>org.apache.felix.karaf.jaas.config</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 104 | </dependency> |
| 105 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 106 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 107 | <artifactId>org.apache.felix.karaf.jaas.modules</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 108 | </dependency> |
| 109 | <dependency> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 110 | <groupId>org.apache.felix.karaf</groupId> |
| 111 | <artifactId>org.apache.felix.karaf.management</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>org.springframework.osgi</groupId> |
| 115 | <artifactId>spring-osgi-extender</artifactId> |
| 116 | </dependency> |
| 117 | <dependency> |
| 118 | <groupId>org.springframework.osgi</groupId> |
| 119 | <artifactId>spring-osgi-core</artifactId> |
| 120 | </dependency> |
| 121 | <dependency> |
| 122 | <groupId>org.springframework.osgi</groupId> |
| 123 | <artifactId>spring-osgi-io</artifactId> |
| 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>org.springframework</groupId> |
| 127 | <artifactId>spring-context</artifactId> |
| 128 | </dependency> |
| 129 | <dependency> |
| 130 | <groupId>org.springframework</groupId> |
| 131 | <artifactId>spring-beans</artifactId> |
| 132 | </dependency> |
| 133 | <dependency> |
| 134 | <groupId>org.springframework</groupId> |
| 135 | <artifactId>spring-core</artifactId> |
| 136 | </dependency> |
| 137 | <dependency> |
| 138 | <groupId>org.springframework</groupId> |
| 139 | <artifactId>spring-aop</artifactId> |
| 140 | </dependency> |
| 141 | <dependency> |
| 142 | <groupId>org.apache.felix</groupId> |
| 143 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
| 144 | </dependency> |
| 145 | <dependency> |
| 146 | <groupId>org.apache.servicemix.specs</groupId> |
| 147 | <artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId> |
| 148 | </dependency> |
| 149 | <dependency> |
| 150 | <groupId>org.apache.servicemix.bundles</groupId> |
| 151 | <artifactId>org.apache.servicemix.bundles.jaxp-ri</artifactId> |
| 152 | </dependency> |
| 153 | <dependency> |
| 154 | <groupId>org.apache.mina</groupId> |
| 155 | <artifactId>mina-core</artifactId> |
| 156 | </dependency> |
| 157 | <dependency> |
| 158 | <groupId>org.apache.servicemix.bundles</groupId> |
| 159 | <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId> |
| 160 | </dependency> |
| 161 | <dependency> |
| 162 | <groupId>org.apache.servicemix.bundles</groupId> |
| 163 | <artifactId>org.apache.servicemix.bundles.cglib</artifactId> |
| 164 | </dependency> |
| 165 | <dependency> |
| 166 | <groupId>org.apache.servicemix.bundles</groupId> |
| 167 | <artifactId>org.apache.servicemix.bundles.commons-jexl</artifactId> |
| 168 | </dependency> |
| 169 | <dependency> |
| 170 | <groupId>org.apache.servicemix.bundles</groupId> |
| 171 | <artifactId>org.apache.servicemix.bundles.commons-vfs</artifactId> |
| 172 | </dependency> |
| 173 | <dependency> |
| 174 | <groupId>org.apache.servicemix.bundles</groupId> |
| 175 | <artifactId>org.apache.servicemix.bundles.oro</artifactId> |
| 176 | </dependency> |
| 177 | <dependency> |
| 178 | <groupId>org.apache.servicemix.bundles</groupId> |
| 179 | <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId> |
| 180 | </dependency> |
| 181 | <dependency> |
| 182 | <groupId>org.apache.servicemix.bundles</groupId> |
| 183 | <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId> |
| 184 | </dependency> |
| 185 | <dependency> |
| 186 | <groupId>org.apache.servicemix.bundles</groupId> |
| 187 | <artifactId>org.apache.servicemix.bundles.jline</artifactId> |
| 188 | </dependency> |
| 189 | <dependency> |
| 190 | <groupId>org.apache.felix</groupId> |
| 191 | <artifactId>org.osgi.compendium</artifactId> |
| 192 | </dependency> |
| 193 | <dependency> |
| 194 | <groupId>org.apache.felix</groupId> |
| 195 | <artifactId>org.apache.felix.configadmin</artifactId> |
| 196 | </dependency> |
| 197 | <dependency> |
| 198 | <groupId>org.apache.felix</groupId> |
| 199 | <artifactId>org.apache.felix.prefs</artifactId> |
| 200 | </dependency> |
| 201 | <dependency> |
| 202 | <groupId>org.ops4j.pax.logging</groupId> |
| 203 | <artifactId>pax-logging-api</artifactId> |
| 204 | </dependency> |
| 205 | <dependency> |
| 206 | <groupId>org.ops4j.pax.logging</groupId> |
| 207 | <artifactId>pax-logging-service</artifactId> |
| 208 | </dependency> |
| 209 | <dependency> |
| 210 | <groupId>org.ops4j.pax.url</groupId> |
| 211 | <artifactId>pax-url-mvn</artifactId> |
| 212 | </dependency> |
| 213 | <dependency> |
| 214 | <groupId>org.ops4j.pax.url</groupId> |
| 215 | <artifactId>pax-url-wrap</artifactId> |
| 216 | </dependency> |
| 217 | <dependency> |
| 218 | <groupId>org.apache.geronimo.specs</groupId> |
| 219 | <artifactId>geronimo-servlet_2.5_spec</artifactId> |
| 220 | </dependency> |
| 221 | <dependency> |
| 222 | <groupId>org.apache.geronimo.specs</groupId> |
| 223 | <artifactId>geronimo-annotation_1.0_spec</artifactId> |
| 224 | </dependency> |
| 225 | <dependency> |
| 226 | <groupId>org.apache.sshd</groupId> |
| 227 | <artifactId>sshd-core</artifactId> |
| 228 | </dependency> |
| 229 | <dependency> |
| 230 | <groupId>org.osgi</groupId> |
| 231 | <artifactId>jmx</artifactId> |
| 232 | </dependency> |
| 233 | <dependency> |
| 234 | <groupId>com.oracle.osgi</groupId> |
| 235 | <artifactId>jmx-impl</artifactId> |
| 236 | </dependency> |
Guillaume Nodet | 350b150 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 237 | <dependency> |
| 238 | <groupId>org.eclipse</groupId> |
| 239 | <artifactId>osgi</artifactId> |
| 240 | </dependency> |
| 241 | <dependency> |
| 242 | <groupId>org.apache.felix</groupId> |
| 243 | <artifactId>org.apache.felix.framework</artifactId> |
| 244 | </dependency> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 245 | </dependencies> |
| 246 | <build> |
| 247 | <resources> |
| 248 | <resource> |
| 249 | <directory>${pom.basedir}/src/main/filtered-resources</directory> |
| 250 | <filtering>true</filtering> |
| 251 | <includes> |
| 252 | <include>**/*</include> |
| 253 | </includes> |
| 254 | </resource> |
| 255 | </resources> |
| 256 | <plugins> |
| 257 | <plugin> |
| 258 | <groupId>org.apache.maven.plugins</groupId> |
| 259 | <artifactId>maven-resources-plugin</artifactId> |
| 260 | <executions> |
| 261 | <execution> |
| 262 | <id>filter</id> |
| 263 | <phase>generate-resources</phase> |
| 264 | <goals> |
| 265 | <goal>resources</goal> |
| 266 | </goals> |
| 267 | </execution> |
| 268 | </executions> |
| 269 | </plugin> |
| 270 | <plugin> |
| 271 | <groupId>org.apache.maven.plugins</groupId> |
| 272 | <artifactId>maven-dependency-plugin</artifactId> |
| 273 | <executions> |
| 274 | <execution> |
| 275 | <id>copy</id> |
| 276 | <phase>generate-resources</phase> |
| 277 | <goals> |
| 278 | <goal>copy</goal> |
| 279 | </goals> |
| 280 | <configuration> |
| 281 | <artifactItems> |
| 282 | <artifactItem> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 283 | <groupId>org.apache.felix.karaf</groupId> |
| 284 | <artifactId>org.apache.felix.karaf.main</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 285 | <outputDirectory>target/dependencies</outputDirectory> |
Guillaume Nodet | 874ecc8 | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 286 | <destFileName>karaf.jar</destFileName> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 287 | </artifactItem> |
| 288 | <artifactItem> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 289 | <groupId>org.apache.felix.karaf</groupId> |
| 290 | <artifactId>org.apache.felix.karaf.client</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 291 | <outputDirectory>target/dependencies</outputDirectory> |
Guillaume Nodet | 874ecc8 | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 292 | <destFileName>karaf-client.jar</destFileName> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 293 | </artifactItem> |
| 294 | <artifactItem> |
Gert Vanthienen | 607b852 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 295 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 296 | <artifactId>org.apache.felix.karaf.jaas.boot</artifactId> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 297 | <outputDirectory>target/dependencies</outputDirectory> |
Guillaume Nodet | 874ecc8 | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 298 | <destFileName>karaf-jaas-boot.jar</destFileName> |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 299 | </artifactItem> |
| 300 | </artifactItems> |
| 301 | </configuration> |
| 302 | </execution> |
| 303 | </executions> |
| 304 | </plugin> |
| 305 | <plugin> |
| 306 | <groupId>org.codehaus.mojo</groupId> |
| 307 | <artifactId>build-helper-maven-plugin</artifactId> |
| 308 | <executions> |
| 309 | <execution> |
| 310 | <id>attach-artifacts</id> |
| 311 | <phase>package</phase> |
| 312 | <goals> |
| 313 | <goal>attach-artifact</goal> |
| 314 | </goals> |
| 315 | <configuration> |
| 316 | <artifacts> |
| 317 | <artifact> |
| 318 | <file>target/classes/features.xml</file> |
| 319 | <type>xml</type> |
| 320 | <classifier>features</classifier> |
| 321 | </artifact> |
| 322 | </artifacts> |
| 323 | </configuration> |
| 324 | </execution> |
| 325 | </executions> |
| 326 | </plugin> |
| 327 | <plugin> |
| 328 | <groupId>org.apache.maven.plugins</groupId> |
| 329 | <artifactId>maven-assembly-plugin</artifactId> |
| 330 | <executions> |
| 331 | <execution> |
| 332 | <id>unix-bin</id> |
| 333 | <phase>package</phase> |
| 334 | <goals> |
| 335 | <goal>single</goal> |
| 336 | </goals> |
| 337 | <configuration> |
| 338 | <descriptors> |
| 339 | <descriptor>src/main/descriptors/unix-bin.xml</descriptor> |
| 340 | </descriptors> |
| 341 | <finalName>${pom.artifactId}-${pom.version}</finalName> |
| 342 | <tarLongFileMode>gnu</tarLongFileMode> |
| 343 | </configuration> |
| 344 | </execution> |
| 345 | <execution> |
| 346 | <id>windows-bin</id> |
| 347 | <phase>package</phase> |
| 348 | <goals> |
| 349 | <goal>single</goal> |
| 350 | </goals> |
| 351 | <configuration> |
| 352 | <descriptors> |
| 353 | <descriptor>src/main/descriptors/windows-bin.xml</descriptor> |
| 354 | </descriptors> |
| 355 | <finalName>${pom.artifactId}-${pom.version}</finalName> |
| 356 | <appendAssemblyId>true</appendAssemblyId> |
| 357 | <assemblyId/> |
| 358 | </configuration> |
| 359 | </execution> |
| 360 | <execution> |
| 361 | <id>unix-src</id> |
| 362 | <phase>package</phase> |
| 363 | <goals> |
| 364 | <goal>single</goal> |
| 365 | </goals> |
| 366 | <configuration> |
| 367 | <descriptors> |
| 368 | <descriptor>src/main/descriptors/unix-src.xml</descriptor> |
| 369 | </descriptors> |
| 370 | <tarLongFileMode>gnu</tarLongFileMode> |
| 371 | </configuration> |
| 372 | </execution> |
| 373 | <execution> |
| 374 | <id>windows-src</id> |
| 375 | <phase>package</phase> |
| 376 | <goals> |
| 377 | <goal>single</goal> |
| 378 | </goals> |
| 379 | <configuration> |
| 380 | <descriptors> |
| 381 | <descriptor>src/main/descriptors/windows-src.xml</descriptor> |
| 382 | </descriptors> |
| 383 | </configuration> |
| 384 | </execution> |
| 385 | </executions> |
| 386 | </plugin> |
| 387 | </plugins> |
| 388 | </build> |
| 389 | |
| 390 | <profiles> |
| 391 | <profile> |
| 392 | <id>assembly-src</id> |
| 393 | <build> |
| 394 | <plugins> |
| 395 | <plugin> |
| 396 | <groupId>org.apache.maven.plugins</groupId> |
| 397 | <artifactId>maven-assembly-plugin</artifactId> |
| 398 | <executions> |
| 399 | <execution> |
| 400 | <id>unix-src</id> |
| 401 | <phase>package</phase> |
| 402 | <goals> |
| 403 | <goal>attached</goal> |
| 404 | </goals> |
| 405 | <configuration> |
| 406 | <descriptors> |
| 407 | <descriptor>src/main/descriptors/unix-src.xml</descriptor> |
| 408 | </descriptors> |
| 409 | </configuration> |
| 410 | </execution> |
| 411 | <execution> |
| 412 | <id>windows-src</id> |
| 413 | <phase>package</phase> |
| 414 | <goals> |
| 415 | <goal>attached</goal> |
| 416 | </goals> |
| 417 | <configuration> |
| 418 | <descriptors> |
| 419 | <descriptor>src/main/descriptors/windows-src.xml</descriptor> |
| 420 | </descriptors> |
| 421 | </configuration> |
| 422 | </execution> |
| 423 | </executions> |
| 424 | </plugin> |
| 425 | </plugins> |
| 426 | </build> |
| 427 | </profile> |
| 428 | </profiles> |
| 429 | </project> |