Skip to content

Commit 9633056

Browse files
Remove test-javadoc report and configuration improvements
- 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
1 parent af5cd0d commit 9633056

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,10 @@ limitations under the License.
411411
<groupId>org.apache.maven.plugins</groupId>
412412
<artifactId>maven-javadoc-plugin</artifactId>
413413
<version>3.5.0</version>
414+
<configuration>
415+
<quiet>true</quiet>
416+
<locale>en</locale>
417+
</configuration>
414418
</plugin>
415419
<plugin>
416420
<groupId>org.apache.maven.plugins</groupId>
@@ -651,18 +655,11 @@ limitations under the License.
651655
<plugin>
652656
<groupId>org.apache.maven.plugins</groupId>
653657
<artifactId>maven-javadoc-plugin</artifactId>
654-
<configuration>
655-
<detectLinks>true</detectLinks>
656-
<links>
657-
<link>http://junit.sourceforge.net/javadoc/</link>
658-
</links>
659-
</configuration>
660658
<reportSets>
661659
<reportSet>
662660
<id>default</id>
663661
<reports>
664662
<report>javadoc</report>
665-
<report>test-javadoc</report>
666663
</reports>
667664
</reportSet>
668665
</reportSets>

0 commit comments

Comments
 (0)