maven-assembly-plugin 2.2~beta5-2 source package in Ubuntu

Changelog

maven-assembly-plugin (2.2~beta5-2) unstable; urgency=low

  [ Torsten Werner ]
  * Fix the ignore rule for the test dependencies. (Closes: #591134)

  [ Miguel Landaeta ]
  * Drop unnecessary Build-Depends on quilt.
  * Bump Standards-Version to 3.9.1. No changes were required.
 -- Bhavani Shankar <email address hidden>   Wed, 04 Aug 2010 05:35:15 +0200

Upload details

Uploaded by:
Bhavani Shankar
Sponsored by:
Benjamin Drung
Uploaded to:
Maverick
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe java

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maven-assembly-plugin_2.2~beta5.orig.tar.gz 398.1 KiB a54f379e15dc0672952bf47bf9e97ecf6257d65b806cc688e8d957cf3098037b
maven-assembly-plugin_2.2~beta5-2.debian.tar.gz 4.0 KiB 0da60c6b0cd945d6bbd45321494d95e5be5396eefe87acb8d517d9dcdf4c57b8
maven-assembly-plugin_2.2~beta5-2.dsc 2.7 KiB 980629334c37e1df4dc4642f6824c4be8199dea687703793459bd908d5390948

Available diffs

View changes file

Binary packages built by this source

libmaven-assembly-plugin-java: Maven Assembly 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 Maven Assembly plugin is used to create archives of your project's
 sources, classes, dependencies etc. from flexible assembly descriptors.