cescoffier / maven-play2-plugin

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

Deploy the plugin to maven central via oss.sonatype #2

Closed eskatos closed 12 years ago

eskatos commented 12 years ago

This way more people can use it easily.

See https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

Cheers

/Paul

cescoffier commented 12 years ago

Hi,

Will be done soon. It's already prepared for that. I'm extending the plugin to support the module packaging. And I'm adding a couple of tests. As soon as it's done I will cut a 1.0.0.

eskatos commented 12 years ago

Good news !

cescoffier commented 12 years ago

It's more or less done.

I've tested with a module requiring Scala compilation (template) and it works. I've also updated the documentation, and migrate the current documentation in markdown (I'm allergic to APT...). The documentation is still on http://github.com/maven-play2-plugin/maven/1.0-SNAPSHOT/index.html

They are some internal changes in the packaging. Could you test with the new version ? It it's ok for you, let cut the first release.

(Recommendation: skip tests if you don't want to loose 10 min...)

eskatos commented 12 years ago

Hey,

Thanks for the heads up. The tests pass on my computer. Everything still works, I didn't try the module packaging yet but I have filled two issues.

Will get back to you when I have tested the module thing.

Cheers

/Paul