maven 3.5.0-6 source package in Ubuntu

Changelog

maven (3.5.0-6) unstable; urgency=medium

  * Team upload.
  * Removed the patch changing the default version of the core plugins.
    This ensures that the maven package is on par with the upstream
    distribution. Plugin packages are now responsible for redirecting
    the default version used by Maven to the current one.
  * Depend on maven-parent 27 and removed modello-configuration.patch
  * Removed the unused dependency on libeclipse-aether-java
  * Standards-Version updated to 4.1.0

 -- Emmanuel Bourg <email address hidden>  Thu, 07 Sep 2017 08:51:54 +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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven_3.5.0-6.dsc 2.7 KiB 559a58033d19669d0375dbf16204e2759844dafee52c1febb3dbe62ec1a98418
maven_3.5.0.orig.tar.xz 726.4 KiB b230b82af73812b59a63f4c76fe9ad54bfdbb925020f67e14592423da4daabc4
maven_3.5.0-6.debian.tar.xz 15.8 KiB 9bdaa0a2cde25af25a277f9ee1229de7ba2aed78b6717e3e9dd5bae7e94bc3de

Available diffs

No changes file available.

Binary packages built by this source

libmaven3-core-java: No summary available for libmaven3-core-java in ubuntu artful.

No description available for libmaven3-core-java in ubuntu artful.

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