This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a change to branch MPLUGIN-434
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
discard 35d14fbc [MPLUGIN-434] Improve dependency management
add a0ec0ba3 [MPLUGIN-427] Expose generics information of parameter types
in report (#159)
add cece696c [MPLUGIN-434] Improve dependency management
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 (35d14fbc)
\
N -- N -- N refs/heads/MPLUGIN-434 (cece696c)
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 | 1 -
maven-plugin-report-plugin/pom.xml | 1 -
maven-plugin-tools-annotations/pom.xml | 4 +
.../JavaAnnotationsMojoDescriptorExtractor.java | 9 +-
.../datamodel/ParameterAnnotationContent.java | 25 ++++-
.../scanner/DefaultMojoAnnotationsScanner.java | 3 +-
.../scanner/visitors/MojoClassVisitor.java | 47 +++++++++-
.../scanner/visitors/MojoFieldVisitor.java | 12 ++-
.../scanner/visitors/MojoMethodVisitor.java | 12 ++-
.../scanner/visitors/MojoParameterVisitor.java | 3 +
...edMojo.java => ParametersWithGenericsMojo.java} | 45 ++++++---
.../annotations/TestAnnotationsReader.java | 12 +--
.../scanner/DefaultMojoAnnotationsScannerTest.java | 48 ++++++++++
.../generator/PluginDescriptorFilesGenerator.java | 102 ++++++++++++++++-----
.../plugin/generator/PluginXdocGenerator.java | 60 +++++++++++-
.../PluginDescriptorFilesGeneratorTest.java | 35 +++++--
.../plugin/generator/PluginXdocGeneratorTest.java | 11 +++
pom.xml | 6 +-
18 files changed, 367 insertions(+), 69 deletions(-)
copy
maven-plugin-tools-annotations/src/test/java/org/apache/maven/tools/plugin/extractor/annotations/{DeprecatedMojo.java
=> ParametersWithGenericsMojo.java} (59%)