views:

42

answers:

2

I have a maven JEE project built using javaee5-maven-archetype and imported into Eclipse(Helios). The EAR module of the project is continuolsy build every second, even when there are no changes. Sometime Eclipse freezes and i have to kill the process. Nothing is listed in the Problems view but the below is displayed continuosly on the Maven Console.

2010/10/04 12:05:27 PM: Refreshing [/MyProject-ear/pom.xml]
2010/10/04 12:05:27 PM: Refreshing [/MyProject-ear/pom.xml]
2010/10/04 12:05:28 PM: Maven Builder: AUTO_BUILD 
2010/10/04 12:05:28 PM: Maven Builder: AUTO_BUILD 
2010/10/04 12:05:28 PM: Maven Builder: AUTO_BUILD 
2010/10/04 12:05:28 PM: Refreshing [/MyProject-ear/pom.xml]
2010/10/04 12:05:28 PM: Refreshing [/MyProject-ear/pom.xml]
2010/10/04 12:05:29 PM: Maven Builder: AUTO_BUILD 
2010/10/04 12:05:29 PM: Maven Builder: AUTO_BUILD 
2010/10/04 12:05:29 PM: Maven Builder: AUTO_BUILD 
2010/10/04 12:05:29 PM: Refreshing [/MyProject-ear/pom.xml]
2010/10/04 12:05:30 PM: Refreshing [/MyProject-ear/pom.xml]
2010/10/04 12:05:30 PM: Maven Builder: AUTO_BUILD 
2010/10/04 12:05:30 PM: Maven Builder: AUTO_BUILD 

I'm using M2Eclipse

A: 

Not sure if this will work for you, but check the Builders list in the Project properties (Project->Properties->Builders), the Maven Project Builder is listed there, maybe if you disable this builder (I haven't tried) you could get rid of that problem.

Best regards.

Abel Morelos
A: 

reinstalled m2e WITHOUT the m2e extras

n002213f