This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch gh-actions in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
The following commit(s) were added to refs/heads/gh-actions by this push: new 3c46adc fix javadoc 3c46adc is described below commit 3c46adcb7b9379ef2301bc17d4fc95f2e81667e7 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Mon Oct 4 12:25:15 2021 +1000 fix javadoc Signed-off-by: Olivier Lamy <ol...@apache.org> --- .../main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java b/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java index 61eba45..f44375a 100644 --- a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java +++ b/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java @@ -95,6 +95,7 @@ import org.codehaus.plexus.util.introspection.ReflectionValueExtractor; * * <p>An example structure for such an integration test looks like this</p> * <table> + * <caption>integration test folder structure</caption> * <tr> * <th>File/Directory</th> * <th>Description</th>