maven-assembly-plugin 3.4.2-1 source package in Ubuntu

Changelog

maven-assembly-plugin (3.4.2-1) unstable; urgency=medium

  * Team upload

  [ tony mancill ]
  * Update debian/watch to scan github repo
  * Update Vcs URLs to point to Salsa
  * Set "Rules-Requires-Root: no" in debian/control
  * Remove get-orig-source target from debian/rules
  * Remove debian/orig-tar.sh
  * Freshen years in debian/copyright

  [ Emmanuel Bourg ]
  * New upstream release
    - Refreshed the patch
    - Depend on libmaven-archiver-java (>= 3.5)
    - Depend on libplexus-archiver-java (>= 4.4)
    - Depend on libmaven-common-artifact-filters-java (>= 3.3.1)
    - Depend on sisu-maven-plugin instead of plexus-component-metadata
    - Depend on libmaven-parent-java
  * Removed Damien Raude-Morvan from the uploaders (Closes: #889416)
  * Standards-Version updated to 4.6.2
  * Switch to debhelper level 13

 -- Emmanuel Bourg <email address hidden>  Thu, 12 Jan 2023 12:15:38 +0100

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
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-assembly-plugin_3.4.2-1.dsc 2.7 KiB a67b380a090ed54b2bc5c2cdf511b826aa052835313edf2425dfefa6c29d3968
maven-assembly-plugin_3.4.2.orig.tar.xz 650.8 KiB 375afcd66ffa7e7b23496311a21e775d823d8b54e32ca776e6d8b921501e2ac4
maven-assembly-plugin_3.4.2-1.debian.tar.xz 4.8 KiB 0b6c3ba455b863e8a52a4a2fdb76530e7c2fb92bae6dab1b9e5388241664047c

Available diffs

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.