wagon 1.0.0-2ubuntu2 source package in Ubuntu

Changelog

wagon (1.0.0-2ubuntu2) precise; urgency=low

  * Fix FTBFS in offline build environments:
    - d/rules: Switch to using 'install' target instead of default 'package'
      target for build to ensure that artifacts built by this package can
      be accessed locally during javadoc generation.
    - d/control: Added libmaven-install-plugin-java to BDI's.
  * d/libwagon-java.poms: Added --java-lib to ensure that jar files are also
    installed into /usr/share/java.
 -- James Page <email address hidden>   Tue, 24 Apr 2012 12:46:02 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs
Precise release universe libs

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
wagon_1.0.0.orig.tar.gz 174.9 KiB 08b4ee88cae8b5ff6e991f9aeff40ac4efe69d17e7096c5aa490efffb8a6d8eb
wagon_1.0.0-2ubuntu2.debian.tar.gz 7.1 KiB c4d745f3ff26d724e53ca55618235dfcf3cce702bc3091c8d7270c5b92fd3bf9
wagon_1.0.0-2ubuntu2.dsc 2.9 KiB 72ace4634454ad2a2aba69ad8dd40227850bfc8d46e4c1190f47036c65baf903

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.