-
Notifications
You must be signed in to change notification settings - Fork 1k
Added Scala with Maven tutorial #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Raekye
commented
Aug 20, 2013
- Basic Maven information
- Usage with scala-maven-plugin
Hi @Raekye, I've only just noticed this contribution. I'm really sorry it has been sitting around in limbo for this long. The guide looks really useful to me. I'm not sure whether the state of the art has advanced since you wrote this guide. e.g:
But I'd be in favour of merging this as is and accepting any tweaks as a followup. @sjrd @heathermiller What are your thoughts on how this guide fits into the site? |
Hi @retronym, Sorry for my delay getting back. I just ran through it again and made couple minor updates. As for the "state of the art", I didn't find any newer/better scala plugins, but I usually use Gradle now because its Scala integration is much more streamlined (their docs/tutorial cover this well). I've also linked to the sample project |
Thanks! I've just sent a note out to scala-internals to see if I can find another reviewer with Maven smarts. I aim to merge this by the end of the week. |
We got this suggestion on the mailing list:
|
I'll take a look and add instructions soon. Thanks! |
@retronym I've added instructions on installing m2eclipse-scala and importing/starting a new project |
Thank you. I'm merging now, perhaps you can double check how it looks on the site (might take up to 30m to propagate). |
Added Scala with Maven tutorial
I checked it at http://docs.scala-lang.org/tutorials/scala-with-maven.html and it looks good, and I'll try to keep it updated. By the way, is there supposed to be an index of tutorials? On http://docs.scala-lang.org/tutorials/ there's the tour of the language on the right, FAQs and language guides on the left |
Looks like you'll have to add your new tutorial to the index by hand. /cc @heathermiller for guidance on the layout. We might want to add placeholders for SBT and Gradle (even if they just link to third party docs) so as to have a "Building your Code" section in the index. |
There are some rendering errors on the layout. |
Got it, looks like there was just one :) Thanks for the contribution! |