Stable release for io.mountainduck.
[cyberduck.git] / pom / core / iokitsleeppreventer / pom.xml
blobb162c31525abce05c1ed469ada1d75354637add0
1 <!--
2   ~ Copyright (c) 2002-2015 David Kocher. All rights reserved.
3   ~ http://cyberduck.ch/
4   ~
5   ~ This program is free software; you can redistribute it and/or modify
6   ~ it under the terms of the GNU General Public License as published by
7   ~ the Free Software Foundation; either version 2 of the License, or
8   ~ (at your option) any later version.
9   ~
10   ~ This program is distributed in the hope that it will be useful,
11   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
12   ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13   ~ GNU General Public License for more details.
14   ~
15   ~ Bug fixes, suggestions and comments should be sent to feedback@cyberduck.ch
16   -->
18 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
19          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
20     <modelVersion>4.0.0</modelVersion>
21     <parent>
22         <groupId>ch.cyberduck</groupId>
23         <artifactId>core</artifactId>
24         <relativePath>../pom.xml</relativePath>
25         <version>4.7.3-SNAPSHOT</version>
26     </parent>
27     <artifactId>libiokitsleeppreventer</artifactId>
28     <packaging>pom</packaging>
30     <build>
31         <plugins>
32             <plugin>
33                 <groupId>org.codehaus.mojo</groupId>
34                 <artifactId>build-helper-maven-plugin</artifactId>
35                 <executions>
36                     <execution>
37                         <phase>package</phase>
38                         <goals>
39                             <goal>attach-artifact</goal>
40                         </goals>
41                         <configuration>
42                             <artifacts>
43                                 <artifact>
44                                     <type>dylib</type>
45                                     <file>${project.basedir}/../../../build/${project.artifactId}.dylib</file>
46                                 </artifact>
47                             </artifacts>
48                         </configuration>
49                     </execution>
50                 </executions>
51             </plugin>
52         </plugins>
53     </build>
54 </project>