maven-site-plugin 3.12.1-2 source package in Ubuntu

Changelog

maven-site-plugin (3.12.1-2) unstable; urgency=medium

  * Team upload.
  * Depend on libmaven-parent-java to fix a build failure

 -- Emmanuel Bourg <email address hidden>  Thu, 12 Jan 2023 10:14:53 +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
Noble release universe libs
Mantic release universe libs
Lunar release universe libs

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-site-plugin_3.12.1-2.dsc 2.6 KiB 0f5c47980550bc4b1a6a16874dd3de4329d7e816878de9d26a34eef1d60863b7
maven-site-plugin_3.12.1.orig.tar.xz 264.8 KiB 800ef58e2c5d0798f0515159e7df1133caba2100ba43acfa16508a5690643318
maven-site-plugin_3.12.1-2.debian.tar.xz 4.7 KiB d1dc5c09e88456e3a4337cb3d2aa5bebcd0e7aa47a756259e43b096aa1de5c3a

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.