Benjamin Bentmann wrote:

For the common case where one wants to consume snapshots of related
projects, [...] I suggest to have Maven derive a default value for
the -sv option by considering the groupIds of all snapshot projects in
the reactor as inclusions.

A detail that could be further discussed/reviewed here is the convention/assumption what is actually a "related project". If the current project has the groupId X, should the default -sv value only consist of the same groupId or also include sub groups, i.e. should Maven assume

  --snapshot-versions X    or   --snapshot-versions X,X.*


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to