cescoffier / maven-play2-plugin

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

Add System properties and environment variables to play invocation. #22

Closed eskatos closed 12 years ago

eskatos commented 12 years ago

This one fixes issue #19 "getEnvironment() doesn't include system properties".

Environment variables and system properties are added to the play command line invocation.

cescoffier commented 12 years ago

Thanks for the fix !