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

Changelog

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

  * Team upload.
  * New upstream release (Closes: #869019):
    - Removed MWAR-269.diff (fixed upstream)
    - New dependency on libmaven-mapping-java
    - Build depend on junit4 instead of junit
    - Depend on libmaven3-core-java instead of libmaven2-core-java
    - Depend on libplexus-archiver-java (>= 3.4)
    - Depend on libmaven-archiver-java (>= 3.1.1)
  * Build with the DH sequencer instead of CDBS
  * Standards-Version updated to 4.0.0
  * Switch to debhelper level 10

 -- Emmanuel Bourg <email address hidden>  Wed, 26 Jul 2017 16:02:23 +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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-war-plugin_3.1.0-1.dsc 2.3 KiB 0447d7c047fea1b8de45ba8772431cd3c34e70bd43919746163930394b1e2ae0
maven-war-plugin_3.1.0.orig.tar.xz 379.8 KiB 82cfda5d4c7fb4e9a110310f187cf5ca76c901731f06126d82fb264c4489b142
maven-war-plugin_3.1.0-1.debian.tar.xz 4.3 KiB 4df1d303a20f51fd29a2a05a47ebb421bf8118aeeaf240f9326353ec870cc9ba

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.