Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.9.2
-
None
-
Patch
Description
This is a followup on SCM-741 which adds a feature to validate that the SVN url specified in the <scm> is indeed matching the working copy URL.
The issue is that the validate goal is a requiresProject=false one (require, and so won't recurse into submodules. Our setup requires that each submodule <scm> tag is validated since some releases are triggered from SVN "subdirectories".
This would be cool to add a validate-recursive goal that would simply override the requiresProject=false to true so that it can run automatically on all modules of a multimodules project.
Attachments
Issue Links
- causes
-
SCM-777 scm:validate ignores scmCheckWorkingDirectoryUrl configuration in favor of system property
- Closed