Skip to content

Update link to project summary of maven-assembly-plugin #1253

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

Merged
merged 2 commits into from
Jan 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _overviews/tutorials/scala-with-maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ It aims to ease integration between m2eclipse and Scala IDE for Eclipse.
Under "Help -> Install New Software", enter "http://alchim31.free.fr/m2e-scala/update-site" and hit enter.
You should see "Maven Integration for Eclipse -> Maven Integration for Scala IDE".

Afer it installs, go to "New -> Project -> Other" and select "Maven Project".
After it installs, go to "New -> Project -> Other" and select "Maven Project".
Search fo "scala-archetype" choose the one with the group "net.alchim31.maven".
The wizard will more or less guide you through what was done with `mvn archetype:generate` above, and you should end up with a new Scala project!

Expand Down Expand Up @@ -284,7 +284,7 @@ I'm not going to explain all of Maven in this tutorial (though I hope to add mor
[17]: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
[18]: http://maven.apache.org/pom.html
[19]: http://maven.apache.org/plugins/maven-assembly-plugin/
[20]: http://maven.apache.org/plugins/maven-assembly-plugin/project-summary.html
[20]: https://maven.apache.org/plugins/maven-assembly-plugin/summary.html
[21]: http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22maven-assembly-plugin%22
[22]: http://davidb.github.io/scala-maven-plugin
[23]: http://davidb.github.io/scala-maven-plugin/faq.html
Expand Down