Play will normally reference core modules such as crud and secure out of the Play installation directory. Is there any way to force these dependencies to be copied to my project modules directory when I run play deps?
Our deployment process requires that all app resources be available inside the project directory.
The 1.2.x branch of Play on GitHub now contains an option to force Play core modules to be copied into project directory:
This should copy modules like
secureandcrudinto your project directory.