wagon 1.0-beta-6-2 source package in Ubuntu

Changelog

wagon (1.0-beta-6-2) unstable; urgency=low

  * Upload to unstable.

wagon (1.0-beta-6-1) experimental; urgency=low

  * New upstream version
  * Bump up Standards-Version to 3.8.2
  * Remove junit and wagon-provider-test dependency from Maven descriptor
  * Move api documentation to /usr/share/doc/libwagon-java/api

wagon (1.0-beta-5-1) experimental; urgency=low

  * New upstream version (Closes: #531444)
  * Add myself to Uploaders
  * Bump up Standards-Version to 3.8.1
  * Add the Maven POM to the package (Closes: #511870)
  * Add a Build-Depends-Indep dependency on maven-repo-helper and 
    maven-ant-helper, use quilt to patch one of the POM files.
  * Use mh_installpom and mh_installjar to install the POM and the jar to the
    Maven repository
  * Use mh_mavenrepo to generate the update scripts for the Debian parent POM
  * Update watch, orig-tar.sh and the get-orig-sources in debian/rules to use
    SVN tags
  * Remove the patch as it doesn't apply anymore
  * Update the dependency list: remove libcommons-openpgp-java, 
    libcommons-openpgp-java-doc, libganymed-ssh2-java, libjtidy-java, 
    libjtidy-java-doc, libslide-webdavclient-java,
    libplexus-classworlds-java, libplexus-component-api-java
  * Add a dependency on libmaven-scm-java, libnekohtml-java
  * Update debian/build.xml to use build.xml from maven-ant-helper,
    making the build more modular.
  * Renamed wagon.docbase to libwagon-java-doc.docbase to fix documentation

wagon (1.0-beta-2-4) unstable; urgency=low

  * Add missing Depends: ${misc:Depends}.
  * Change Section: java.
  * Fix typo: transferring.
  * Switch to default-jdk. (Closes: #526302)

wagon (1.0-beta-2-3) experimental; urgency=low

  [ Michael Koch ]
  * Added watch file.

  [ Torsten Werner ]
  * Add missing jars.
  * Update control file.
  * Add myself to Uploaders.
  * Add Vcs-* headers.
  * Bump up Standards-Version: 3.8.0.
  * Do no longer quote the full text of the Apache license.

 -- Matthias Klose <email address hidden>   Tue,  20 Oct 2009 16:52:47 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Karmic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
wagon_1.0-beta-6.orig.tar.gz 157.0 KiB 7a08628e24d4339fc85a9c448cc167e2ee73bb52e239c4baadb472361e816174
wagon_1.0-beta-6-2.diff.gz 6.6 KiB 5a50e50850e51c8a09a71b19ebd020951a9a28d13bbed1038ae6b96e24712ae0
wagon_1.0-beta-6-2.dsc 1.7 KiB 9bccd5e4d0543af3d14622e624bc86dbb774e40b3ffc8064ff0eec722aef468d

Available diffs

View changes file

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-lightweight
    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-scm
    Implementation of Wagon provider for Source Control access.
    Gets and puts artifacts using a Source Control Management system.
  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.
  wagon-webdav-jackrabbit
    Implementation of Wagon provider for WebDAV access.
    It uses the Apache JackRabbit library for WebDAV access.

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.