mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 21:01:24 +01:00
Updated pom once more! proper repo this time :D
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
25e9efb4a5
commit
c9f019f68c
@ -10,4 +10,5 @@ We use maven to handle our dependencies.
|
||||
|
||||
* Install [Maven 3](http://maven.apache.org/download.html)
|
||||
* Check out and install [Bukkit](http://github.com/Bukkit/Bukkit)
|
||||
* *Note*: this is not needed as the repository we use has Bukkit too, but you might have a newer one (with your own changes :D)
|
||||
* Check out this repo and: `mvn clean package`
|
||||
|
@ -9,7 +9,7 @@
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>bukkut-repo</id>
|
||||
<url>http://artifacts.lukegb.com/artifactory/libs-release</url>
|
||||
<url>http://artifacts.lukegb.com/artifactory/repo</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user