cescoffier / maven-play2-plugin

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

Fixed plugin artifactId in plexus/components.xml & Documentation improvements #1

Closed eskatos closed 12 years ago

eskatos commented 12 years ago

The title speaks for itslef :-)

The changes in the quickstart.apt file make the pom easy to copy & paste to get people started quickly.

/Paul

cescoffier commented 12 years ago

Thanks !

I don't know how I miss the plexus change. I've renamed the plugin afterwards...

eskatos commented 12 years ago

:-)

Thanks for merging. So far the plugins works ok for me and as it is really simple it don't get in Play! 2 way .. I like it :)

cescoffier commented 12 years ago

You're welcome, I'm happy so see somebody else than us to use it (so it does not work only for us ;-)).

Next improvement is too support the creation of modules. Even if simple modules can just be packaged as plain jar, some requires the Play compiler support (templates...). So that means providing a play2-module packaging building a correct Jar.

eskatos commented 12 years ago

Awesome ! I could provide some help, don't hesitate to bother me about it when the time comes.