diff --git a/Building.md b/Building.md index e9c712e..260e351 100644 --- a/Building.md +++ b/Building.md @@ -38,6 +38,6 @@ After that operation completes, you should have the complete source tree checked Once the source is cloned, building is easy. Simply run Maven to fetch all the other dependencies for Multiverse, run the tests, and generate a JAR file with your plugin: - $ mvn package + $ mvn install The final plugin will be in the `target` folder. Enjoy! \ No newline at end of file