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/08/21 16:10:44 UTC

[maven-jlink-plugin] branch PR-3 created (now 7f85fe8)

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

khmarbaise pushed a change to branch PR-3
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git.


      at 7f85fe8  Fix test class name.

This branch includes the following new commits:

     new 7f85fe8  Fix test class name.

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.



[maven-jlink-plugin] 01/01: Fix test class name.

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

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

commit 7f85fe80e39d82220399a8ebcda9f7d07ff31ca5
Author: Andre Tadeu de Carvalho <an...@external.cardif.com.br>
AuthorDate: Tue Aug 21 12:57:09 2018 -0300

    Fix test class name.
---
 .../jlink/{AbsractJLinkMojoTest.java => AbstractJLinkMojoTest.java}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/maven/plugins/jlink/AbsractJLinkMojoTest.java b/src/test/java/org/apache/maven/plugins/jlink/AbstractJLinkMojoTest.java
similarity index 99%
rename from src/test/java/org/apache/maven/plugins/jlink/AbsractJLinkMojoTest.java
rename to src/test/java/org/apache/maven/plugins/jlink/AbstractJLinkMojoTest.java
index 754bdfe..85dd34c 100644
--- a/src/test/java/org/apache/maven/plugins/jlink/AbsractJLinkMojoTest.java
+++ b/src/test/java/org/apache/maven/plugins/jlink/AbstractJLinkMojoTest.java
@@ -35,7 +35,7 @@ import org.mockito.Mockito;
 /**
  * @author Karl Heinz Marbaise <a href="mailto:khmarbaise@apache.org">khmarbaise@apache.org</a>
  */
-public class AbsractJLinkMojoTest
+public class AbstractJLinkMojoTest
 {
     private AbstractJLinkMojo mojoMock;