maven-javadoc-plugin 3.0.0-2 source package in Ubuntu

Changelog

maven-javadoc-plugin (3.0.0-2) unstable; urgency=medium

  * Team upload.
  * Fixed the NullPointerException when JAVA_HOME isn't defined (MJAVADOC-504)
  * Removed the unused build dependency on clirr
  * Standards-Version updated to 4.1.3

 -- Emmanuel Bourg <email address hidden>  Fri, 05 Jan 2018 18:34:59 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-javadoc-plugin_3.0.0-2.dsc 2.6 KiB 2b9f346376f12b4e5052cfacf7c0000afdc36f8a40a2f1ab827a56eae96b5482
maven-javadoc-plugin_3.0.0.orig.tar.xz 617.2 KiB 17eadd77f680c14053d05b94022e1026ded5cf3e069a184135aa76438591e431
maven-javadoc-plugin_3.0.0-2.debian.tar.xz 7.3 KiB d429f3ca145939be63709c1a7b60363834309083912542dad5ff2cc09cead69a

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.