Play 2.1 Modules and Maven Dependencies

For a new project we've decided to use the new "modules" feature which Play 2.1 brings to the framework. But, to be able to set our local maven repositories, it seems you have to do it for all sub-modules. So, in the parent's Build.scala file you should use something like:


With this you set all modules to use the same repositories, including the local maven repository.

No hay comentarios:

Publicar un comentario