[m2e-users] Why does Eclipse's Maven Integration not memorize my settings.xml setting?

2019-09-15 Thread Michael Moser
I am using different workspaces and each must have its own Maven settings. According to misc. descriptions I found by googling re. this problem, that should be feasible and the Maven preferences (specifically the User Settings) should be saved within the workspace, i.e. switching the workspace

Re: [m2e-users] Why does Eclipse's Maven Integration not memorize my settings.xml setting?

2019-11-10 Thread Michael Moser
artup the first thing that happens is that this Preference's value is overwritten again? Or any idea what other tool or approach might help me to bolt down this field's value? Regards, Michael From: Michael Moser Sent: Sunday, September 15, 2019 10:02 PM To: 'm2e-users@

[m2e-users] M2Eclipse not handling generated sources properly

2019-12-14 Thread Michael Moser
Im my pom.xml there is a section re. generated resources (these are generated using the hibernate3-maven-plugin / v2.2). org.codehaus.mojo build-helper-maven-plugin 1.7 add-source

Re: [m2e-users] M2Eclipse not handling generated sources properly

2019-12-14 Thread Michael Moser
rs mailing list Subject: Re: [m2e-users] M2Eclipse not handling generated sources properly You should remove "add-test-source" from your goal list. On Sat, Dec 14, 2019 at 10:20 PM Michael Moser mailto:michael.mo...@sunrise.ch> > wrote: Im my pom.xml there is a section re.

[m2e-users] !RE: M2Eclipse not handling generated sources properly

2019-12-14 Thread Michael Moser
I am confused about some eclipse .classpath files that are generated from a couple of pom files that I inherited for a medium sized project (about 10 projects, most inheriting from a "...-common" project). When I look at the m2e-generated .classpath file, it reads:

Re: [m2e-users] !RE: M2Eclipse not handling generated sources properly

2019-12-15 Thread Michael Moser
takes ownership of **/*.java, but leaves resources/** to Maven. In your project -> Maven -> Lifecycle mappings you should find the counterpart, ie. Maven handling resources. Simon On Sat, 14 Dec 2019, 22:48 Michael Moser mailto:michael.mo...@sunrise.ch> > wrote: I am confused a