Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

maven-javadoc-plugin-3.6.0-150200.4.10.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: maven-javadoc-plugin Distribution: SUSE Linux Enterprise 15
Version: 3.6.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150200.4.10.1 Build date: Mon Feb 26 04:59:55 2024
Group: Development/Libraries/Java Build host: h04-ch1a
Size: 541741 Source RPM: maven-javadoc-plugin-3.6.0-150200.4.10.1.src.rpm
Packager: https://www.suse.com/
Url: https://maven.apache.org/plugins/maven-javadoc-plugin
Summary: Maven plugin for creating javadocs
The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
generating javadocs for the specified project.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Feb 21 2024 fstrba@suse.com
  - Use %patch -P N instead of deprecated %patchN.
* Fri Jan 26 2024 fstrba@suse.com
  - Require maven-parent >= 40. The maven build will fail with
    anything lower
* Wed Sep 20 2023 fstrba@suse.com
  - Upgrade to upstream version 3.6.0
    * Bug
      + MJAVADOC-642: Setting maven.javadoc.isoffline seems to have no
      effect
      + MJAVADOC-701: javadoc site is broken for projects that contain
      modules
      + MJAVADOC-733: Alternative doclet page points to an SEO spammy
      page
      + MJAVADOC-742: [REGRESSION] Transitive dependencies of
      docletArtifact missing
      + MJAVADOC-757: Unresolvable link in javadoc tag with value
      ResourcesBundleMojo#getAttachmentClassifier() found in
      ResourcesBundleMojo
      + MJAVADOC-758: IOException --> NullPointerException in
      JavadocUtil.copyResource
      + MJAVADOC-763: JavadocReportTest.testExceptions is broken
      + MJAVADOC-767: javadoc creates invalid --patch-module
      statements
      + MJAVADOC-769: javadoc plugin can not deal with transitive
      filename based modules
    * Improvement
      + MJAVADOC-755: Clean up deprecated and unpreferred methods in
      JavadocUtil
      + MJAVADOC-760: Cleanup dependency declarations as best possible
      + MJAVADOC-770: Allow building javadoc "the old fashioned way"
      after Java 8
    * Task
      + MJAVADOC-743: Drop use of deprecated localRepository mojo
      parameter
      + MJAVADOC-765: Make build pass with Java 20
      + MJAVADOC-772: Refresh download page
    * Dependency upgrade
      + MJAVADOC-761: Update to commons-io 2.13.0
      + MJAVADOC-766: Update plexus-archiver from 4.7.1 to 4.8.0
      + MJAVADOC-771: Upgrade Parent to 40
  - Modified patches:
    * maven-javadoc-plugin-bootstrap-resources.patch
      + regenerate in cycle
    * no-override.patch
    * stale-data-encoding.patch
      + rediff to changed line-endings
* Wed Sep 20 2023 fstrba@suse.com
  - Upgrade to upstream version 3.5.0
    * Bug
      + MJAVADOC-696: Invalid anchors in Javadoc and plugin mojo
      + MJAVADOC-700: Plugin duplicates classes in Java 8 all-classes
      lists
      + MJAVADOC-702: javadoc site creation ignores configuration
      parameters
    * Improvement
      + MJAVADOC-685: Deprecate parameter "stylesheet"
      + MJAVADOC-721: Parse stderr output and suppress informational
      lines
      + MJAVADOC-729: Link to Javadoc references from JDK 17
      + MJAVADOC-731: Migrate components to JSR 330, get rid of
      maven-artifact-transfer, update to parent 37
    * Task
      + MJAVADOC-712: Remove remains of org.codehaus.doxia.sink.Sink
    * Dependency upgrade
      + MJAVADOC-711: Upgrade plugins in ITs
      + MJAVADOC-714: Upgrade to Maven 3.2.5
      + MJAVADOC-719: Update Maven Archiver to 3.6.0
      + MJAVADOC-723: Upgrade Maven Reporting API to 3.1.1/Complete
      with Maven Reporting Impl 3.2.0
      + MJAVADOC-738: Upgrade commons-text to 1.10.0
      + MJAVADOC-740: Upgrade Parent to 39
      + MJAVADOC-741: Upgrade plugins and components
  - Modified patches:
    * maven-javadoc-plugin-bootstrap-resources.patch
      + regenerate in cycle
    * stale-data-encoding.patch
      + rediff to changed context
  - Added patch:
    * no-override.patch
      + allow building with older version of maven-reporting-api
  - Removed patch:
    * maven-javadoc-plugin-ioexception.patch
      + not necessary with this version
* Tue Oct 25 2022 fstrba@suse.com
  - Added patch:
    * maven-javadoc-plugin-ioexception.patch
      + allow building with wider range of plexus-utils versions,
      including the 3.5.0 that does not declare IOException as
      thrown in functions where it is actually not thrown.
* Fri May 13 2022 fstrba@suse.com
  - Fix build with modello 2.0.0
* Mon Mar 14 2022 fstrba@suse.com
  - Added patch:
    * stale-data-encoding.patch
      + use the same encoding when writing and getting the stale data
      + fixes build with utf-8 sources on non utf-8 platforms
* Fri Mar 11 2022 fstrba@suse.com
  - Upgrade to upstream version 3.3.2
    * fixing several NPE errors and using new
      maven-reporting-{api,impl}
  - Removed patches:
    * 0001-Port-to-current-plexus-utils.patch
    * reproducible-footer.patch
      + not needed with the upstream code
  - Modified patch:
    * maven-javadoc-plugin-bootstrap-resources.patch
      + regenerate the resources to correspond to the new version
* Tue May 11 2021 fstrba@suse.com
  - Do not build against the legacy guava20 package any more
* Wed Mar 11 2020 fstrba@suse.com
  - Fix build with doxia 1.9.x
* Sun Nov 24 2019 fstrba@suse.com
  - Upgrade to version 3.1.1
  - Modified patch:
    * maven-javadoc-plugin-bootstrap-resources.patch
      + Regenerate patch from the non-bootstrap build
* Thu Nov 21 2019 fstrba@suse.com
  - Fix build with maven-invoker-3.0.1 that has a new dependency
    on maven-shared-utils
* Mon Oct 07 2019 bwiedemann@suse.com
  - Add reproducible-footer.patch to override build date (boo#1047218)
* Sat Apr 06 2019 jengelh@inai.de
  - Spruce up summary to not just repeat the name.
* Wed Apr 03 2019 fstrba@suse.com
  - Initial packaging of maven-jar-plugin 3.0.1
  - Generate and customize ant build.xml file to use with the
    bootstrap variang
  - Create as a multibuild package to allow bootstrapping
  - Added patch:
    * maven-javadoc-plugin-bootstrap-resources.patch
      + For the bootstrap version, add pre-generated resources that
      need maven-plugin-plugin and maven to be generated at build
      time

Files

/usr/share/doc/packages/maven-javadoc-plugin
/usr/share/doc/packages/maven-javadoc-plugin/NOTICE
/usr/share/java/maven-javadoc-plugin
/usr/share/java/maven-javadoc-plugin/maven-javadoc-plugin.jar
/usr/share/licenses/maven-javadoc-plugin
/usr/share/licenses/maven-javadoc-plugin/LICENSE
/usr/share/maven-metadata/maven-javadoc-plugin.xml
/usr/share/maven-poms/maven-javadoc-plugin
/usr/share/maven-poms/maven-javadoc-plugin/maven-javadoc-plugin.pom


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024