• Andy Wilkinson's avatar
    Allow custom dependency metadata to be used with the CLI · d2fc80b8
    Andy Wilkinson authored
    Add support for a new annotation, @GrabMetadata, that can be used
    to provide the coordinates of one or more properties files, such as
    the one published by Spring IO Platform, as a source of dependency
    metadata. For example:
    
    @GrabMetadata("com.example:metadata:1.0.0")
    
    The referenced properties files must be in the format
    group:module=version.
    
    Limitations:
    
     - Only a single @GrabMetadata annotation is supported
     - The referenced properties file must be accessible in one of the
       default repositories, i.e. it cannot be accessed in a repository
       that's added using @GrabResolver
    
    Closes #814
    d2fc80b8
Name
Last commit
Last update
..
commands Loading commit data...
dir-sample/code Loading commit data...
grab-samples Loading commit data...
maven-settings Loading commit data...
repro-samples Loading commit data...
resource-matcher Loading commit data...
scripts Loading commit data...
static/css Loading commit data...
templates Loading commit data...
classloader-test-app.groovy Loading commit data...
foo.jar Loading commit data...
foo.pom Loading commit data...
grab.groovy Loading commit data...
init.groovy Loading commit data...
logback.xml Loading commit data...
schema-all.sql Loading commit data...