Konrad Windszus created SLING-13242:
---------------------------------------
Summary: Parent: Remove unnecessary m2e section in POM
Key: SLING-13242
URL: https://issues.apache.org/jira/browse/SLING-13242
Project: Sling
Issue Type: Improvement
Components: General
Reporter: Konrad Windszus
Fix For: Parent 67
There is some m2e specific configuration in the parent pom:
https://github.com/apache/sling-parent/blob/71b2d04353ea811fd23b4a2f6797177ce832da49/sling-parent/pom.xml#L727
This should no longer be necessary due to
https://github.com/eclipse-m2e/m2e-core/blob/main/RELEASE_NOTES.md#mojos-without-a-mapping-are-now-executed-by-default-in-incremental-builds.
The IDE executes plugins mapped to phases prior "compile" now automatically
which works fine in most cases.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)