changingPattern should be used with checkmodified in ivysettings.xml
--------------------------------------------------------------------

                 Key: PIG-2479
                 URL: https://issues.apache.org/jira/browse/PIG-2479
             Project: Pig
          Issue Type: Bug
          Components: build
    Affects Versions: 0.9.1
            Reporter: Andrew Bayer
            Priority: Minor


In ivy/ivysettings.xml, checkmodified="true" is used for the apache-snapshots 
resolver. When using checkmodified="true", you also need 
changingPattern=".*SNAPSHOT" (in this case - it's Ivy, so theoretically that 
could be anything, but since the modified jars here would all be 
Maven-produced, they'll all have versions ending in "SNAPSHOT") or they won't 
actually be checked.

In addition, it'd be nice to have checkmodified="true" and 
changingPattern=".*SNAPSHOT" on the "fs" resolver, so that you can build 
against locally built SNAPSHOTs of dependencies.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to