maven-archiver 2.4-2 source package in Ubuntu

Changelog

maven-archiver (2.4-2) unstable; urgency=low

  * Upload to unstable.

maven-archiver (2.4-1) experimental; urgency=low

  * New upstream version, add myself to Uploaders
  * Change section to java, bump up Standards-Version to 3.8.1
  * Add the Maven POM to the package,
  * Add a Build-Depends-Indep dependency on maven-repo-helper
  * Use mh_installpom and mh_installjar to install the POM and the jar to the
    Maven repository
  * Remove the patch for the POM as it's no longer needed, as well as
    the dependency on Quilt
  * Add a dependency on libplexus-interpolation-java, change the dependency
    on maven2 to libmaven2-core-java

 -- Matthias Klose <email address hidden>   Tue,  20 Oct 2009 21:06:55 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maven-archiver_2.4.orig.tar.gz 38.8 KiB 9afb48934e08668b423f785dbf7a15e1ff20cc774d3e8a3776bba8383b68e17e
maven-archiver_2.4-2.diff.gz 2.6 KiB 3a471d7a632fb7a00e976faadf7b4b625f95afbbf091abd82763c4d89989d1ac
maven-archiver_2.4-2.dsc 1.5 KiB 6ac25331dc63402a0d644fdd217ea265a8e3c5c0a820dde8ec0248ac9dc6e332

Available diffs

View changes file

Binary packages built by this source

libmaven-archiver-java: Archiver component for Maven

 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven Archiver is mainly used by Maven plugins to handle packaging.