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/cocoa</module>
19 <module>pom/winforms</module>
20 <module>pom/cyberduck</module>
21 <module>pom/cli</module>
25 <maven.compiler.source>1.8</maven.compiler.source>
26 <maven.compiler.target>1.8</maven.compiler.target>
30 <outputDirectory>${project.basedir}/build</outputDirectory>
31 <sourceDirectory>${project.basedir}/source</sourceDirectory>
32 <testSourceDirectory>${project.basedir}/test</testSourceDirectory>
35 <groupId>org.springframework.build</groupId>
36 <artifactId>aws-maven</artifactId>
37 <version>5.0.0.RELEASE</version>
43 <groupId>org.apache.maven.plugins</groupId>
44 <artifactId>maven-install-plugin</artifactId>
45 <version>2.5.2</version>
48 <groupId>org.codehaus.mojo</groupId>
49 <artifactId>build-helper-maven-plugin</artifactId>
50 <version>1.9.1</version>
56 <distributionManagement>
58 <id>maven.iterate.ch-release</id>
59 <url>s3://repo.maven.iterate.ch/releases/</url>
60 <layout>default</layout>
63 <id>maven.iterate.ch-snapshot</id>
64 <url>s3://repo.maven.iterate.ch/snapshots/</url>
66 </distributionManagement>
70 <id>maven.iterate.ch-release</id>
71 <url>s3://repo.maven.iterate.ch/releases/</url>
72 <layout>default</layout>
74 <enabled>true</enabled>
77 <enabled>false</enabled>
81 <id>maven.iterate.ch-snapshot</id>
82 <url>s3://repo.maven.iterate.ch/snapshots/</url>
83 <layout>default</layout>
85 <enabled>false</enabled>
88 <enabled>true</enabled>