Baptiste Mathus created SCM-781:
-----------------------------------
Summary: Add a goal to recursively validate SCM url
Key: SCM-781
URL: https://jira.codehaus.org/browse/SCM-781
Project: Maven SCM
Issue Type: Improvement
Components: maven-plugin
Affects Versions: 1.9.2
Reporter: Baptiste Mathus
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.
See also
http://mail-archives.apache.org/mod_mbox/maven-dev/201406.mbox/%3ccanwgjs6uepc1e96buha1eakvo69l6but-n9sab-9o9twrhq...@mail.gmail.com%3E
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)