> The other problem I have is, when you do the release:perform, it will fail. > Here's the error message it gives me : > Provider message: > The cleartool command failed. > Command output: > cleartool: Error: A view cannot be created under another view's storage > directory or snapshot view storage directory. > > So, when I want to perform a release in my current view, I'm not able to, > because you can't create a view in a view in Clearcase. >
Right. Specify that the view is to be created elsewhere. Please remember that the plugin is not tied to any specific scm and therefore you need to do some tweaking for some scm products. ClearCase is such one. This is what I do for clearcase: mvn release:perform -DworkingDirectory=blabla /Anders
