ARTEMIS-4863: remove M2E compiler-id config profile, added due to errorprone compiler-id config that no longer exists
This commit is contained in:
parent
02b8656b70
commit
71987da123
12
pom.xml
12
pom.xml
|
@ -298,18 +298,6 @@
|
||||||
</mailingLists>
|
</mailingLists>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
|
||||||
<id>M2E</id>
|
|
||||||
<activation>
|
|
||||||
<property>
|
|
||||||
<name>m2e.version</name>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<properties>
|
|
||||||
<javac-compiler-id>javac</javac-compiler-id>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>jdk11to15-errorprone</id>
|
<id>jdk11to15-errorprone</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
|
Loading…
Reference in New Issue