maven-javadoc-plugin 3.4.1-3 source package in Ubuntu

Changelog

maven-javadoc-plugin (3.4.1-3) unstable; urgency=medium

  * Team upload.

  [ Vladimir Petko ]
  * Bug#1040374: maven-javadoc-plugin: Please support Java 21

  [ tony mancill ]
  * Set Rules-Requires-Root: no in debian/control

 -- tony mancill <email address hidden>  Sun, 30 Jul 2023 21:06:58 -0700

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-javadoc-plugin_3.4.1-3.dsc 2.6 KiB 7a386bf64693dcf80700544101acd8978bb06c6d343be1609bebc55ce6dfabb5
maven-javadoc-plugin_3.4.1.orig.tar.xz 657.4 KiB 1c30dc0366db93c53daeb01b097675a0ab5bb68fffbbc25c4904b8cfc8b819c0
maven-javadoc-plugin_3.4.1-3.debian.tar.xz 7.4 KiB b54ae49a93116b8661eaf41968dba4efb484fbcaf7730d638feff732b606a1e8

Available diffs

No changes file available.

Binary packages built by this source

libmaven-javadoc-plugin-java: Maven Javadoc 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 Javadoc Plugin is a plugin that uses the javadoc tool for generating
 javadocs for the specified project.