maven-javadoc-plugin 3.4.1-2 source package in Ubuntu
Changelog
maven-javadoc-plugin (3.4.1-2) unstable; urgency=medium * Team upload. * Adjust the source level automatically (Closes: #981967) * Standards-Version updated to 4.6.2 -- Emmanuel Bourg <email address hidden> Mon, 16 Jan 2023 09:28:52 +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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
maven-javadoc-plugin_3.4.1-2.dsc | 2.6 KiB | d2a1bae142fcc2c78875783e310f00dd4d6fa24252fec5ad5b04a6e002f2b4ec |
maven-javadoc-plugin_3.4.1.orig.tar.xz | 657.4 KiB | 1c30dc0366db93c53daeb01b097675a0ab5bb68fffbbc25c4904b8cfc8b819c0 |
maven-javadoc-plugin_3.4.1-2.debian.tar.xz | 7.2 KiB | 3950518910ec13c6f5628a58559af9b9e3ff58f798bb7c123e00725828395943 |
Available diffs
- diff from 3.4.1-1 to 3.4.1-2 (1.2 KiB)
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.