2 ~ Copyright (c) 2002-2015 David Kocher. All rights reserved.
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.
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.
15 ~ Bug fixes, suggestions and comments should be sent to feedback@cyberduck.ch
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>
22 <groupId>ch.cyberduck</groupId>
23 <artifactId>core</artifactId>
24 <relativePath>../pom.xml</relativePath>
25 <version>4.7.3-SNAPSHOT</version>
27 <artifactId>libiokitsleeppreventer</artifactId>
28 <packaging>pom</packaging>
33 <groupId>org.codehaus.mojo</groupId>
34 <artifactId>build-helper-maven-plugin</artifactId>
37 <phase>package</phase>
39 <goal>attach-artifact</goal>
45 <file>${project.basedir}/../../../build/${project.artifactId}.dylib</file>