Grzegorz Slowikowski

Results 4 comments of Grzegorz Slowikowski

There will be differences because version in master uses `play-bootstrap` and in SNAPSHOT doesn't. You can compare my Maven [version for 2.5.x](https://github.com/play2-maven-plugin/play2-maven-test-projects/tree/master/play25/java/ebean-example) with [version for 2.6.x](https://github.com/play2-maven-plugin/play2-maven-test-projects/tree/master/play26/java/ebean-example) (files: `app/views/createForm.scala.html`, `app/views/editForm.Scala.html`, `test/FunctionalTest.java`...

I'm not actively maintaining this project. I will prepare poms for new versions when I will have time, but I cannot promise anything concrete.

Can you create test project (for scoverage) generating wrong line numbers?

Hi I have similar problem, but with Maven project. I'm developer of Play! Framework 2.x Maven plugin (https://code.google.com/p/play2-maven-plugin/) which works similar to SBT. First, I know quite well, how Play!...