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 2019/10/29 20:26:38 UTC

[maven-ear-plugin] 10/10: Added comments.

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

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

commit 44995bdecef535f69709b9b75803749469437c18
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Oct 29 21:21:42 2019 +0100

    Added comments.
---
 src/test/java/org/apache/maven/plugins/ear/it/EARIT.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/test/java/org/apache/maven/plugins/ear/it/EARIT.java b/src/test/java/org/apache/maven/plugins/ear/it/EARIT.java
index 6ab1ef7..cb2dbc1 100644
--- a/src/test/java/org/apache/maven/plugins/ear/it/EARIT.java
+++ b/src/test/java/org/apache/maven/plugins/ear/it/EARIT.java
@@ -40,6 +40,8 @@ import org.junit.jupiter.api.DisplayName;
  * </ul>
  *
  * @author Karl Heinz Marbaise
+ * These are the maven-invoker-plugin integration tests (src/it/**).
+ * migrated to the new maven-it-extension
  */
 @MavenIT
 @DisplayName("EAR Plugin Integration tests")