I'm experiencing an issue with Eclipse Mars
and Subclipse
in a Maven Tycho
project. I got the following setup:
As you can see Subclipse states that there's some change in the parent project. Despite of this children projects don't show any change. Correct is: there is no change.
I've just made a fresh checkout and mvn install
of parent project. When I do a SVN synchronize on all children projects it shows nothing to commit (or update of course).
But when I do the same on parent project it says that I should add the target
directories of children projects.
Questions is: How can I stop Subclipse from showing this wrong change notifications?
Additional information: in project explorer target
directories are shown as ignored by svn:
Edit: it's not a problem with SVN configuration as you can see from following picture. TortoiseSVN is displaying it correctly in file explorer.