I see the same but have not tried hard to fix, I just manually reset the code level to 1.8. I need to reset the "JRE System Library" on the build path before that. I don't use mixins as yet.
On Wed, Dec 6, 2017 at 5:29 PM, Martin Hesse <[email protected]> wrote: > Hi, > > I recently tried to bootstrap a new project using the 1.15.1 simple > archetype. After importing the project into eclipse I found that the > compiler settings (source/target level) in the parent project are not > detected by the compiler plugin in the child projects, even though they do > appear in the respective "effective POM" views. In the library dependencies > of the child projects in eclipse I see the code level set to 1.5, which of > course can't work. > > Then I tried to locate the definition of the compiler plugin and it seems > to come with one of the maven mixins (standard?). > > Currently it seems I can't get the project to run as I used to back when > relying on archetype versions that didn't use the mixins. > > Anyone experienced this before or knows a solution for this? > > On a side note: I would rather continue using eclipse and consider > materializing the mixins directly into the POM, or in other words replace > the mixin dependency with the mixin contents (if that makes sense?). > > Thanks and regards > Martin >
