Hi all, I have a cvs module that contains an M2 project. The module has been branched twice from the same point for two different projects. If I add the two projects to Hudson (our CI server), it will build two versions of the same named jar files, e.g. module-0.0.1-SNAPSHOT.jar into the same repository folder. So only one can exist at any one time.
What is the standard approach to this scenario - how do I deconflict the generated artefacts? Many thanks, Dave