Hi,
i tried the following:
In my pom.xml i configured
...
<scm>
<connection>scm:clearcase:my-view:load
/myVOB/src/myProject/</connection>
<developerConnection>scm:clearcase:my-view:load
/myVOB/src/myProject/</developerConnection>
<tag/>
<url/>
</scm>
...
Then i executed:
mvn scm:bootstrap -Dbasedir=c:/testBase -DcheckoutDirectory=c:/test3
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'scm'.
[INFO]
------------------------------------------------------------------------
[INFO] Building .....
[INFO] task-segment: [scm:bootstrap] (aggregator-style)
[INFO]
------------------------------------------------------------------------
[INFO] [scm:bootstrap]
[INFO] Removing c:\test3
[INFO] Executing: c:\>>cleartool mkview -snapshot -tag my-view -vws
\\d167961\viewstore\my-view.vws C:\test3
[INFO] Created config spec for view 'my-view':
element * CHECKEDOUT
element * /main/LATEST
load /myVOB/src/myProject/
[INFO] Executing: c:\test3>>cleartool setcs -tag my-view
C:\DOKUME~1\reinhart\LOKALE~1\Temp\configspec-my-view62855.txt
[INFO] Removing c:\test3
[INFO] Executing: c:\>>cleartool mkview -snapshot -tag my-view -vws
\\d167961\viewstore\my-view.vws C:\test3
[ERROR] Provider message:
[ERROR] The cleartool command failed.
[ERROR] Command output:
[ERROR] cleartool: Error: A registry entry already exists for "my-view".
=> Why is the cleartool mkview -snapshot -tag my-view -vws
\\d167961\viewstore\my-view.vws C:\test3 executed twice ?
Is there a way to get the scm:bootstrap command working with ClearCase?