You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using MapStruct which generates a lot of code into an own source folder called target/generated-sources/annotations which is configured to ignore optional compile errors:
When I run Maven > Update Project... > Update project configuration from pom.xml The attribute ignore_optional_problems is gone in the .classpath file and I have to configure it again.
I am using
Version: 2023-03 (4.27.0)
Build id: 20230309-1520
with Lombok v1.18.28 and OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8)
With Eclipse jee-2022-12 this was working fine.
The text was updated successfully, but these errors were encountered:
I am using MapStruct which generates a lot of code into an own source folder called
target/generated-sources/annotations
which is configured to ignore optional compile errors:This is also reflected in the .classpath file:
When I run
Maven > Update Project... > Update project configuration from pom.xml
The attributeignore_optional_problems
is gone in the .classpath file and I have to configure it again.I am using
Version: 2023-03 (4.27.0)
Build id: 20230309-1520
with Lombok v1.18.28 and OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8)
With Eclipse jee-2022-12 this was working fine.
The text was updated successfully, but these errors were encountered: