• Stephane Nicoll's avatar
    Smarter output detection for generated projects · 8efdffbc
    Stephane Nicoll authored
    Previously, specifying a simple target name for a regular project would
    store the (zip) archive in a file matching the target name. Only adding a
    slash at the end of the name allows to extract it as a directory. It
    turns out that such convention is not easy to catch and if a simple name
    is provided on the command-line, the user probably wants to create a
    directory with such a name with the content of the project.
    
    Note that if a build file is required and the name does not have any
    extension, we still store a file with the required name as auto-detecting
    the extension to use is not that easy.
    
    Fixes gh-2056
    8efdffbc
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...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...