I have a workspace with several projects that are build using maven.
I know that i can add each project separate to the svn, but how can i add my super-pom?
My super-pom is in the workspace directory and therefore not visible.
Can i configure eclipse to add the whole workspace directory to my svn?
Best regards
This is not exactly what you asked for, but I have used following pattern with svn-eclipse-maven combo quite successfully.
This way you only need to commit /pom.xml outside eclipse when you add or remove a project (witch is relatively rare). With this configuration parent and project:s are visible in eclipse and only root/reactor pom is not visible in eclipse.