@@ -176,68 +176,54 @@ Maven artifacts are available in a repository hosted on Amazon S3.
176
176
177
177
- Use the following Maven configuration in your project POM to reference artifacts from Cyberduck
178
178
179
- ``` xml
180
- <repositories >
181
- <repository >
182
- <id >maven.cyberduck.io-release</id >
183
- <url >https://s3-eu-west-1.amazonaws.com/repo.maven.cyberduck.io/releases</url >
184
- <layout >default</layout >
185
- <releases >
186
- <enabled >true</enabled >
187
- </releases >
188
- <snapshots >
189
- <enabled >false</enabled >
190
- </snapshots >
191
- </repository >
192
- </repositories >
193
- ```
194
-
195
- - You will need to add the AWS Maven Wagon to your build using
196
-
197
- ``` xml
198
- <build >
199
- <extensions >
200
- <extension >
201
- <groupId >org.springframework.build</groupId >
202
- <artifactId >aws-maven</artifactId >
203
- <version >5.0.0.RELEASE</version >
204
- </extension >
205
- </extensions >
206
- </build >
207
- ```
179
+ ``` xml
180
+ <repositories >
181
+ <repository >
182
+ <id >maven.cyberduck.io-release</id >
183
+ <url >https://s3-eu-west-1.amazonaws.com/repo.maven.cyberduck.io/releases</url >
184
+ <layout >default</layout >
185
+ <releases >
186
+ <enabled >true</enabled >
187
+ </releases >
188
+ <snapshots >
189
+ <enabled >false</enabled >
190
+ </snapshots >
191
+ </repository >
192
+ </repositories >
193
+ ```
208
194
209
195
#### Artifacts
210
196
211
197
- Protocol implementations
212
198
213
- ``` xml
214
- <dependency >
215
- <groupId >ch.cyberduck</groupId >
216
- <artifactId >protocols</artifactId >
217
- <type >pom</type >
218
- <version >7.1.0</version >
219
- </dependency >
220
- ```
199
+ ```xml
200
+ <dependency >
201
+ <groupId >ch.cyberduck</groupId >
202
+ <artifactId >protocols</artifactId >
203
+ <type >pom</type >
204
+ <version >7.1.0</version >
205
+ </dependency >
206
+ ```
221
207
222
208
- Cocoa Java Bindings (macOS)
223
209
224
- ``` xml
225
- <dependency >
226
- <groupId >ch.cyberduck</groupId >
227
- <artifactId >binding</artifactId >
228
- <version >7.1.0</version >
229
- </dependency >
230
- ```
210
+ ```xml
211
+ <dependency >
212
+ <groupId >ch.cyberduck</groupId >
213
+ <artifactId >binding</artifactId >
214
+ <version >7.1.0</version >
215
+ </dependency >
216
+ ```
231
217
232
218
- Implementations (macOS) using Launch Services, SystemConfiguration, Foundation, Keychain and other API
233
219
234
- ``` xml
235
- <dependency >
236
- <groupId >ch.cyberduck</groupId >
237
- <artifactId >libcore</artifactId >
238
- <version >${project.version}</version >
239
- </dependency >
240
- ```
220
+ ```xml
221
+ <dependency >
222
+ <groupId >ch.cyberduck</groupId >
223
+ <artifactId >libcore</artifactId >
224
+ <version >${project.version}</version >
225
+ </dependency >
226
+ ```
241
227
242
228
## Sponsors
243
229
0 commit comments