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
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@
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
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.
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:
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