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

Changelog

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

  * Added the missing build dependency on junit4 (Closes: #871148)
  * Standards-Version updated to 4.1.0

 -- Emmanuel Bourg <email address hidden>  Wed, 23 Aug 2017 00:46:40 +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
Bionic release universe devel

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-clean-plugin_3.0.0-2.dsc 2.3 KiB 8bcb53fb94889633a84fe95b900ec3a5489f291e2590d10bb869c8b0b312ca66
maven-clean-plugin_3.0.0.orig.tar.xz 17.5 KiB 137f807fb21f36d17a7207f5f9fa1b24ae18db16b4334b30394da93e826a014f
maven-clean-plugin_3.0.0-2.debian.tar.xz 3.9 KiB d9a04bb7f4977a241364c95e30ead4f1dc4f3139b5d947a8ccb74e9c11789c10

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.