When RCPTT Maven plugin runs tests, it copies project contents to "target" folder. Therefore, after running tests with maven locally and refreshing project in RCPTT IDE would produce a lot of errors related to duplicate resource IDs.
To workaround this, it is recommended to add a resource filter in RCPTT project:
- Right-click project and select Properties
- Open Resource -> Filters property page
- Click Add... to add a new filter
- Filter type: Exclude all
- Applies to: Folders
- File and folder attributes: Name matches target
- Apply changes, wait for a workspace refresh
- If Problems view still shows duplicate ID errors, select Project -> Clean in main menu and clean all projects