use install instead of package

nicegamer7 2021-07-06 16:08:54 -04:00
parent 23cb81895c
commit 0d949174c1

@ -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!