Synchronize Eclipse Project and Maven Project through a view ala Team Synchronization view
- Source directories synchronization
- Dependencies synchronization
- Resources and UnitTest resources rynchronization, supporting excludes
- Jar Override Support
- Primary output folder support
- Supports eclipse.dependency (from maven-eclipse-plugin) property
- Support for ignored artifacts (.mvnignore)
- Possibility to not write back project.properties on a per synchronization basis
- Possibility to filter the elements to be synchronized - eventually via regular expressions
Known issues
- if output folder is set to ${basedir} folder, it will always appear in the Synchronization view, even if in synch
Known limitations
- No conflict support (e.g. if dependencies version conflict)
- Doesnot support "Output folder per Source folder" Eclipse option
- Doesnot support Eclipse 3.0 inclusion patterns
- Link to external resources/files not tested
- POM defining entities may not be accurately synchronized because we donot support entities writing yet
More details