maven-clean-plugin 2.3-3 source package in Ubuntu

Changelog

maven-clean-plugin (2.3-3) unstable; urgency=low

  * Upload to unstable.

maven-clean-plugin (2.3-2) experimental; urgency=low

  * Fix groupId for maven-plugin-testing-harness dependency
    in the Maven POM.

maven-clean-plugin (2.3-1) experimental; urgency=low

  * New upstream version, add myself to Uploaders
  * Use Ant and cdbs-ant as the build system as Maven2 uses
    this plugin to build itself now.
  * Remove the dependency on default-jre | java2-runtime as this is
    a library.
  * Use default-jdk as Build-Depends instead of open-jdk-6
  * Add the Maven POM to the package,
  * Add a Build-Depends-Indep dependency on maven-repo-helper
  * Use mh_installpom and mh_installjar to install the POM and the jar to the
    Maven repository
  * Remove the patch for the POM as it's no longer needed, as well as
    the dependency on Quilt

 -- Matthias Klose <email address hidden>   Mon,  12 Oct 2009 08:46:37 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Karmic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maven-clean-plugin_2.3.orig.tar.gz 16.4 KiB 4cf0c967b87a7009333112dfb3ef238c4e1a29bed1c75be5febe7725a383080c
maven-clean-plugin_2.3-3.diff.gz 2.9 KiB a5f189df18b06769c75d8a5e4433094b53220f2b6f47a82d81590b870278eb6d
maven-clean-plugin_2.3-3.dsc 1.6 KiB 57179f777a58aacb03e4b3ec3c7dcfb7bd75e5362424c593a07b748b7af6c6ec

Available diffs

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.