This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch MNG-5695
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
omit 1af903c9 [MNG-5695] document Maven 3.2.5+ scoped components usage
add afd910c8 Consistently use MavenReport#getReportOutputDirectory()
add b8ba9ef8 Use consistent spelling
add 104b261d [MPLUGIN-493] Consistently evaluate skip parameter in
MavenReport#canGenerateReport()
add 491dad4e [MPLUGIN-494] Upgrade to Parent 41
add 017047ef [MPLUGIN-496] Add missing translations for
report.plugin.goal.yes,no
add 4e2e0b6b [MPLUGIN-474] Improve descriptor docs for requiredJavaVersion
add 331cf42b [MPLUGIN-497] Upgrade components
add ed4774bc [MPLUGIN-450] Require goalPrefix to be valid (#240)
add fc412185 [MPLUGIN-498] Move section rendering to separate methods
add 9bb13f04 [MPLUGIN-492] Documentation for plugins in general: Goals
comprises more than that
add 7dd3a259 [MPLUGIN-499] Add deprecate description in parameters table
(#250)
add f4973acb Bump org.assertj:assertj-core from 3.24.2 to 3.25.1
add 8b93d125 Bump org.jsoup:jsoup from 1.17.1 to 1.17.2
add 64184900 [MPLUGIN-495] WARNINGs based on usage of @Component for
MavenSession/MavenProject instead of @Parameter
new 51b8657a [MNG-5695] document Maven 3.2.5+ scoped components usage
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 (1af903c9)
\
N -- N -- N refs/heads/MNG-5695 (51b8657a)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../annotation-with-inheritance-from-deps/pom.xml | 1 +
.../module-mojo/pom.xml | 1 +
.../src/it/annotation-with-inheritance/pom.xml | 1 +
maven-plugin-plugin/src/it/ant-basic/pom.xml | 2 +-
.../src/it/ant-simple-usage/plugin/pom.xml | 2 +-
.../src/it/ant-since-maven-plugin/pom.xml | 3 +
maven-plugin-plugin/src/it/asm-failure/pom.xml | 3 +
.../src/it/beanshell-simple/pom.xml | 2 +-
.../help-basic-deprecated-annotation-only/pom.xml | 3 +
.../src/it/help-basic-jdk11/pom.xml | 3 +
maven-plugin-plugin/src/it/help-basic/pom.xml | 3 +
maven-plugin-plugin/src/it/help-package/pom.xml | 1 +
.../src/it/ignore-plugin-class-realm/pom.xml | 3 +
.../src/it/ignore-plugin-class-realm/test/pom.xml | 3 +
.../src/it/java-basic-annotations-jdk8/pom.xml | 1 +
.../it/java-basic-annotations-jdk8/verify.groovy | 80 ++++----------------
.../it/java-basic-annotations-jdkcurrent/pom.xml | 1 +
.../verify.groovy | 80 ++++----------------
.../src/it/java-basic-annotations/pom.xml | 1 +
.../src/it/java-basic-annotations/verify.groovy | 80 ++++----------------
maven-plugin-plugin/src/it/java-basic/pom.xml | 3 +
maven-plugin-plugin/src/it/mplugin-223/pom.xml | 1 +
.../src/it/mplugin-272_java8/pom.xml | 1 +
.../src/it/mplugin-299_no-configuration/pom.xml | 3 +
.../it/mplugin-305_defaultMojoDependencies/pom.xml | 1 +
.../verify.groovy | 2 +-
.../it/mplugin-305_emptyMojoDependencies/pom.xml | 1 +
.../it/mplugin-305_singleMojoDependencies/pom.xml | 1 +
.../src/it/mplugin-324_javadoc/pom.xml | 3 +
.../src/it/mplugin-363_help-reproducible/pom.xml | 3 +
.../it/mplugin-370-maven-deps-scope-bad/pom.xml | 1 +
.../it/mplugin-370-maven-deps-scope-good/pom.xml | 1 +
.../pom.xml | 1 +
.../pom.xml | 3 +
maven-plugin-plugin/src/it/mplugin-390/pom.xml | 3 +
maven-plugin-plugin/src/it/packaging-jar/pom.xml | 1 +
maven-plugin-plugin/src/it/skip/pom.xml | 3 +
.../src/it/source-encoding/latin-1/pom.xml | 3 +
.../src/it/source-encoding/utf-8/pom.xml | 3 +
maven-plugin-plugin/src/it/v4api/pom.xml | 3 +
maven-plugin-plugin/src/it/v4api/verify.groovy | 86 +++++-----------------
.../maven/plugin/plugin/AbstractGeneratorMojo.java | 27 +++----
.../plugin/plugin/DescriptorGeneratorMojo.java | 4 +-
.../plugin/plugin/DescriptorGeneratorMojoTest.java | 5 +-
maven-plugin-report-plugin/pom.xml | 1 +
.../src/it/mplugin-191/pom.xml | 1 +
.../src/it/mplugin-319_report-since/pom.xml | 3 +
.../src/it/mplugin-394_report-encoding/pom.xml | 3 +
.../src/it/plugin-info-jdk-default-version/pom.xml | 1 +
.../src/it/plugin-info-jdk/pom.xml | 1 +
.../src/it/plugin-report-annotations/pom.xml | 1 +
.../src/main/java/org/DummyReport.java | 13 ++--
.../src/it/plugin-report-annotations/verify.bsh | 55 --------------
.../verify.groovy | 16 ++--
.../it/plugin-report-requirements-history/pom.xml | 3 +
.../it/plugin-report-with-javadoc-links/pom.xml | 1 +
.../src/it/plugin-report/pom.xml | 3 +
.../src/main/java/org/DummyReport.java | 13 ++--
.../src/it/plugin-report/verify.groovy | 11 ++-
.../maven/plugin/plugin/report/GoalRenderer.java | 28 ++++---
.../plugin/report/PluginOverviewRenderer.java | 54 ++++++++++----
.../maven/plugin/plugin/report/PluginReport.java | 22 +++---
.../EnhancedPluginDescriptorBuilder.java | 13 ++--
.../src/main/resources/plugin-report.properties | 10 ++-
.../src/main/resources/plugin-report_de.properties | 7 +-
.../src/main/resources/plugin-report_fr.properties | 6 +-
.../src/main/resources/plugin-report_sv.properties | 6 +-
.../JavaAnnotationsMojoDescriptorExtractor.java | 23 +-----
.../maven/tools/plugin/util/PluginUtils.java | 32 --------
.../JavaJavadocMojoDescriptorExtractor.java | 24 +-----
maven-script/maven-script-ant/pom.xml | 1 +
pom.xml | 12 +--
72 files changed, 306 insertions(+), 495 deletions(-)
delete mode 100644
maven-plugin-report-plugin/src/it/plugin-report-annotations/verify.bsh
copy maven-plugin-report-plugin/src/it/{plugin-report =>
plugin-report-annotations}/verify.groovy (74%)