• Dave Syer's avatar
    Enhance JarCommand to support lists of includes and excludes · 2c691e5a
    Dave Syer authored
    The lists are comma separated. In addition, user can add prefixes
    "+" or "-", to signal that those values should be removed from the
    default list, not added to a fresh one. E.g.
    
    $ spring jar app.jar --include lib/*.jar,-static/** --exclude -**/*.jar
    
    to include a jar file specifically, and make sure it is not excluded,
    and additionally not include the static/** resources that would otherwise
    be included in the defaults. As soon as "+" or "-" prefixes are detected
    the default entries are all added (except the ones exlcuded with "-").
    
    Fixes gh-1090
    2c691e5a
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...