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

Changelog

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

  * New upstream release
    - Set the source/target level to Java 8
  * Standards-Version updated to 4.6.1
  * Switch to debhelper level 13

 -- Emmanuel Bourg <email address hidden>  Wed, 28 Sep 2022 00:54:53 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-clean-plugin_3.2.0-1.dsc 2.3 KiB 1079daebd4c4946eb3c8970608affe5b9b9dab320e67a3dae73bb216945e4e36
maven-clean-plugin_3.2.0.orig.tar.xz 23.4 KiB c182a43bb2b1adf39d6aa82bf072b9b80407d88202681d702fb5645cd4965d83
maven-clean-plugin_3.2.0-1.debian.tar.xz 3.5 KiB d8cc015c635201c1997bacd3ab0d5591657fc4fc8f197b47a53189d597c2e7ba

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.