Skip to content

Commit f3fedb1

Browse files
johnmayegonw
authored andcommitted
Exclude anything in org.openscience.cdk.test from the JavaDoc
1 parent 8246b66 commit f3fedb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
<!-- format tests do not work (cyclic dependency) -->
556556
<exclude>**/io/formats/*FormatTest.java</exclude>
557557
</excludes>
558-
<excludedGroups>org.openscience.cdk.SlowTest</excludedGroups>
558+
<excludedGroups>org.openscience.cdk.test.SlowTest</excludedGroups>
559559
</configuration>
560560
</plugin>
561561
<plugin>
@@ -652,6 +652,7 @@
652652
<version>1.0.2.8</version>
653653
</tagletArtifact>
654654
<failOnError>false</failOnError>
655+
<excludePackageNames>org.openscience.cdk.test,org.openscience.cdk.test.*</excludePackageNames>
655656
<doctitle>Chemistry Development Kit ${project.version} API</doctitle>
656657
<stylesheetfile>${basedir}/doc/javadoc/stylesheet.css</stylesheetfile>
657658
</configuration>
@@ -814,7 +815,7 @@
814815
<!-- not a test class -->
815816
<exclude>**/TestMoleculeFactory.java</exclude>
816817
</excludes>
817-
<groups>org.openscience.cdk.SlowTest</groups>
818+
<groups>org.openscience.cdk.test.SlowTest</groups>
818819
</configuration>
819820
</plugin>
820821
</plugins>

0 commit comments

Comments
 (0)