Disable PMD aggregate
This commit is contained in:
parent
39b0b845cf
commit
11fa0cf492
|
@ -10,7 +10,7 @@ import java.io.PrintStream;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
public class JaggedArrayTest {
|
||||
public class JaggedArrayUnitTest {
|
||||
|
||||
private JaggedArray obj = new JaggedArray();
|
||||
|
4
pom.xml
4
pom.xml
|
@ -373,8 +373,8 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<failurePriority>5</failurePriority> <!-- TODO change to 0 after fixing the project -->
|
||||
<aggregate>true</aggregate>
|
||||
<failurePriority>5</failurePriority>
|
||||
<aggregate>false</aggregate>
|
||||
<failOnViolation>true</failOnViolation>
|
||||
<verbose>true</verbose>
|
||||
<linkXRef>true</linkXRef>
|
||||
|
|
Loading…
Reference in New Issue