You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kw...@apache.org on 2022/09/26 10:19:38 UTC

[maven-javadoc-plugin] branch feature/update-to-parent-37 updated (81f0ce60 -> 738c97bc)

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a change to branch feature/update-to-parent-37
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


 discard 81f0ce60 fix failure in IT for MJAVADOC-494
 discard c05ab953 fix NPE during dependency resolution
 discard b88e2980 remove redundant toString()
 discard 34b9d776 [MJAVADOC-731] Update parent pom to maven-plugins 37
     add ebde546a [MJAVADOC-685] Deprecate parameter "stylesheet" (#162)
     add 1286b859 Add SLF4J Simple to the test classpath
     add 738c97bc [MJAVADOC-731] Update parent pom to maven-plugins 37

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (81f0ce60)
            \
             N -- N -- N   refs/heads/feature/update-to-parent-37 (738c97bc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  8 ++-
 .../maven/plugins/javadoc/AbstractJavadocMojo.java | 70 ++++------------------
 .../maven/plugins/javadoc/css/stylesheet.css       | 64 --------------------
 .../maven/plugins/javadoc/JavadocReportTest.java   | 12 ----
 4 files changed, 18 insertions(+), 136 deletions(-)
 delete mode 100644 src/main/resources/org/apache/maven/plugins/javadoc/css/stylesheet.css