Hi,
In our cvs server a tag cannot be moved. This is useful to ensure that
there is only one version of a component with a same tag. Now, i wan't
to integrate all our components to continuum and use it to create
releases. The problem is that the scm try to tag the release using "cvs
tag -F" and this fails.
I check the code and see that it is hardcoded (in
maven-scm-provider-cvs-commons/src/main/java/org/apache/maven/scm/provider/cvslib/command/tag/AbstractCvsTagCommand.java).
Is it possible to make it optional ? Or what is the reason to enforce it ?
Thanks,
Benoit