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 it possible to load plugins from single play.plugins file #1137

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

Make it possible to load plugins from single play.plugins file #1137

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

Comments

@asolntsev
Copy link
Contributor

Currently Play find all play.plugins files from classpath.
It can cause several problems:

  1. There may be duplicate play.plugins files.
  2. These files may contain plugins that I don't want (for example, 450:play.db.Evolutions).
  3. It's hard to get overview of the total list and order of plugins.

As to me, it's more convenient and safe to have a single play.plugins file that contains all plugins.

@asolntsev
Copy link
Contributor Author

Implemented by #1138

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

No branches or pull requests

1 participant