6

I have a small project which uses Scala, Akka and Play combined. The way I set it up is the old-school way: download everything and link. I would like instead to mavenize the whole thing. Could you recommend me a clear, specific guide to do this? Thanks in advance.

4

1 回答 1

7

不要使用 Maven - 使用 SBT - 它是首选的构建工具。

注意 maven 现在完全位于 thinkworks 雷达 Hold 部分,这意味着如果您相信 Fowler 的建议,没有人应该在其上构建新项目:http ://www.thoughtworks.com/radar

Play 已经在引擎盖下附带了 sbt,因此您不必看得太远: http ://www.playframework.com/documentation/2.0/Build

于 2013-06-27T21:04:40.097 回答