maven-resources-plugin 2.3-5 source package in Ubuntu

Changelog

maven-resources-plugin (2.3-5) unstable; urgency=low

  * Upload to unstable.

maven-resources-plugin (2.3-4) experimental; urgency=low

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

maven-resources-plugin (2.3-3) experimental; urgency=low

  * Change section to java, bump up Standards-Version to 3.8.1
  * Bump up debhelper to 6
  * 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
  * Remove Depends on Java runtimes as it is a library

 -- Matthias Klose <email address hidden>   Mon,  12 Oct 2009 08:28:48 +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-resources-plugin_2.3.orig.tar.gz 745.6 KiB be2415f5a21ca47c7b01ee8d45190d0a74def7782365e51c5334b7deee1e6012
maven-resources-plugin_2.3-5.diff.gz 2.5 KiB e01e0cf4ae584a6ad5cac273bd6908aeabdefdbb306e822794073d62ab3db25e
maven-resources-plugin_2.3-5.dsc 1.5 KiB 74782a4fd15010a472539d53cc810a3825b218c30e09a944797f0223ec5cffc0

Available diffs

View changes file

Binary packages built by this source

libmaven-resources-plugin-java: Maven resources 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
 .
 The Resources Plugin handles the copying of project resources to the output
 directory.