Hello all, I am trying to connect to a remote clearcase to update my view I just started on this project with Clear case and been asked to maven ize the project and update the view from clearcase
I added the scm tag and added the clearcase-settings.xml defining the clearcasetype as UCM I need some help with the connection URL: I went to the SCM plugin for CC page and the URL for UCM is : scm:clearcase<delimiter>[view_name]<delimiter>config_spec<delimiter>vob_name<delimiter>stream_name At some places it says that the POM in the folder of the project (inside the clear case view) should only contain scm:clearcase, but when i try mvn scm:validate with that then i get the error : [ERROR] Validation of scm url connection (connectionUrl) failed : [ERROR] Illegal URL: (ClearCaseUCM need more parameters. Expected url format : [view_name]|[configspec]|[vob_name]|[stream_name]) [ERROR] The invalid scm url connection: 'scm:clearcase:'. I added the view name , vob name and stream name but I dont know what the config spec and elementName should be. is the config-spec the host name of the clear case server. After adding the hostname as the config spec i get this error : http://codepad.org/ZXCLskCR exception on mvn validate with URL on codepad I will appreciate if anyone can guide me to complete these two values for my URL connection. Thanks Syed... -- View this message in context: http://maven.40175.n5.nabble.com/maven-scm-clearcase-URL-help-tp5502632p5502632.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
