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 2020/07/27 14:09:45 UTC

[maven-enforcer] branch master updated (2dcd314 -> 05ed15b)

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-enforcer.git.


    from 2dcd314  Add maven-wrapper-plugin to ITs verifying require-plugin-versions rule
     new 9f805c6  (doc) Remove javadoc for missing parameter
     new 05ed15b  (doc) Remove duplicated determiner

The 2 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:
 .../java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


[maven-enforcer] 01/02: (doc) Remove javadoc for missing parameter

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9f805c64a10ce35b63505274e137a51d84edc1e1
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Thu Jul 16 18:20:28 2020 +0200

    (doc) Remove javadoc for missing parameter
---
 .../java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java b/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java
index b06e723..8f15110 100644
--- a/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java
+++ b/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java
@@ -539,7 +539,6 @@ public class RequirePluginVersions
      * Gets the plugins that are bound to the defined phases. This does not find plugins bound in the pom to a phase
      * later than the plugin is executing.
      *
-     * @param life the life
      * @param project the project
      * @param thePhases the the phases
      * @return the bound plugins


[maven-enforcer] 02/02: (doc) Remove duplicated determiner

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 05ed15b5d95f309e864fe57fa31add18528bafc2
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Thu Jul 16 18:22:06 2020 +0200

    (doc) Remove duplicated determiner
---
 .../java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java b/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java
index 8f15110..8f26a5e 100644
--- a/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java
+++ b/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java
@@ -540,7 +540,7 @@ public class RequirePluginVersions
      * later than the plugin is executing.
      *
      * @param project the project
-     * @param thePhases the the phases
+     * @param thePhases the phases
      * @return the bound plugins
      * @throws PluginNotFoundException the plugin not found exception
      * @throws LifecycleExecutionException the lifecycle execution exception