Marc,
First of all, what m2eclipse version you are using?
Configuration for goal that is executed by the "Maven Project Builder"
is located in the project properties dialog under "Properties / Maven /
Goal to invoke on resource changes". By default it runs
"process-resources resources:testResources" goals and unless you have
custom bindings to process-resources build phase it usually runs pretty
quick. Also, those goals only invoked only on resources, i.e. files from
src/main/resources and src/test/resources folders, and not on the Java
code from src/main/java, etc.
Is your project by any chance using non-standard conventions (e.g.
resources under src/main/java folder or something like that) or have
custom Maven builder declared in your project under Properties /
Builders? Can you please submit a new bug report about that and attach
your project (or at least your pom.xml) in there.
Thanks
Eugene
mschipperheyn wrote:
Hi,
I have m2eclipse and I somehow managed to get it to run (don't know how) so
that every time I save something, e.g. a normal text file, maven will run
the maven project builder install portion of my particular maven pom
(Appfuse) which then nicely reinstalls and cleans out my development
database.
* I just want Eclipse to compile Java changes, I dont want maven to
interfere. If I want something from Maven, I'll do it manually.
I've tried removing all the target goals from all configuration screens, to
no avail.
Any ideas on how to fix this? This is killing my productivity
Cheers,
Marc
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email