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

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


The following commit(s) were added to refs/heads/master by this push:
     new 52be874  Fixed JavaDoc issues.
52be874 is described below

commit 52be8743715ecf90e7d3f8aedc5f3aa8d872c142
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Mon Apr 9 22:28:15 2018 +0200

    Fixed JavaDoc issues.
---
 .../org/apache/maven/plugins/source/AbstractSourcePluginTestCase.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/src/test/java/org/apache/maven/plugins/source/AbstractSourcePluginTestCase.java
 
b/src/test/java/org/apache/maven/plugins/source/AbstractSourcePluginTestCase.java
index e687864..e654cb4 100644
--- 
a/src/test/java/org/apache/maven/plugins/source/AbstractSourcePluginTestCase.java
+++ 
b/src/test/java/org/apache/maven/plugins/source/AbstractSourcePluginTestCase.java
@@ -47,6 +47,7 @@ public abstract class AbstractSourcePluginTestCase
      * Execute the source plugin for the specified project.
      *
      * @param projectName the name of the project
+     * @param classifier The classifier.
      * @throws Exception if an error occurred
      */
     protected void executeMojo( final String projectName, String classifier )
@@ -71,6 +72,7 @@ public abstract class AbstractSourcePluginTestCase
      * @param expectTestSourceArchive if a test source archive is expected
      * @param expectedSourceFiles     the expected files in the source 
archive, if any
      * @param expectedTestSourceFiles the expected files in the test source 
archive, if any
+     * @param classifier              the classifier.
      * @return the base directory of the project
      * @throws Exception if any error occurs
      */
@@ -102,6 +104,7 @@ public abstract class AbstractSourcePluginTestCase
      *
      * @param projectName         the project to test
      * @param expectedSourceFiles the expected files in the source archive, if 
any
+     * @param classifier          the classifier.
      * @return the base directory of the project
      * @throws Exception if any error occurs
      */
@@ -117,6 +120,7 @@ public abstract class AbstractSourcePluginTestCase
      *
      * @param projectName             the project to test
      * @param expectedTestSourceFiles the expected files in the test source 
archive, if any
+     * @param classifier              the classifier.
      * @return the base directory of the project
      * @throws Exception if any error occurs
      */

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

Reply via email to