You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/28 20:23:25 UTC

[maven-verifier-plugin] branch MVERIFIER-26 updated (c41b901 -> b0c8ea3)

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

khmarbaise pushed a change to branch MVERIFIER-26
in repository https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git.


 discard c41b901  [MVERIFIER-26] - JavaDoc issues  o Fixed javadoc issues which are based on the code.
     add 076d8cc  [MNGSITE-332] - Changed download templates of plugins not to reference .md5 anymore
     new b0c8ea3  [MVERIFIER-26] - JavaDoc issues  o Fixed javadoc issues which are based on the code.

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   (c41b901)
            \
             N -- N -- N   refs/heads/MVERIFIER-26 (b0c8ea3)

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 1 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:
 src/site/xdoc/download.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-verifier-plugin] 01/01: [MVERIFIER-26] - JavaDoc issues o Fixed javadoc issues which are based on the code.

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

khmarbaise pushed a commit to branch MVERIFIER-26
in repository https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git

commit b0c8ea309a616c500733310c59622f0212d06902
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Mar 30 16:00:39 2018 +0200

    [MVERIFIER-26] - JavaDoc issues
     o Fixed javadoc issues which are based on the code.
---
 .../java/org/apache/maven/plugins/verifier/VerificationResult.java     | 2 +-
 src/main/java/org/apache/maven/plugins/verifier/VerifierMojo.java      | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/verifier/VerificationResult.java b/src/main/java/org/apache/maven/plugins/verifier/VerificationResult.java
index ceeb8e7..9c34920 100644
--- a/src/main/java/org/apache/maven/plugins/verifier/VerificationResult.java
+++ b/src/main/java/org/apache/maven/plugins/verifier/VerificationResult.java
@@ -46,7 +46,7 @@ public class VerificationResult
     /**
      * Added non existence failure.
      * 
-     * @param file {@linke File}
+     * @param file {@link File}
      */
     public void addNonExistenceFailure( File file )
     {
diff --git a/src/main/java/org/apache/maven/plugins/verifier/VerifierMojo.java b/src/main/java/org/apache/maven/plugins/verifier/VerifierMojo.java
index 2631f54..e4523ae 100644
--- a/src/main/java/org/apache/maven/plugins/verifier/VerifierMojo.java
+++ b/src/main/java/org/apache/maven/plugins/verifier/VerifierMojo.java
@@ -233,8 +233,7 @@ public class VerifierMojo
     }
 
     /**
-     * @param printer The verification result printer.
-     * @see {@link VerificationResultPrinter}
+     * @param printer The verification result printer {@link VerificationResultPrinter}
      */
     public void setVerificationResultPrinter( VerificationResultPrinter printer )
     {

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.