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

Make names of modules short (without version number) #1142

Closed
asolntsev opened this issue May 17, 2017 · 1 comment
Closed

Make names of modules short (without version number) #1142

asolntsev opened this issue May 17, 2017 · 1 comment
Assignees
Milestone

Comments

@asolntsev
Copy link
Contributor

Currently play deps creates folders that contain versions numbers:

> play deps
> ls modules
excel-1.2.8/
fastergt-1.9.2/
guice-1.8/
liquibase-4.2/

It's pretty inconvenient because we need to re-configure IDE every time when we upgrade dependencies. It would be much simpler if play deps created modules without version numbers:

> play deps --shortModuleNames
> ls modules
excel/
fastergt/
guice/
liquibase/
@asolntsev asolntsev self-assigned this May 17, 2017
@asolntsev asolntsev added this to the 1.5.0 milestone May 17, 2017
asolntsev added a commit to codeborne/play that referenced this issue May 17, 2017
…command

it creates modules directories without version numbers
asolntsev added a commit to codeborne/play that referenced this issue May 21, 2017
…command

it creates modules directories without version numbers
asolntsev added a commit that referenced this issue May 22, 2017
#1142 add parameter `--shortModuleNames` to `play deps` command
@asolntsev
Copy link
Contributor Author

Done by PR #1143

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

No branches or pull requests

1 participant