1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
6 <groupId>ch.cyberduck</groupId>
7 <artifactId>parent</artifactId>
8 <packaging>pom</packaging>
9 <version>4.8.0-SNAPSHOT</version>
12 <module>pom/core</module>
13 <module>pom/config</module>
14 <module>pom/ui</module>
15 <module>pom/fs</module>
16 <module>pom/binding</module>
17 <module>pom/cli</module>
21 <connection>scm:git:https://g.iterate.ch/scm/iterate/cyberduck.git</connection>
33 <module>pom/cocoa</module>
40 <family>Windows</family>
44 <module>pom/winforms</module>
45 <module>pom/bundle</module>
51 <maven.compiler.source>1.8</maven.compiler.source>
52 <maven.compiler.target>1.8</maven.compiler.target>
56 <outputDirectory>${project.basedir}/build</outputDirectory>
57 <sourceDirectory>${project.basedir}/source</sourceDirectory>
58 <testSourceDirectory>${project.basedir}/test</testSourceDirectory>
61 <groupId>org.springframework.build</groupId>
62 <artifactId>aws-maven</artifactId>
63 <version>5.0.0.RELEASE</version>
69 <groupId>org.apache.maven.plugins</groupId>
70 <artifactId>maven-install-plugin</artifactId>
71 <version>2.5.2</version>
74 <groupId>org.codehaus.mojo</groupId>
75 <artifactId>build-helper-maven-plugin</artifactId>
76 <version>1.9.1</version>
82 <groupId>org.apache.maven.plugins</groupId>
83 <artifactId>maven-source-plugin</artifactId>
84 <version>2.4</version>
87 <id>attach-sources</id>
95 <groupId>org.apache.maven.plugins</groupId>
96 <artifactId>maven-javadoc-plugin</artifactId>
97 <version>2.10.3</version>
100 <id>attach-javadocs</id>
110 <distributionManagement>
112 <id>maven.iterate.ch-release</id>
113 <url>s3://repo.maven.iterate.ch/releases/</url>
114 <layout>default</layout>
117 <id>maven.iterate.ch-snapshot</id>
118 <url>s3://repo.maven.iterate.ch/snapshots/</url>
119 </snapshotRepository>
120 </distributionManagement>
124 <id>maven.iterate.ch-release</id>
125 <url>s3://repo.maven.iterate.ch/releases/</url>
126 <layout>default</layout>
128 <enabled>true</enabled>
131 <enabled>false</enabled>
135 <id>maven.iterate.ch-snapshot</id>
136 <url>s3://repo.maven.iterate.ch/snapshots/</url>
137 <layout>default</layout>
139 <enabled>false</enabled>
142 <enabled>true</enabled>