I need to develop a Scala-Play application in a very controlled environment where they have Maven established but do not allow any other build tool e.g. sbt. I really want sbt of course but I can't have it here. Therefore my question, is it possible to use Maven only to setup a Scala - Play application? note I do not want to use Java i.e. productivity.
I have used Scala - Play and I am very accustomed to the Play sbt plugin that setups every nicely for activator etc but unfortunately I do not enjoy that choice here ... however, I can do anything with Maven.
Needless to say I have tried to setup SBT and Activator locally to fetch dependencies tunneling via the existing Nexus Maven without success. The nexus instance doesn't have an ivy2 repository and I am not allowed to create one.