maven-clean-plugin 3.2.0-2 source package in Ubuntu

Changelog

maven-clean-plugin (3.2.0-2) unstable; urgency=medium

  * Depend on libmaven-parent-java (Closes: #1028850)
  * Standards-Version updated to 4.6.2

 -- Emmanuel Bourg <email address hidden>  Sun, 15 Jan 2023 10:01:40 +0100

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-clean-plugin_3.2.0-2.dsc 2.4 KiB a4babed35c5c8cf0cfe177e56986e4e9cd075917471c3a1bb0b82ad52fe49db5
maven-clean-plugin_3.2.0.orig.tar.xz 23.4 KiB c182a43bb2b1adf39d6aa82bf072b9b80407d88202681d702fb5645cd4965d83
maven-clean-plugin_3.2.0-2.debian.tar.xz 3.7 KiB 689a23f2f523d4703d2d0935a85e9062ec52b65cc7a91b755eda39e12111da38

Available diffs

No changes file available.

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.