Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Eclipse seemingly deleting and recreating "target" directory for one project every second

In this workspace that I created a couple of days ago, I have a handful of small Maven projects.  Eclipse is doing something strange to one of them.  I'm seeing the "target" directory disappearing and reappearing in the Package Explorer a couple of times per second, which is getting really annoying to look at.  It's not doing this to any of the other projects.  When I view the project directory from the shell, I don't see the modtime on the "target" directory changing, nor do I ever see it not present.

I tried using SysInternals ProcessMonitor to watch this, and I see the javaw process continually creating the files in this tree.

It almost seems as if this project has a circular dependency with itself.  I don't see that anywhere.

This pom has an "ear" packaging, if that matters.

Any ideas?


Back to the top