Subversion should ignore eclipse files generated by Maven
|
|
|
When �you are using Maven and Eclipse you can use the Maven Eclipse plugin to materialize the�project from a Maven POM. The files created are then derived from the pom and should not be persisted in Subversion. If you do that you will have discrepancies between the configuration defined in your POM. You can find below two methods to prevent this.
Ignore Eclipse artifacts using Subsclipse
If you want to ignore the Eclipse artifacts in Subversion you should click on
Right Click ->�Team� - >�Set Property
Then you should enter the following property value :
| target |
| .classpth |
| .settings |
| .project |
| .wtpmodules |
Ignore Eclipse artifacts using svn commands
Open a shell prompt. Change the path to your root project directory
Tags: maven , eclipse , subversion , ignore , artifacts , .settings , .project