You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/01/12 23:29:13 UTC

[maven-help-plugin] branch master updated (4d59b97 -> 4c9a75c)

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

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git.


    from 4d59b97  [MPH-164] - Effective-pom ignores artifact argument
     add 0b15477  Refactor tests - drop junit-addons
     add 5634c7c  Sonar: fix reported issues
     add 2141ad0  Sonar: Disable access to external entities in XML parsing
     add c6d09f9  Upgrade maven-plugin-plugin to 3.6.0
     add c03f181  Site plugin updates, fluido 1.9, small docs update.
     add 7fbc796  Bump commons-lang3 to 3.8.1
     add 78908ca  Upgrade maven-enforcer-plugin to 3.0.0-M3
     add 4c9a75c  Bump asm to 9.0 (maven-plugin-tools-generators)

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  61 +++-----
 .../maven/plugins/help/AbstractEffectiveMojo.java  |  30 ++--
 .../maven/plugins/help/AbstractHelpMojo.java       |  16 +-
 .../maven/plugins/help/ActiveProfilesMojo.java     |   2 +-
 .../apache/maven/plugins/help/AllProfilesMojo.java |   6 +-
 .../apache/maven/plugins/help/DescribeMojo.java    |  26 ++--
 .../maven/plugins/help/EffectivePomMojo.java       |  39 +----
 .../maven/plugins/help/EffectiveSettingsMojo.java  |  19 +--
 .../apache/maven/plugins/help/EvaluateMojo.java    | 110 +++----------
 src/site/apt/index.apt.vm                          |  10 +-
 src/site/site.xml                                  |  12 +-
 .../maven/plugins/help/ActiveProfilesMojoTest.java |  21 +--
 .../maven/plugins/help/AllProfilesMojoTest.java    |  18 +--
 .../maven/plugins/help/DescribeMojoTest.java       | 170 +++++++++++----------
 .../maven/plugins/help/EvaluateMojoTest.java       |  10 +-
 .../help/stubs/DefaultMavenProjectStub.java        |  12 +-
 16 files changed, 217 insertions(+), 345 deletions(-)