maven-clean-plugin 3.1.0-1~18.04 source package in Ubuntu

Changelog

maven-clean-plugin (3.1.0-1~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1818647.

maven-clean-plugin (3.1.0-1) unstable; urgency=medium

  * New upstream release
    - Removed 01-junit-dependency.patch (fixed upstream)
  * Standards-Version updated to 4.1.5
  * Switch to debhelper level 11
  * Use salsa.debian.org Vcs-* URLs
  * Track and download the new releases from GitHub

 -- Matthias Klose <email address hidden>  Tue, 05 Mar 2019 13:41:11 +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
Bionic updates universe devel
Bionic security universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-clean-plugin_3.1.0.orig.tar.xz 18.0 KiB 3770f24e6d6977c55f77b411014a2239aa4fbc01d4a25482e2b2914dafb52580
maven-clean-plugin_3.1.0-1~18.04.debian.tar.xz 3.6 KiB 84dbdec2292b2f053f946de5e5107e4ab118fa3a31023a70d6e74d1558f52ca1
maven-clean-plugin_3.1.0-1~18.04.dsc 2.3 KiB 56531cc84f7f62568191052b611ca714a6290d5ce832a46e38989cf9f3744d03

View changes file

Binary packages built by this source

libmaven-clean-plugin-java: Maven clean plugin

 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 ships the maven clean plugin which is used to remove files
 generated at build-time in a project's directory.