cescoffier / maven-play2-plugin

A Maven Plugin to build Play2 applications
Apache License 2.0
49 stars 41 forks source link

Pass PLAY2_HOME to surefire with ease #10

Closed robinp closed 12 years ago

robinp commented 12 years ago

The only way I found for this to work is as seen in the commit: https://github.com/robinp/maven-play2-plugin/commit/7210eff53455744e13b3de37ad3783a0c3776b85

Maybe it is a maven2 issue, but no other way could I get the sys prop to be accessible from the test.

robinp commented 12 years ago

For being CI-friendly, this commit comes hand-in-hand with the previous: https://github.com/robinp/maven-play2-plugin/commit/d81af56dc237a009def617074eb6e66450488f46

On the long term it would be nice if play2 the zip downloadable as an artifact. Then it could be extracted using assembly plugin.

cescoffier commented 12 years ago

Fixed in trunk. Thanks !