Hi,
Our company developed a play 1.4.3 project, and now our client requires to put it in a maven managed environment, it should respond to basic maven commands at least compile and install, and not through the play plugin extension.
We have noticed that normal mvn install require us to duplicate dependencies from dependencies.yml in pom.xml.
We are not maven guys and clearly need some guidance (6 years we are working with play 1).
I've created the pom.xml, as published in the site, and i've taken a look at the samples but i've been experiencing some troubles, java version (we use java 8) and missing libraries..
¿ Don't you have some roadmap to transform a normal play proyect in a mavenized one ?
Thanks
Hans