maven-archiver 3.6.0-1 source package in Ubuntu

Changelog

maven-archiver (3.6.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Depend on libplexus-archiver-java (>= 4.3)
    - Depend on libassertj-core-java (>= 3.14)
    - Depend on junit5 (>= 5.9) instead of junit4
    - Set the language level to Java 8
  * Removed the -java-doc package
  * Standards-Version updated to 4.6.1
  * Switch to debhelper level 13
  * Use salsa.debian.org Vcs-* URLs

 -- Emmanuel Bourg <email address hidden>  Tue, 11 Oct 2022 11:38:19 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-archiver_3.6.0-1.dsc 2.2 KiB 921cb32bd610dbab3b13b228dc0c73560288d498f000dcab9038cf6f38a66434
maven-archiver_3.6.0.orig.tar.xz 43.5 KiB 082663d5b22aad0acbc678d11a2121be8a1c24f1001cfb30c66e9ed1cd34d7d5
maven-archiver_3.6.0-1.debian.tar.xz 5.5 KiB 46b9321c2726e30cdb0dfef3a0b0b43081e971e497d0fa89e3979224d6e8554f

Available diffs

No changes file available.

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.