• Stephane Nicoll's avatar
    Use project location to infer the artifactId · 73ee6652
    Stephane Nicoll authored
    On start.spring.io, if you customize the artifactId it creates a zip file
    with the same name. The `spring init` command did not have a similar
    shortcut.
    
    This commit updates the request to customize the artifactId if none is
    set and a custom location was specified. Just as we check for the
    presence of a dot to figure out if we have to extract the archive or not,
    we check for it to generate an artifactId without an extension.
    
    In practice, `spring init foo` creates a foo directory with a project
    whose artifactId is `foo` and `spring init foo.zip` stores a foo.zip
    file with the same project (i.e. the artifactId is `foo`).
    
    Closes gh-3714
    73ee6652
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-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools 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...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...