Skip to content

Commit 82286c7

Browse files
committed
JavaDoc skipped for Github actions.
1 parent aed1bb3 commit 82286c7

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
java-version: '8'
1818
distribution: 'temurin'
1919
- name: Build
20-
run: mvn clean verify
20+
run: mvn clean verify -Dmaven.javadoc.skip=true

pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,9 @@
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-javadoc-plugin</artifactId>
157157
<version>3.6.3</version>
158-
<executions>
159-
<execution>
160-
<id>attach-javadocs</id>
161-
<goals>
162-
<goal>jar</goal>
163-
</goals>
164-
</execution>
165-
</executions>
158+
<configuration>
159+
<failOnError>false</failOnError>
160+
</configuration>
166161
</plugin>
167162

168163
</plugins>

0 commit comments

Comments
 (0)