maven-war-plugin 3.3.2-1 source package in Ubuntu

Changelog

maven-war-plugin (3.3.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Removed the patch
    - Depend on libmaven-archiver-java (>= 3.6)
    - Updated the Maven rules
  * Standards-Version updated to 4.6.1
  * Switch to debhelper level 13
  * Use salsa.debian.org Vcs-* URLs
  * Track and download the new releases from GitHub

 -- Emmanuel Bourg <email address hidden>  Tue, 11 Oct 2022 17:09:17 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-war-plugin_3.3.2-1.dsc 2.3 KiB 0b86417d0a6d61bb8f25f2b660c6acc845352025c1f3fc35ad7735c60fc5d60d
maven-war-plugin_3.3.2.orig.tar.xz 378.4 KiB ea8f9a9719a709fe4e01f3006cdec27e0a768e4e8b7fec1b23f7790a85db1bc0
maven-war-plugin_3.3.2-1.debian.tar.xz 3.8 KiB 023d5c6a1c46afc7c392ab2bb915741c3372204668b43f182366732efb9aaab7

Available diffs

No changes file available.

Binary packages built by this source

libmaven-war-plugin-java: Maven WAR 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 WAR plugin builds a Web Application Archive (WAR) file from the
 project output and its dependencies.