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

Changelog

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


  * Team upload.
  * Patched to work with plexus-archiver 1.2 (Closes: #727664)
  * debian/control:
    - Updated Standards-Version to 3.9.5 (no changes)
    - Use canonical URLs for the Vcs-* fields
    - Removed Michael Koch from the uploaders (Closes: #654109)
  * debian/copyright: Updated to the Copyright Format 1.0
  * Build depend on debhelper >= 9

 -- Emmanuel Bourg <email address hidden>  Mon, 04 Nov 2013 10:09:32 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe java

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maven-assembly-plugin_2.2~beta5-3.dsc 2.1 KiB 9f6118924992dd50634ca2a25fccd3f141ab315c20a09505702a404cfbda9671
maven-assembly-plugin_2.2~beta5.orig.tar.gz 398.1 KiB a54f379e15dc0672952bf47bf9e97ecf6257d65b806cc688e8d957cf3098037b
maven-assembly-plugin_2.2~beta5-3.debian.tar.gz 4.9 KiB 02d1d95e2324b459d0892a5a01d26e1e047b4f051b658e2272bfb4c81c24aa13

No changes file available.

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.