You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kw...@apache.org on 2022/11/09 09:39:32 UTC

[maven-plugin-tools] branch feature/set-required-maven-and-java-version updated (20147e36 -> 0c086abd)

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

kwin pushed a change to branch feature/set-required-maven-and-java-version
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


 discard 20147e36 fix javadoc
 discard 4c8e2499 always set required Maven/Java version
 discard ef592873 cleanup and fix IT
 discard 62e30f36 Consider Java and Maven Prerequisites from plugin descriptor in plugin overview page
 discard ec55acc6 [MPLUGIN-425] Add required Java and Maven version to the generated plugin descriptor
     add 7aa37762 [MPLUGIN-439] Support custom phases in Execute annotation (#170)
     add 5b812b52 [MPLUGIN-425] Add required Java and Maven version to the generated plugin descriptor
     add 8a3c188c Consider Java and Maven Prerequisites from plugin descriptor in plugin overview page
     add ac83dea2 cleanup and fix IT
     add 8e158760 always set required Maven/Java version
     add 0c086abd fix javadoc

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   (20147e36)
            \
             N -- N -- N   refs/heads/feature/set-required-maven-and-java-version (0c086abd)

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:
 .../apache/maven/plugins/annotations/Execute.java  |  17 ++-
 .../JavaAnnotationsMojoDescriptorExtractor.java    |  28 +++--
 .../datamodel/ExecuteAnnotationContent.java        |  17 ++-
 .../plugin/extractor/annotations/Execute2Mojo.java |  19 ++--
 .../plugin/extractor/annotations/ExecuteMojo.java  |  20 ++--
 ...JavaAnnotationsMojoDescriptorExtractorTest.java | 101 ++++++++++++++++++
 .../annotations/TestAnnotationsReader.java         | 115 ---------------------
 .../scanner/DefaultMojoAnnotationsScannerTest.java |  71 +++++++++++++
 8 files changed, 244 insertions(+), 144 deletions(-)
 copy maven-plugin-plugin/src/it/mplugin-272_java8/src/main/java/fr/ca/MyMojo.java => maven-plugin-tools-annotations/src/test/java/org/apache/maven/tools/plugin/extractor/annotations/Execute2Mojo.java (72%)
 copy maven-plugin-plugin/src/it/mplugin-272_java8/src/main/java/fr/ca/MyMojo.java => maven-plugin-tools-annotations/src/test/java/org/apache/maven/tools/plugin/extractor/annotations/ExecuteMojo.java (73%)
 create mode 100644 maven-plugin-tools-annotations/src/test/java/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractorTest.java
 delete mode 100644 maven-plugin-tools-annotations/src/test/java/org/apache/maven/tools/plugin/extractor/annotations/TestAnnotationsReader.java