Skip to content

Commit

Permalink
Generate Javadoc for the junit.* packages. (junit-team#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcooney committed Aug 22, 2017
1 parent 24dfdd7 commit 376c2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -314,7 +314,7 @@
<value>http://docs.oracle.com/javase/${jdkVersion}.0/docs/api/</value>
</property>
</javaApiLinks>
<excludePackageNames>junit.*,*.internal.*</excludePackageNames>
<excludePackageNames>*.internal.*</excludePackageNames>
<verbose>true</verbose>
<minmemory>32m</minmemory>
<maxmemory>128m</maxmemory>
Expand Down

0 comments on commit 376c2fc

Please sign in to comment.