Dont run all the checks by default

This commit is contained in:
Rick Ossendrijver
2025-04-16 11:20:00 +02:00
parent 06aa53e9b9
commit 1d457c73e1

15
pom.xml
View File

@@ -1653,11 +1653,6 @@
profile. Necessary for dealing with plugins that default to failing
the build upon encountering a violation. -->
<id>avoid-errors</id>
<activation>
<property>
<name>verification.warn</name>
</property>
</activation>
<build>
<pluginManagement>
<plugins>
@@ -1678,11 +1673,6 @@
that they can be disabled during development. See also the
`error-prone` profile defined below. -->
<id>build-checks</id>
<activation>
<property>
<name>!verification.skip</name>
</property>
</activation>
<build>
<plugins>
<plugin>
@@ -1930,11 +1920,6 @@
This profile allows one to collect all violations without failing
the build. -->
<id>disallow-warnings</id>
<activation>
<property>
<name>!verification.warn</name>
</property>
</activation>
<build>
<pluginManagement>
<plugins>