maven scm url generate

473 views Asked by At

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?

1

There are 1 answers

0
Raghuram On

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.