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

michaelo pushed a change to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


 discard 7faf441a [MJAVADOC-785] Align plugin implementation with 
AbstractMavenReport (maven-reporting-impl)
 discard c85af676 [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack
     add 4486dcba [MJAVADOC-800] Bump org.codehaus.plexus:plexus-io from 3.4.2 
to 3.5.0 (#291)
     add fbff1afd Remove outdated invoker conditions
     add 8f095f08 Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
     add 305f9ccb Bump org.apache.maven.shared:maven-common-artifact-filters
     add 7e5dea4b [MJAVADOC-798] Consider passing user settings when using 
invoker
     add 57774cfe [MJAVADOC-799] Remove inconsistent 
`AbstractFixJavadocMojo#defaultVersion` default value
     add a6cff020 [MJAVADOC-801] Upgrade to Clirr Maven Plugin 2.8 in fix goals
     add 4904e082 [MJAVADOC-802] Set default value of defaultAuthor parameter 
in fix goals to ${user.name}
     add d3afd39f [MJAVADOC-803] Add default parameter to force root locale
     add 3eb47c50 [MJAVADOC-791] maven-javadoc-plugin not working correctly 
together with maven-toolchains-plugin
     add be2fa208 [MJAVADOC-783] Invalid path when using TagletArtifact and 
TagletPath
     add 91369fab [MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored 
when pointing to a JAR
     add 4c8ca8ed [MJAVADOC-804] Remove temporary directories created by tests
     add 08205b18 Add compile step for MJAVADOC-365 IT
     add 0a26a7e0 Update since tags
     add eab964ca [MJAVADOC-603] javadoc:fix failure on JDK10: 
java.lang.ClassNotFoundException: java.sql.Connection
     add 621cba66 [maven-release-plugin] prepare release 
maven-javadoc-plugin-3.8.0
     add d875e1b5 [maven-release-plugin] prepare for next development iteration
     add bfb8c007 [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack
     add e4432489 [MJAVADOC-785] Align plugin implementation with 
AbstractMavenReport (maven-reporting-impl)

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   (7faf441a)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (e4432489)

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                                            | 12 ++--
 src/it/projects/MJAVADOC-365/invoker.properties    |  6 +-
 src/it/projects/MJAVADOC-365/pom.xml               | 10 ++++
 .../MJAVADOC-498_modulepath/invoker.properties     |  6 +-
 .../MJAVADOC-580_detectLinks/invoker.properties    |  5 +-
 .../projects/MJAVADOC-610_mrjar/invoker.properties |  6 +-
 .../MJAVADOC-704_toolchains/invoker.properties     |  5 +-
 src/it/projects/javadoc-fix/verify.bsh             |  6 +-
 .../plugins/javadoc/AbstractFixJavadocMojo.java    | 65 +++++++++++-----------
 .../maven/plugins/javadoc/AbstractJavadocMojo.java | 35 +++++++++---
 .../apache/maven/plugins/javadoc/JavadocUtil.java  | 48 ++++++++++++----
 src/site/apt/examples/fix-javadocs.apt.vm          | 10 ++--
 .../maven/plugins/javadoc/FixJavadocMojoTest.java  | 11 +++-
 .../maven/plugins/javadoc/JavadocReportTest.java   |  6 +-
 .../maven/plugins/javadoc/JavadocUtilTest.java     | 37 ++++++++++--
 .../src/main/java/fix/test/ClassWithJavadoc.java   |  1 -
 .../src/main/java/fix/test/ClassWithNoJavadoc.java |  1 -
 .../main/java/fix/test/InterfaceWithJavadoc.java   |  1 -
 .../main/java/fix/test/InterfaceWithNoJavadoc.java |  1 -
 19 files changed, 177 insertions(+), 95 deletions(-)

Reply via email to