I am using play as web app framework and I love it, but I would like to know if there is a good way to declare the pom for a play! app ?
As the sources files are meant to be in specials (not maven standard) folders, and that the goal is not to generate a target file, but to permit to manage the projet in diferents IDE (Eclipse, Netbeans, …)
It would be great if it would be possible to link pom.xml dependencies with the 1.2.X conf/dependencies.yml specific format.
Thanks.
Yes, there are play maven module. So you need to install it “play install maven” then call “play mvn:init”. then each time you update it call “play mvn:up”.
Integration is not very good, means it one way maven to play dependency. and not all maven commands supported. But playfremwork2 will be based completly on SBT(aka maven on Scala)