2

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?

joshjdevl
  • 7,092
  • 12
  • 45
  • 57
  • specifying the url alone should be enough. Maven actually can figure out where to do the tagging. – Jackie Jun 16 '11 at 03:13

1 Answers1

0

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.

Raghuram
  • 51,854
  • 11
  • 110
  • 122