jsuereth / scala-mojo-support

Helper to create maven mojo projects in the Scala languages
BSD 3-Clause "New" or "Revised" License
20 stars 10 forks source link

Make each cross build a module #13

Closed rossabaker closed 11 years ago

rossabaker commented 11 years ago

Now cross building is as easy as mvn install, mvn deploy, etc. Tradeoff: not as DRY in the child poms.

I built this on top of the docs work, it should have gone in its own branch. If it causes any heartburn, I can separate it out. If multimodule is a bad idea, no hard feelings; I'm still exploring the best way to cross build in mvn.

rossabaker commented 11 years ago

Obsoleted by 2e0e34e.