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

sjaranowski pushed a change to branch MPLUGIN-431
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


    omit 2a2ba9a2 [MPLUGIN-431] Remove deprecated items from new 
maven-plugin-report-plugin
     add a0ec0ba3 [MPLUGIN-427] Expose generics information of parameter types 
in report (#159)
     add 322a9bbb [MPLUGIN-434] Improve dependency management
     add 8e984082 [MPLUGIN-431] Remove deprecated items from new 
maven-plugin-report-plugin

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   (2a2ba9a2)
            \
             N -- N -- N   refs/heads/MPLUGIN-431 (8e984082)

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-report-plugin/pom.xml                 |   3 -
 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 ++++++++++
 maven-plugin-tools-generators/pom.xml              |   7 --
 .../generator/PluginDescriptorFilesGenerator.java  | 102 ++++++++++++++++-----
 .../plugin/generator/PluginXdocGenerator.java      |  60 +++++++++++-
 .../PluginDescriptorFilesGeneratorTest.java        |  35 +++++--
 .../plugin/generator/PluginXdocGeneratorTest.java  |  11 +++
 maven-script/maven-script-ant/pom.xml              |  12 +++
 pom.xml                                            |  49 +++++++++-
 20 files changed, 421 insertions(+), 99 deletions(-)
 copy 
maven-plugin-tools-annotations/src/test/java/org/apache/maven/tools/plugin/extractor/annotations/{DeprecatedMojo.java
 => ParametersWithGenericsMojo.java} (59%)

Reply via email to