Wim Deblauwe a écrit :
Hi,
I managed to get ClearCase working with Continuum, but there are still 2
things that need to be addressed:
1) The view name needs to depend on the artifactId, otherwise you can
only add 1 project in Continuum when using ClearCase. Any idea's on how
I can get the artifactId in my ClearCaseCheckoutCommand (and update
command)
not possible, because maven-scm doesn't know anything about maven projects.
2) The view store needs to be read from
~/.maven-scm/clearcase-settings.xml. What is the recommended way to
parse the xml?
you must use modello. Look at maven-model or maven-settings projects for
samples.
Emmanuel