File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 555
555
<!-- format tests do not work (cyclic dependency) -->
556
556
<exclude >**/io/formats/*FormatTest.java</exclude >
557
557
</excludes >
558
- <excludedGroups >org.openscience.cdk.SlowTest</excludedGroups >
558
+ <excludedGroups >org.openscience.cdk.test. SlowTest</excludedGroups >
559
559
</configuration >
560
560
</plugin >
561
561
<plugin >
652
652
<version >1.0.2.8</version >
653
653
</tagletArtifact >
654
654
<failOnError >false</failOnError >
655
+ <excludePackageNames >org.openscience.cdk.test,org.openscience.cdk.test.*</excludePackageNames >
655
656
<doctitle >Chemistry Development Kit ${project.version} API</doctitle >
656
657
<stylesheetfile >${basedir} /doc/javadoc/stylesheet.css</stylesheetfile >
657
658
</configuration >
814
815
<!-- not a test class -->
815
816
<exclude >**/TestMoleculeFactory.java</exclude >
816
817
</excludes >
817
- <groups >org.openscience.cdk.SlowTest</groups >
818
+ <groups >org.openscience.cdk.test. SlowTest</groups >
818
819
</configuration >
819
820
</plugin >
820
821
</plugins >
You can’t perform that action at this time.
0 commit comments