1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: wagon
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Paul Cager <paul-debian@home.paulcager.org>
Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java,
junit, junit-doc,
libcommons-httpclient-java,
libcommons-net-java,
libcommons-openpgp-java, libcommons-openpgp-java-doc,
libganymed-ssh2-java,
libjsch-java, libjsch-java-doc,
libjtidy-java, libjtidy-java-doc,
libplexus-classworlds-java, libplexus-classworlds-java-doc,
libplexus-component-api-java, libplexus-component-api-java-doc,
libplexus-interactivity-api-java, libplexus-interactivity-api-java-doc,
libplexus-utils-java, libplexus-utils-java-doc,
libslide-webdavclient-java
Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3)
Standards-Version: 3.7.2
Homepage: http://maven.apache.org/wagon/
Package: libwagon-java
Architecture: all
Section: libs
Depends: libcommons-httpclient-java,
libcommons-net-java,
libcommons-openpgp-java,
libganymed-ssh2-java,
libjsch-java,
libjtidy-java,
libplexus-classworlds-java,
libplexus-component-api-java,
libplexus-interactivity-api-java,
libplexus-utils-java,
libslide-webdavclient-java
Suggests: libwagon-java-doc
Homepage: http://maven.apache.org/wagon/
Description: tools to manage Maven artifacts and deployment
The Wagon project defines a simple API for transfering 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-http-lightweight-java
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-lightweight 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-provider-api
Maven Wagon API defines the contract between different Wagon
implementations.
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.
wagon-openpgp
Maven Wagon OpenPGP Integration.
Package: libwagon-java-doc
Architecture: all
Section: doc
Depends: classpath-doc,
libcommons-openpgp-java-doc,
libplexus-utils-java-doc,
libplexus-classworlds-java-doc,
libplexus-component-api-java-doc,
libplexus-interactivity-api-java-doc,
libjsch-java-doc,
libjtidy-java-doc
Suggests: libwagon-java
Homepage: http://maven.apache.org/wagon/
Description: tools to manage Maven artifacts and deployment
The Wagon project defines a simple API for transfering 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.
|