maven-javadoc-plugin 3.0.1-3~18.04.1 source package in Ubuntu
Changelog
maven-javadoc-plugin (3.0.1-3~18.04.1) bionic; urgency=medium * Backport from Disco. * Fix FTBFS for multiple packages caused by OpenJDK 11 javadoc. (LP: #1814133) maven-javadoc-plugin (3.0.1-3) unstable; urgency=medium * Team upload. * Add default-detectJavaApiLink-to-false.patch (Closes: #919798) This addresses FTBFS bugs for multiple javadoc packages that build-depend on maven. Also see: - https://github.com/oracle/opengrok/issues/2629 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919831 Thank you to Markus Koschany for identifying a work-around. maven-javadoc-plugin (3.0.1-2) unstable; urgency=medium * Team upload. * Add patch for uncaught IOException FTBFS (Closes: #914411) * Bump Standards-Version to 4.2.1 * Update Homepage and Source URLs to use https maven-javadoc-plugin (3.0.1-1) unstable; urgency=medium * Team upload. * New upstream release - Refreshed the patches * Standards-Version updated to 4.1.5 * Use salsa.debian.org Vcs-* URLs * Track and download the new releases from GitHub -- Tiago Stürmer Daitx <email address hidden> Tue, 19 Feb 2019 11:24:11 +0000
Upload details
- Uploaded by:
- Tiago Stürmer Daitx
- Uploaded to:
- Bionic
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | updates | universe | java | |
Bionic | security | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
maven-javadoc-plugin_3.0.1.orig.tar.xz | 620.5 KiB | 5302f193c38404fdbbfd929feefc6134f7ea7f33bc145f7f45efe79913f81129 |
maven-javadoc-plugin_3.0.1-3~18.04.1.debian.tar.xz | 7.7 KiB | 400c9a1b6e67ddb54211bb194fc86feede74a3b7af5499b63f4a03459a48e2c3 |
maven-javadoc-plugin_3.0.1-3~18.04.1.dsc | 2.6 KiB | d5b1d67bb1f7653d9b18dc4d4307ef580b0b5f836d4ba42bfc00d4c50865851a |
Available diffs
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.