mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-30 22:44:20 +01:00
use install instead of package
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:
|
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!
|
The final plugin will be in the `target` folder. Enjoy!
|
Loading…
Reference in New Issue
Block a user