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.7.3-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>
22 <connection>scm:git:https://g.iterate.ch/scm/iterate/cyberduck.git</connection>
34 <module>pom/cocoa</module>
41 <family>Windows</family>
45 <module>pom/winforms</module>
46 <module>pom/bundle</module>
52 <maven.compiler.source>1.8</maven.compiler.source>
53 <maven.compiler.target>1.8</maven.compiler.target>
57 <outputDirectory>${project.basedir}/build</outputDirectory>
58 <sourceDirectory>${project.basedir}/source</sourceDirectory>
59 <testSourceDirectory>${project.basedir}/test</testSourceDirectory>
62 <groupId>org.springframework.build</groupId>
63 <artifactId>aws-maven</artifactId>
64 <version>5.0.0.RELEASE</version>
70 <groupId>org.apache.maven.plugins</groupId>
71 <artifactId>maven-install-plugin</artifactId>
72 <version>2.5.2</version>
75 <groupId>org.codehaus.mojo</groupId>
76 <artifactId>build-helper-maven-plugin</artifactId>
77 <version>1.9.1</version>
83 <groupId>org.apache.maven.plugins</groupId>
84 <artifactId>maven-source-plugin</artifactId>
85 <version>2.4</version>
88 <id>attach-sources</id>
96 <groupId>org.apache.maven.plugins</groupId>
97 <artifactId>maven-javadoc-plugin</artifactId>
98 <version>2.10.3</version>
101 <id>attach-javadocs</id>
111 <distributionManagement>
113 <id>maven.iterate.ch-release</id>
114 <url>s3://repo.maven.iterate.ch/releases/</url>
115 <layout>default</layout>
118 <id>maven.iterate.ch-snapshot</id>
119 <url>s3://repo.maven.iterate.ch/snapshots/</url>
120 </snapshotRepository>
121 </distributionManagement>
125 <id>maven.iterate.ch-release</id>
126 <url>s3://repo.maven.iterate.ch/releases/</url>
127 <layout>default</layout>
129 <enabled>true</enabled>
132 <enabled>false</enabled>
136 <id>maven.iterate.ch-snapshot</id>
137 <url>s3://repo.maven.iterate.ch/snapshots/</url>
138 <layout>default</layout>
140 <enabled>false</enabled>
143 <enabled>true</enabled>