wagon 1.0.0-7 source package in Ubuntu
Changelog
wagon (1.0.0-7) unstable; urgency=medium * Team upload. * Ignore the dependency on wagon-provider-test (Closes: #797264) -- Emmanuel Bourg <email address hidden> Wed, 02 Sep 2015 14:06:48 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
wagon_1.0.0-7.dsc | 2.7 KiB | 1155081b84a1b653811ceb1c92f573291066362a2f5aae4634d423f9d5420209 |
wagon_1.0.0.orig.tar.gz | 174.9 KiB | 08b4ee88cae8b5ff6e991f9aeff40ac4efe69d17e7096c5aa490efffb8a6d8eb |
wagon_1.0.0-7.debian.tar.xz | 12.8 KiB | f7211eb71efd95a7f3b7a890141fa6bd69546ea3c6f393ec58323ae527435df7 |
Available diffs
- diff from 1.0.0-6 to 1.0.0-7 (538 bytes)
No changes file available.
Binary packages built by this source
- libwagon-java: tools to manage Maven artifacts and deployment
The Wagon project defines a simple API for transferring resources
(artifacts) to and from repositories. The word repository is used in this
context as it is commonly used in Maven and means a storage of artifacts.
.
It is also used to deploy the Maven generated site to a server.
.
This package contains the following Jars:
.
wagon-file
Implementation of Wagon provider for File system access.
wagon-ftp
Implementation of Wagon provider for FTP access.
wagon-http
Implementation of Wagon provider for HTTP access.
wagon-http-lightweigh t
Implementation of Wagon provider for HTTP access. It uses standard
JDK classes as lower lever layer.
It enables Maven to use remote repositories stored in HTTP servers.
It doesn't allow deployment.
wagon-http-shared
This package is a shared Library for the wagon-http, and
wagon-http-lightweigh t wagon providers
wagon-ssh
Implementation of Wagon provider for SCP and SFTP access.
It enables Maven to deploy artifacts and sites to SSH servers. It
uses JSch (Java Secure Channel) as lower level layer.
wagon-ssh-common
Implementation of Wagon provider for SCP and SFTP access. It
enables Maven to deploy artifacts and sites to SSH servers.
Getting files from SSH servers is not fully tested.
wagon-ssh-external
Implementation of Wagon provider for SSH servers access. It
enables Maven to deploy artifacts and sites to SSH servers.
It uses an external SSH program that has to be already installed
in the system. Getting files from SSH servers is not fully tested.
- libwagon-java-doc: tools to manage Maven artifacts and deployment - documentation
The Wagon project defines a simple API for transferring resources
(artifacts) to and from repositories. The word repository is used in this
context as it is commonly used in Maven and means a storage of artifacts.
.
It is also used to deploy the Maven generated site to a server.
.
This package contains the JavaDocs for libwagon-java.