From fe43e680f636e5f6e373c23f7c06b2ddecb14ae6 Mon Sep 17 00:00:00 2001 From: Philippus Date: Fri, 4 Jan 2019 08:29:21 +0100 Subject: [PATCH 1/2] Update link to project summary of maven-assembly-plugin --- _overviews/tutorials/scala-with-maven.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/tutorials/scala-with-maven.md b/_overviews/tutorials/scala-with-maven.md index d8f8194ec5..f46e024419 100644 --- a/_overviews/tutorials/scala-with-maven.md +++ b/_overviews/tutorials/scala-with-maven.md @@ -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 From defc20edd58be32914d8063544e63f532b5f0fad Mon Sep 17 00:00:00 2001 From: Philippus Date: Fri, 4 Jan 2019 08:31:20 +0100 Subject: [PATCH 2/2] Fix typo --- _overviews/tutorials/scala-with-maven.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/tutorials/scala-with-maven.md b/_overviews/tutorials/scala-with-maven.md index f46e024419..8c882eca1d 100644 --- a/_overviews/tutorials/scala-with-maven.md +++ b/_overviews/tutorials/scala-with-maven.md @@ -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!