Skip to content

Commit

Permalink
Remove test-javadoc report and configuration improvements
Browse files Browse the repository at this point in the history
- configuration should be in one place the same for report and build
- don't detect links - in most case it is not working, and we need to maintain list of links
- remove javadoc for tests
  • Loading branch information
slawekjaranowski committed May 1, 2023
1 parent af5cd0d commit 9633056
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ limitations under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<quiet>true</quiet>
<locale>en</locale>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -651,18 +655,11 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<detectLinks>true</detectLinks>
<links>
<link>http://junit.sourceforge.net/javadoc/</link>
</links>
</configuration>
<reportSets>
<reportSet>
<id>default</id>
<reports>
<report>javadoc</report>
<report>test-javadoc</report>
</reports>
</reportSet>
</reportSets>
Expand Down

0 comments on commit 9633056

Please sign in to comment.