Guillaume Nodet | 05fac96 | 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 | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 25 | <groupId>org.apache.felix.karaf</groupId> |
Guillaume Nodet | 60dbfd7 | 2009-05-11 14:33:35 +0000 | [diff] [blame] | 26 | <artifactId>karaf</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 27 | <version>1.2.0-SNAPSHOT</version> |
| 28 | </parent> |
| 29 | |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 30 | <groupId>org.apache.felix.karaf</groupId> |
| 31 | <artifactId>apache-felix-karaf</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 32 | <packaging>pom</packaging> |
| 33 | <version>1.2.0-SNAPSHOT</version> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 34 | <name>Apache Felix Karaf :: Assembly</name> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 35 | |
| 36 | <dependencies> |
| 37 | <dependency> |
Gert Vanthienen | f54a839 | 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 | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 40 | </dependency> |
| 41 | <dependency> |
Gert Vanthienen | f54a839 | 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 | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 44 | </dependency> |
| 45 | <dependency> |
Gert Vanthienen | f54a839 | 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 | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 48 | </dependency> |
| 49 | <dependency> |
Gert Vanthienen | f54a839 | 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 | 2e6afd1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
Gert Vanthienen | f54a839 | 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 | 2e6afd1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 56 | </dependency> |
| 57 | <dependency> |
Gert Vanthienen | f54a839 | 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 | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 60 | </dependency> |
| 61 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 62 | <groupId>org.apache.felix.karaf.gshell</groupId> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 63 | <artifactId>org.apache.felix.karaf.gshell.console</artifactId> |
Guillaume Nodet | 22d03c6 | 2009-05-06 14:40:12 +0000 | [diff] [blame] | 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.apache.felix.karaf.gshell</groupId> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 67 | <artifactId>org.apache.felix.karaf.gshell.admin</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 68 | </dependency> |
| 69 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 70 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 71 | <artifactId>org.apache.felix.karaf.gshell.obr</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 72 | </dependency> |
| 73 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 74 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 75 | <artifactId>org.apache.felix.karaf.gshell.osgi</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 76 | </dependency> |
| 77 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 78 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 79 | <artifactId>org.apache.felix.karaf.gshell.log</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 80 | </dependency> |
| 81 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 82 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 83 | <artifactId>org.apache.felix.karaf.gshell.features</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 84 | </dependency> |
| 85 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 86 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 87 | <artifactId>org.apache.felix.karaf.gshell.config</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 88 | </dependency> |
| 89 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 90 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 91 | <artifactId>org.apache.felix.karaf.gshell.packages</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 92 | </dependency> |
| 93 | <dependency> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 94 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 95 | <artifactId>org.apache.felix.karaf.gshell.commands</artifactId> |
| 96 | </dependency> |
| 97 | <dependency> |
| 98 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 99 | <artifactId>org.apache.felix.karaf.gshell.ssh</artifactId> |
| 100 | </dependency> |
| 101 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 102 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 103 | <artifactId>org.apache.felix.karaf.jaas.boot</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 104 | </dependency> |
| 105 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 106 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 107 | <artifactId>org.apache.felix.karaf.jaas.config</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 108 | </dependency> |
| 109 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 110 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 111 | <artifactId>org.apache.felix.karaf.jaas.modules</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 112 | </dependency> |
| 113 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 114 | <groupId>org.apache.felix.karaf</groupId> |
| 115 | <artifactId>org.apache.felix.karaf.management</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 116 | </dependency> |
| 117 | <dependency> |
| 118 | <groupId>org.springframework.osgi</groupId> |
| 119 | <artifactId>spring-osgi-extender</artifactId> |
| 120 | </dependency> |
| 121 | <dependency> |
| 122 | <groupId>org.springframework.osgi</groupId> |
| 123 | <artifactId>spring-osgi-core</artifactId> |
| 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>org.springframework.osgi</groupId> |
| 127 | <artifactId>spring-osgi-io</artifactId> |
| 128 | </dependency> |
| 129 | <dependency> |
| 130 | <groupId>org.springframework</groupId> |
| 131 | <artifactId>spring-context</artifactId> |
| 132 | </dependency> |
| 133 | <dependency> |
| 134 | <groupId>org.springframework</groupId> |
| 135 | <artifactId>spring-beans</artifactId> |
| 136 | </dependency> |
| 137 | <dependency> |
| 138 | <groupId>org.springframework</groupId> |
| 139 | <artifactId>spring-core</artifactId> |
| 140 | </dependency> |
| 141 | <dependency> |
| 142 | <groupId>org.springframework</groupId> |
| 143 | <artifactId>spring-aop</artifactId> |
| 144 | </dependency> |
| 145 | <dependency> |
| 146 | <groupId>org.apache.felix</groupId> |
| 147 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
| 148 | </dependency> |
| 149 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 150 | <groupId>org.apache.mina</groupId> |
| 151 | <artifactId>mina-core</artifactId> |
| 152 | </dependency> |
| 153 | <dependency> |
| 154 | <groupId>org.apache.servicemix.bundles</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 155 | <artifactId>org.apache.servicemix.bundles.cglib</artifactId> |
| 156 | </dependency> |
| 157 | <dependency> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 158 | <groupId>jline</groupId> |
| 159 | <artifactId>jline</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 160 | </dependency> |
| 161 | <dependency> |
| 162 | <groupId>org.apache.felix</groupId> |
| 163 | <artifactId>org.osgi.compendium</artifactId> |
| 164 | </dependency> |
| 165 | <dependency> |
| 166 | <groupId>org.apache.felix</groupId> |
| 167 | <artifactId>org.apache.felix.configadmin</artifactId> |
| 168 | </dependency> |
| 169 | <dependency> |
| 170 | <groupId>org.apache.felix</groupId> |
Guillaume Nodet | 7584865 | 2009-06-11 08:36:21 +0000 | [diff] [blame] | 171 | <artifactId>org.apache.felix.metatype</artifactId> |
| 172 | </dependency> |
| 173 | <dependency> |
| 174 | <groupId>org.apache.felix</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 175 | <artifactId>org.apache.felix.prefs</artifactId> |
| 176 | </dependency> |
| 177 | <dependency> |
| 178 | <groupId>org.ops4j.pax.logging</groupId> |
| 179 | <artifactId>pax-logging-api</artifactId> |
| 180 | </dependency> |
| 181 | <dependency> |
| 182 | <groupId>org.ops4j.pax.logging</groupId> |
| 183 | <artifactId>pax-logging-service</artifactId> |
| 184 | </dependency> |
| 185 | <dependency> |
| 186 | <groupId>org.ops4j.pax.url</groupId> |
| 187 | <artifactId>pax-url-mvn</artifactId> |
| 188 | </dependency> |
| 189 | <dependency> |
| 190 | <groupId>org.ops4j.pax.url</groupId> |
| 191 | <artifactId>pax-url-wrap</artifactId> |
| 192 | </dependency> |
| 193 | <dependency> |
| 194 | <groupId>org.apache.geronimo.specs</groupId> |
| 195 | <artifactId>geronimo-servlet_2.5_spec</artifactId> |
| 196 | </dependency> |
| 197 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 198 | <groupId>org.apache.sshd</groupId> |
| 199 | <artifactId>sshd-core</artifactId> |
| 200 | </dependency> |
| 201 | <dependency> |
| 202 | <groupId>org.osgi</groupId> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 203 | <artifactId>org.osgi.impl.bundle.jmx</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 204 | </dependency> |
Guillaume Nodet | b417d98 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 205 | <dependency> |
| 206 | <groupId>org.eclipse</groupId> |
| 207 | <artifactId>osgi</artifactId> |
| 208 | </dependency> |
| 209 | <dependency> |
| 210 | <groupId>org.apache.felix</groupId> |
| 211 | <artifactId>org.apache.felix.framework</artifactId> |
| 212 | </dependency> |
Guillaume Nodet | 6b2946d | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 213 | <dependency> |
| 214 | <groupId>org.apache.geronimo</groupId> |
| 215 | <artifactId>blueprint-bundle</artifactId> |
| 216 | </dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 217 | </dependencies> |
| 218 | <build> |
| 219 | <resources> |
| 220 | <resource> |
| 221 | <directory>${pom.basedir}/src/main/filtered-resources</directory> |
| 222 | <filtering>true</filtering> |
| 223 | <includes> |
| 224 | <include>**/*</include> |
| 225 | </includes> |
| 226 | </resource> |
| 227 | </resources> |
| 228 | <plugins> |
| 229 | <plugin> |
| 230 | <groupId>org.apache.maven.plugins</groupId> |
| 231 | <artifactId>maven-resources-plugin</artifactId> |
| 232 | <executions> |
| 233 | <execution> |
| 234 | <id>filter</id> |
| 235 | <phase>generate-resources</phase> |
| 236 | <goals> |
| 237 | <goal>resources</goal> |
| 238 | </goals> |
| 239 | </execution> |
| 240 | </executions> |
| 241 | </plugin> |
| 242 | <plugin> |
| 243 | <groupId>org.apache.maven.plugins</groupId> |
| 244 | <artifactId>maven-dependency-plugin</artifactId> |
| 245 | <executions> |
| 246 | <execution> |
| 247 | <id>copy</id> |
| 248 | <phase>generate-resources</phase> |
| 249 | <goals> |
| 250 | <goal>copy</goal> |
| 251 | </goals> |
| 252 | <configuration> |
| 253 | <artifactItems> |
| 254 | <artifactItem> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 255 | <groupId>org.apache.felix.karaf</groupId> |
| 256 | <artifactId>org.apache.felix.karaf.main</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 257 | <outputDirectory>target/dependencies</outputDirectory> |
Guillaume Nodet | 1becb5b | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 258 | <destFileName>karaf.jar</destFileName> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 259 | </artifactItem> |
| 260 | <artifactItem> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 261 | <groupId>org.apache.felix.karaf</groupId> |
| 262 | <artifactId>org.apache.felix.karaf.client</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 263 | <outputDirectory>target/dependencies</outputDirectory> |
Guillaume Nodet | 1becb5b | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 264 | <destFileName>karaf-client.jar</destFileName> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 265 | </artifactItem> |
| 266 | <artifactItem> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 267 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 268 | <artifactId>org.apache.felix.karaf.jaas.boot</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 269 | <outputDirectory>target/dependencies</outputDirectory> |
Guillaume Nodet | 1becb5b | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 270 | <destFileName>karaf-jaas-boot.jar</destFileName> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 271 | </artifactItem> |
| 272 | </artifactItems> |
| 273 | </configuration> |
| 274 | </execution> |
| 275 | </executions> |
| 276 | </plugin> |
| 277 | <plugin> |
| 278 | <groupId>org.codehaus.mojo</groupId> |
| 279 | <artifactId>build-helper-maven-plugin</artifactId> |
| 280 | <executions> |
| 281 | <execution> |
| 282 | <id>attach-artifacts</id> |
| 283 | <phase>package</phase> |
| 284 | <goals> |
| 285 | <goal>attach-artifact</goal> |
| 286 | </goals> |
| 287 | <configuration> |
| 288 | <artifacts> |
| 289 | <artifact> |
| 290 | <file>target/classes/features.xml</file> |
| 291 | <type>xml</type> |
| 292 | <classifier>features</classifier> |
| 293 | </artifact> |
| 294 | </artifacts> |
| 295 | </configuration> |
| 296 | </execution> |
| 297 | </executions> |
| 298 | </plugin> |
| 299 | <plugin> |
| 300 | <groupId>org.apache.maven.plugins</groupId> |
| 301 | <artifactId>maven-assembly-plugin</artifactId> |
| 302 | <executions> |
| 303 | <execution> |
| 304 | <id>unix-bin</id> |
| 305 | <phase>package</phase> |
| 306 | <goals> |
| 307 | <goal>single</goal> |
| 308 | </goals> |
| 309 | <configuration> |
| 310 | <descriptors> |
| 311 | <descriptor>src/main/descriptors/unix-bin.xml</descriptor> |
| 312 | </descriptors> |
| 313 | <finalName>${pom.artifactId}-${pom.version}</finalName> |
| 314 | <tarLongFileMode>gnu</tarLongFileMode> |
| 315 | </configuration> |
| 316 | </execution> |
| 317 | <execution> |
| 318 | <id>windows-bin</id> |
| 319 | <phase>package</phase> |
| 320 | <goals> |
| 321 | <goal>single</goal> |
| 322 | </goals> |
| 323 | <configuration> |
| 324 | <descriptors> |
| 325 | <descriptor>src/main/descriptors/windows-bin.xml</descriptor> |
| 326 | </descriptors> |
| 327 | <finalName>${pom.artifactId}-${pom.version}</finalName> |
| 328 | <appendAssemblyId>true</appendAssemblyId> |
| 329 | <assemblyId/> |
| 330 | </configuration> |
| 331 | </execution> |
| 332 | <execution> |
| 333 | <id>unix-src</id> |
| 334 | <phase>package</phase> |
| 335 | <goals> |
| 336 | <goal>single</goal> |
| 337 | </goals> |
| 338 | <configuration> |
| 339 | <descriptors> |
| 340 | <descriptor>src/main/descriptors/unix-src.xml</descriptor> |
| 341 | </descriptors> |
| 342 | <tarLongFileMode>gnu</tarLongFileMode> |
| 343 | </configuration> |
| 344 | </execution> |
| 345 | <execution> |
| 346 | <id>windows-src</id> |
| 347 | <phase>package</phase> |
| 348 | <goals> |
| 349 | <goal>single</goal> |
| 350 | </goals> |
| 351 | <configuration> |
| 352 | <descriptors> |
| 353 | <descriptor>src/main/descriptors/windows-src.xml</descriptor> |
| 354 | </descriptors> |
| 355 | </configuration> |
| 356 | </execution> |
| 357 | </executions> |
| 358 | </plugin> |
| 359 | </plugins> |
| 360 | </build> |
| 361 | |
| 362 | <profiles> |
| 363 | <profile> |
| 364 | <id>assembly-src</id> |
| 365 | <build> |
| 366 | <plugins> |
| 367 | <plugin> |
| 368 | <groupId>org.apache.maven.plugins</groupId> |
| 369 | <artifactId>maven-assembly-plugin</artifactId> |
| 370 | <executions> |
| 371 | <execution> |
| 372 | <id>unix-src</id> |
| 373 | <phase>package</phase> |
| 374 | <goals> |
| 375 | <goal>attached</goal> |
| 376 | </goals> |
| 377 | <configuration> |
| 378 | <descriptors> |
| 379 | <descriptor>src/main/descriptors/unix-src.xml</descriptor> |
| 380 | </descriptors> |
| 381 | </configuration> |
| 382 | </execution> |
| 383 | <execution> |
| 384 | <id>windows-src</id> |
| 385 | <phase>package</phase> |
| 386 | <goals> |
| 387 | <goal>attached</goal> |
| 388 | </goals> |
| 389 | <configuration> |
| 390 | <descriptors> |
| 391 | <descriptor>src/main/descriptors/windows-src.xml</descriptor> |
| 392 | </descriptors> |
| 393 | </configuration> |
| 394 | </execution> |
| 395 | </executions> |
| 396 | </plugin> |
| 397 | </plugins> |
| 398 | </build> |
| 399 | </profile> |
| 400 | </profiles> |
| 401 | </project> |