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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
19 <modelVersion>4.0.0</modelVersion>
21 <groupId>ch.cyberduck</groupId>
22 <artifactId>core</artifactId>
23 <relativePath>../pom.xml</relativePath>
24 <version>4.8.0-SNAPSHOT</version>
26 <artifactId>liblaunchservicesschemehandler</artifactId>
27 <packaging>pom</packaging>
40 <groupId>org.codehaus.mojo</groupId>
41 <artifactId>build-helper-maven-plugin</artifactId>
44 <phase>package</phase>
46 <goal>attach-artifact</goal>
52 <file>${project.basedir}/../../../build/${project.artifactId}.dylib</file>