This is an automated email from the ASF dual-hosted git repository.
kwin pushed a change to branch feature/improve-javadoc-link-validation
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
discard 0c5d0792 fix test
discard e0658b53 enable SLF4J logging during tests
discard 1af093b0 add logging for invalid links
discard f97c516e fix test
discard 9e453ca5 add more verbose output for failing test
discard cd6da60d [MPLUGIN-433] Allow to disable link validation
add 322a9bbb [MPLUGIN-434] Improve dependency management
add 8a764005 [MPLUGIN-427] only emit simple parameter type for
configuration (#163)
add 664c16e2 [MPLUGIN-431] Remove deprecated items from new
maven-plugin-report-plugin
add a191579a [MPLUGIN-422] Upgrade to plexus-utils 3.5.0 (#164)
add a0a8dad1 [MPLUGIN-433] Allow to disable link validation
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 (0c5d0792)
\
N -- N -- N refs/heads/feature/improve-javadoc-link-validation
(a0a8dad1)
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:
maven-plugin-plugin/pom.xml | 21 ---
.../maven/plugin/plugin/AbstractGeneratorMojo.java | 6 +-
.../plugin/plugin/DescriptorGeneratorMojoTest.java | 40 +++--
maven-plugin-report-plugin/pom.xml | 3 -
.../src/it/plugin-info-jdk/pom.xml | 1 -
.../src/it/plugin-info-jdk/requirement/pom.xml | 78 ---------
.../resources/META-INF/maven/plugin-enhanced.xml | 69 --------
.../src/it/plugin-info-jdk/verify.groovy | 3 +-
.../src/it/plugin-report/verify.groovy | 3 +-
.../maven/plugin/plugin/report/PluginReport.java | 175 ++-------------------
.../maven/plugin/plugin/report/Requirements.java | 94 -----------
.../src/main/resources/plugin-report.properties | 3 -
.../src/main/resources/plugin-report_de.properties | 3 -
.../src/main/resources/plugin-report_fr.properties | 3 -
.../src/main/resources/plugin-report_sv.properties | 3 -
maven-plugin-tools-generators/pom.xml | 7 -
.../generator/PluginDescriptorFilesGenerator.java | 3 +-
.../generator/AbstractGeneratorTestCase.java | 8 +-
.../PluginDescriptorFilesGeneratorTest.java | 28 +++-
maven-script/maven-script-ant/pom.xml | 12 ++
pom.xml | 45 +++++-
21 files changed, 142 insertions(+), 466 deletions(-)
delete mode 100644
maven-plugin-report-plugin/src/it/plugin-info-jdk/requirement/pom.xml
delete mode 100644
maven-plugin-report-plugin/src/it/plugin-info-jdk/requirement/src/main/resources/META-INF/maven/plugin-enhanced.xml
delete mode 100644
maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report/Requirements.java