1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xmlns="http://maven.apache.org/POM/4.0.0"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
7 <groupId>ch.cyberduck</groupId>
8 <artifactId>parent</artifactId>
9 <packaging>pom</packaging>
10 <version>4.8.0-SNAPSHOT</version>
13 <module>pom/core</module>
14 <module>pom/config</module>
15 <module>pom/ui</module>
16 <module>pom/fs</module>
17 <module>pom/binding</module>
18 <module>pom/cli</module>
30 <module>pom/cocoa</module>
37 <family>Windows</family>
41 <module>pom/winforms</module>
42 <module>pom/bundle</module>
48 <maven.compiler.source>1.8</maven.compiler.source>
49 <maven.compiler.target>1.8</maven.compiler.target>
53 <outputDirectory>${project.basedir}/build</outputDirectory>
54 <sourceDirectory>${project.basedir}/source</sourceDirectory>
55 <testSourceDirectory>${project.basedir}/test</testSourceDirectory>
58 <groupId>org.springframework.build</groupId>
59 <artifactId>aws-maven</artifactId>
60 <version>5.0.0.RELEASE</version>
66 <groupId>org.apache.maven.plugins</groupId>
67 <artifactId>maven-install-plugin</artifactId>
68 <version>2.5.2</version>
71 <groupId>org.codehaus.mojo</groupId>
72 <artifactId>build-helper-maven-plugin</artifactId>
73 <version>1.9.1</version>
79 <distributionManagement>
81 <id>maven.iterate.ch-release</id>
82 <url>s3://repo.maven.iterate.ch/releases/</url>
83 <layout>default</layout>
86 <id>maven.iterate.ch-snapshot</id>
87 <url>s3://repo.maven.iterate.ch/snapshots/</url>
89 </distributionManagement>
93 <id>maven.iterate.ch-release</id>
94 <url>s3://repo.maven.iterate.ch/releases/</url>
95 <layout>default</layout>
97 <enabled>true</enabled>
100 <enabled>false</enabled>
104 <id>maven.iterate.ch-snapshot</id>
105 <url>s3://repo.maven.iterate.ch/snapshots/</url>
106 <layout>default</layout>
108 <enabled>false</enabled>
111 <enabled>true</enabled>