Support for branched codebases

  • Maven needs to support forked codebases as part of its versioning strategy. This can integrate with CVS branches and
    the branches element in the model. While the actual versions should not conflict across branches, snapshots will and
    determining the latest snapshot should only find it from that branch, not everything.
    So if a project has
    <branch>1_0_BUGFIXES</branch> specified, snapshots would be maven-1_0_BUGFIXES-SNAPSHOT.jar, and
    SCM operations should refer to that branch tag.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.