maven 的clearcase-settings file.xml
我正在使用 Maven 与 Clearcase 集成。文件说使用clearcase-settings.xml,我从哪里可以获得clearcase-settings.xml?我需要将conf文件夹中的settings.xml替换为clearcase-settings.xml吗? 如果是,我需要删除settings.xml文件吗?
I am using Maven for integration with Clearcase. Documents says use clearcase-settings.xml, from where can i get clearcase-settings.xml? do i need to replace settings.xml from conf folder to clearcase-settings.xml?.
if yes, do i need to delete settings.xml file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个不同的文件。您可以将其放在
${maven.home}/conf
或${user.home}/.scm
中,参见 http://maven.apache.org/scm/clearcase.html#ClearCase_settings_file
It is a different file. You can place it in
${maven.home}/conf
or${user.home}/.scm
See http://maven.apache.org/scm/clearcase.html#ClearCase_settings_file
、
、
是由 maven Clearcase 插件管理的唯一标签。这是 Maven ClearCase 插件将查找其他设置的两个位置。
请注意,ClearCase SCM 提供程序仅使用快照视图。
<useVWSParameter>
,<clearcaseType>
,<viewstore>
are the only tags managed by the maven Clearcase plugin.Those are the two location where the maven ClearCase plugin will look for additional settings.
Note that the ClearCase SCM provider uses snapshot views only.