ARTEMIS-4863: remove M2E compiler-id config profile, added due to errorprone compiler-id config that no longer exists

This commit is contained in:
Robbie Gemmell 2024-06-27 16:01:49 +01:00
parent 02b8656b70
commit 71987da123
1 changed files with 0 additions and 12 deletions

12
pom.xml
View File

@ -298,18 +298,6 @@
</mailingLists>
<profiles>
<profile>
<id>M2E</id>
<activation>
<property>
<name>m2e.version</name>
</property>
</activation>
<properties>
<javac-compiler-id>javac</javac-compiler-id>
</properties>
</profile>
<profile>
<id>jdk11to15-errorprone</id>
<activation>