jira-importer commented on issue #581:
URL: https://github.com/apache/maven-scm/issues/581#issuecomment-2964605150

   **[Tim 
Delesio](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tdelesio)**
 commented
   
   I add the ability to make the autogenerated conf-spec more dynamic.  By 
default the config spec will generate a line that looks like this:
   
   element -directory * /main/LATEST\n
   
   I altered the plugin to make the "/man/LATEST" dynamic.  This can now be 
specified from the scm connection url as a 5th parm.  So for instance if you 
wanted the config-spec to generate a line like the below:
   
   element * /main/fooBar/LATEST\n
   
   You could specify in the connection url to look like the below:
   
   scm:clearcase|\<loadCommand>|\<VOBName>|\<streamName>|/main/fooBar/LATEST
   OR
   
scm:clearcase|\<viewName>|\<loadCommand>|\<VOBName>|\<streamName>|/main/fooBar/LATEST
   
   The 5th element must start with /main.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to