We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15460de commit 4301737Copy full SHA for 4301737
commons-rng-bom/pom.xml
@@ -62,6 +62,7 @@
62
<!-- Disable unused plugins -->
63
<animal.sniffer.skip>true</animal.sniffer.skip>
64
<pmd.skip>true</pmd.skip>
65
+ <cpd.skip>true</cpd.skip>
66
<spotbugs.skip>true</spotbugs.skip>
67
<checkstyle.skip>true</checkstyle.skip>
68
<changes.jira.skip>true</changes.jira.skip>
commons-rng-examples/examples-jmh/pom.xml
@@ -78,6 +78,7 @@
78
<project.mainClass>org.openjdk.jmh.Main</project.mainClass>
79
<!-- Disable analysis for benchmarking code. -->
80
81
82
83
84
<!-- Skip tests. This avoids the lengthy test of the ziggurat samplers. Override using:
0 commit comments