Currently doing some refactoring. Consolidating modules and creating new ones. Is there a way for Maven to generate the scm urls for each maven module rather than me going thru each module manually?
Even if Maven were to figure out which SCM is being used for the module, it would be quite a job to determine which branch/tag/trunk of that SCM the source code is.
I doubt if any existing plugin does this.
Even if Maven were to figure out which SCM is being used for the module, it would be quite a job to determine which branch/tag/trunk of that SCM the source code is.