maven-site-plugin 3.6-1 source package in Ubuntu

Changelog

maven-site-plugin (3.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (Closes: #776028)
    - Refreshed the patch
    - Depend on libdoxia-java (>= 1.7)
    - Depend on libdoxia-sitetools-java (>= 1.7.4)
    - Depend on libmaven3-core-java instead of libmaven2-core-java
    - Removed the dependency on libplexus-container-default-java
    - Depend on libplexus-utils2-java instead of libplexus-utils-java
    - New build dependencies on junit4, libmaven-shade-plugin-java,
      libjetty9-extra-java and libplexus-component-metadata-java
  * Set the source encoding to UTF-8
  * Standards-Version updated to 4.1.0

 -- Emmanuel Bourg <email address hidden>  Tue, 29 Aug 2017 02:01:02 +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-site-plugin_3.6-1.dsc 2.5 KiB 1c93fe30bbc03bde849d4e1baa33f035392438a620a39821b23d818216a2a510
maven-site-plugin_3.6.orig.tar.xz 148.4 KiB cbefaa3fa4f8db5d5a0876033d70a546ebb88a7d0d05e4cc9a6409d8b9c659b7
maven-site-plugin_3.6-1.debian.tar.xz 6.1 KiB a9a2932e4a7832b50750d25f4018b2a4846761502a3feff5d5f5e894c16e8510

Available diffs

No changes file available.

Binary packages built by this source

libmaven-site-plugin-java: Maven Site Plugin for generating a site

 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 2 Site Plugin is used to generate a site for the project. The
 generated site also includes the project's reports that were configured in the
 <reporting> section of the POM.