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

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


    omit 9d8ef11c [MPLUGIN-472] Use Plexus I18N rather than fiddling with 
resource bundles directly
    omit aa0396fb Remove superfluous site descriptor
    omit 6462dfd1 Simplify code
    omit dd4a8d08 [MPLUGIN-471] Generated table by PluginXdocGenerator does not 
contain default attributes
    omit 4b9556f9 [MPLUGIN-470] *-mojo.xml (in PluginXdocGenerator) is 
overwritten when multiple locales are defined
    omit a3d44198 [MPLUGIN-469] Omit empty line in generated help goal output 
if plugin description is empty
    omit e697f747 [MPLUGIN-468] Upgrade plugins and components (in ITs)
    omit 0438bcdb [MPLUGIN-467] Remove reporting from maven-plugin-plugin
     add 1dcccaf2 [MNG-6829] Replace any StringUtils#isEmpty(String) and 
#isNotEmpty(String) (#214)
     new 8c2f8a35 [MPLUGIN-467] Remove reporting from maven-plugin-plugin
     new ee9b35d1 [MPLUGIN-468] Upgrade plugins and components (in ITs)
     new bf04d073 [MPLUGIN-469] Omit empty line in generated help goal output 
if plugin description is empty
     new ca911b2d [MPLUGIN-470] *-mojo.xml (in PluginXdocGenerator) is 
overwritten when multiple locales are defined
     new 63a14f72 [MPLUGIN-471] Generated table by PluginXdocGenerator does not 
contain default attributes
     new 0db6c1a1 Simplify code
     new 6ece803d Remove superfluous site descriptor
     new 0a8d0cb4 [MPLUGIN-472] Use Plexus I18N rather than fiddling with 
resource bundles directly

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   (9d8ef11c)
            \
             N -- N -- N   refs/heads/fixes (0a8d0cb4)

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 8 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:
 .../JavaAnnotationsMojoDescriptorExtractor.java     |  4 ++--
 .../scanner/visitors/MojoClassVisitor.java          |  2 +-
 .../tools/plugin/DefaultPluginToolsRequest.java     |  3 +--
 .../AbstractScriptedMojoDescriptorExtractor.java    |  3 +--
 .../tools/plugin/javadoc/JavadocReference.java      |  4 +---
 .../tools/plugin/scanner/DefaultMojoScanner.java    |  3 +--
 .../apache/maven/tools/plugin/util/PluginUtils.java |  2 +-
 .../tools/plugin/generator/GeneratorUtils.java      | 14 +++++++-------
 .../generator/PluginDescriptorFilesGenerator.java   |  6 +++---
 .../tools/plugin/generator/PluginHelpGenerator.java |  3 +--
 .../tools/plugin/generator/PluginXdocGenerator.java | 20 ++++++++++----------
 .../javadoc/JavaJavadocMojoDescriptorExtractor.java | 21 ++++++++++-----------
 .../extractor/ant/AntMojoDescriptorExtractor.java   |  3 +--
 .../extractor/model/PluginMetadataParser.java       |  2 +-
 14 files changed, 41 insertions(+), 49 deletions(-)

Reply via email to