maven 3.6.0-1~18.04 source package in Ubuntu

Changelog

maven (3.6.0-1~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1818647.

maven (3.6.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Updated the Maven rules
  * Generate Java 7 compatible bytecode

maven (3.5.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Install the bash-completion script /usr/share/bash-completion/completions/
    instead of /etc/bash_completion.d/
  * Generate Java 8 compatible bytecode
  * Removed the qdox patch (fixed upstream)
  * Standards-Version updated to 4.2.1

maven (3.5.3-1) unstable; urgency=medium

  * Team upload.

  [ Emmanuel Bourg ]
  * New upstream release
    - Refreshed the patches
    - Depend on libmaven-shared-utils-java (>= 3.2.1)
    - Depend on libmaven-parent-java (>= 31)
  * Standards-Version updated to 4.1.4
  * Use salsa.debian.org Vcs-* URLs

  [ Stephen Kitt ]
  * Remove Damien from the uploaders list; thanks for all the work over
    the years! (Closes: #889396.)
  * Add myself to the uploaders.

 -- Matthias Klose <email address hidden>  Tue, 05 Mar 2019 13:05:41 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven_3.6.0.orig.tar.xz 776.9 KiB 38d2c33834387cd965a4e3fd982460ebc07a180c76f009529730d8979285c70b
maven_3.6.0-1~18.04.debian.tar.xz 15.1 KiB 7c76f3a79ced2b253c44d630fb3b0697caf3dcc19a8f24d5c8a09b9f9fc7490f
maven_3.6.0-1~18.04.dsc 2.8 KiB 730f97c1f1e52006f4f0f67cbca39bb3f0b29b88125a0156e5747e292ed282e2

View changes file

Binary packages built by this source

libmaven3-core-java: Core libraries for Maven 3

 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
 .
 This package contains the core libraries for Maven 3.

maven: Java software project management and comprehension tool

 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