Hans Artmann commented on New Feature MBUILDNUM-7

Sorry for the confusion. The patch was applied perfectly. There's only one additional line to be inserted:

-        if ( format != null )
+        if ( format != null && !useScm)
         {
             return revision;
         }
+        useScm = false;

i.e. the last line in this sequence was missing in the oiginal patch but is necessary to make the test pass. If you could just insert this line everything should work.

TestCreateMojo.patch adds a test to the test suite to see if scmVersion works.

Thanks
Hans

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