Issue Type: Improvement Improvement
Affects Versions: 1.2
Assignee: Unassigned
Created: 02/Jul/13 11:19 AM
Description:

We have a multi-module build that consists of code in multiple repositories. 80% of the projects are in one git repo, and the remaining 20% are in 5 other git repos. Each pom.xml correctly sets the scm location for the project.

Setting getRevisionOnlyOnce to true will only query git once, whereas setting it to false will query git for every project. The former only queries the revision once, despite the build covering many git repos. The latter will produce the correct result, but it will query the revision many times for the 80% of projects that are in the same git repo.

What I really want is a setting (either altered behaviour of getRevisionOnlyOnce or a new setting) that will query the revision once for each different scm definition. Thus, for every pom.xml with <connection>scm:git:https://github.com/OpenGamma/OG-Platform.git</connection> it will only read the revision once, but when it encounters a different url <connection>scm:git:https://github.com/OpenGamma/Foo.git</connection> it gets the different revision from that url.

Project: Mojo Build Number Maven Plugin
Priority: Major Major
Reporter: Stephen Colebourne
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to