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 64da318 fix javadoc error 64da318 is described below commit 64da318196b87af1b77d0d8ff88c2aa2e48af5c1 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Sun Oct 3 10:02:36 2021 +1000 fix javadoc error Signed-off-by: Olivier Lamy <ol...@apache.org> --- .github/workflows/maven.yml | 2 +- .../src/main/java/org/apache/maven/archetype/common/util/Format.java | 2 +- .../main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 962d81c..68f8536 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -42,4 +42,4 @@ jobs: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn install javadoc:javadoc -e -B -V + run: mvn install javadoc:javadoc -Prun-its -e -B -V diff --git a/archetype-common/src/main/java/org/apache/maven/archetype/common/util/Format.java b/archetype-common/src/main/java/org/apache/maven/archetype/common/util/Format.java index aad60f5..8aece70 100644 --- a/archetype-common/src/main/java/org/apache/maven/archetype/common/util/Format.java +++ b/archetype-common/src/main/java/org/apache/maven/archetype/common/util/Format.java @@ -544,7 +544,7 @@ public class Format * <table> * <caption>TextMode details</caption> * <tr> - * <th align="left"> + * <th> * Text Mode * </th> * <th> 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 feb21ef..61eba45 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 @@ -94,7 +94,7 @@ import org.codehaus.plexus.util.introspection.ReflectionValueExtractor; * to create the parent project for this IT. Parent projects can be nested.</p> * * <p>An example structure for such an integration test looks like this</p> - * <table summary="integration test folder structure"> + * <table> * <tr> * <th>File/Directory</th> * <th>Description</th>