Closed eskatos closed 12 years ago
Hi,
Looks pretty good. Could you add some documentation about this feature (src/main/site/markdown). The doc should mention that the Maven process must be able to write to the play2basedir location. Moreover, the execution flag must be set on the 'play' command.
The mojo tries to set the execution bit on play and framework/build if needed and fails if its unable to do so.
Thanks !
Hello Clement,
Been a while.
This pull request contains a mojo that add an
install-play
goal. It do not require a project nor dependency resolution. The motivation behind it is continuous integration servers where it can be invoked directly or using maven profiles.Here is an example on how to use it using a 'ci' profile:
The mojo download and install play only if it's not already installed.
Tell me what you think.
/Paul