Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projects should be generated in a folder #65

Closed
jclingan opened this issue Jul 25, 2019 · 3 comments · Fixed by #72
Closed

Projects should be generated in a folder #65

jclingan opened this issue Jul 25, 2019 · 3 comments · Fixed by #72

Comments

@jclingan
Copy link

When unzipping a project, the contents are extracted into the current directory. Example:

$ unzip -t my-app.zip
Archive:  my-app.zip
    testing: src/main/java/           OK
    testing: src/test/java/           OK
    ...

Project content should be extracted into a folder based on the project name:

$ unzip -t my-app.zip
Archive:  my-app.zip
    testing: my-app/src/main/java/           OK
    testing: my-app/src/test/java/           OK
    ...

@ia3andy
Copy link
Collaborator

ia3andy commented Jul 26, 2019

Hey @jclingan can you check that this is fixed 😁: https://code.quarkus.io/

@ia3andy
Copy link
Collaborator

ia3andy commented Jul 29, 2019

@jclingan up?

@jclingan
Copy link
Author

Sorry, was traveling. Verified, it works. Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants