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

Changelog

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

  * Team upload.
  * Depend on libmaven-parent-java (Closes: #1028851)

 -- Emmanuel Bourg <email address hidden>  Sun, 15 Jan 2023 11:17:45 +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-war-plugin_3.3.2-3.dsc 2.4 KiB 07913b9a9421047e6c56815f69545e1ba3f2fbcc180de2a3472a0b4f1d87319f
maven-war-plugin_3.3.2.orig.tar.xz 378.4 KiB ea8f9a9719a709fe4e01f3006cdec27e0a768e4e8b7fec1b23f7790a85db1bc0
maven-war-plugin_3.3.2-3.debian.tar.xz 4.6 KiB 027cb2972c10290bba504929190018573fc8d25fbfa75ee95a4b131c37d23dee

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.