maven-javadoc-plugin 3.0.0~M1-5 source package in Ubuntu

Changelog

maven-javadoc-plugin (3.0.0~M1-5) unstable; urgency=medium

  * Team upload.
  * Added the missing build dependency on libplexus-interactivity-api-java
  * Ignore the test dependency on wagon-http
  * Standards-Version updated to 4.1.1

 -- Emmanuel Bourg <email address hidden>  Tue, 21 Nov 2017 01:59:22 +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~M1-5.dsc 2.6 KiB d14e7670d808c449988c1ca76faa165a32fe79b610df698ddf10e1bece21e460
maven-javadoc-plugin_3.0.0~M1.orig.tar.xz 612.2 KiB 9be1220dcb4a5ba5c26bed4c5a6982c18c5afa5c86cd9669c5fec5b1218da8f4
maven-javadoc-plugin_3.0.0~M1-5.debian.tar.xz 6.8 KiB 62ca6e325ede0c9a184df1ddf4454ec0806a3e50663a8600a058a77e31ab8d93

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.