We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf294c commit 25a220aCopy full SHA for 25a220a
pom.xml
@@ -426,6 +426,10 @@
426
<exclude>demo/DemoFATCAT.class</exclude>
427
<exclude>org/biojava/nbio/structure/align/ce/CECalculator.class</exclude>
428
</excludes>
429
+ <ignores>
430
+ <ignore>org.biojava.nbio.structure.io.mmcif.MMCIFFileTools</ignore>
431
+ <ignore>demo.*</ignore>
432
+ </ignores>
433
</instrumentation>
434
</configuration>
435
<executions>
0 commit comments