Reputation: 344
we have started a project versioned with ClearCase (sadly). We also use Maven and ClearCase eclipse plug-in. Each time I build a project, a popup shows up (which says Add items in target folder to source control) and drives me mad. It pauses the build process so I have to check frequently to resume process.
Is there a way to ignore and unversion this folder like with SVN? I've added target folder to ignored sources on eclipse but pop-up still appears
Upvotes: 1
Views: 56
Reputation: 1323953
If you are referring to the "Add Elements to Source Control" dialog box:
(Source: "Using ClearCase with Rational Performance Tester")
The workaround is:
- On the main menu, click
Windows > Preferences
.- In the left pane, expand Team and then select ClearCase SCM Adapter
- Change the preference for
When new resources are added
toDo nothing
(from the default value ofPrompt to add to source control
).
Upvotes: 1