mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-09-18 21:54:50 +00:00
Updated pom once more! proper repo this time :D
This commit is contained in:
parent
81882dea39
commit
0318cfc746
2 changed files with 2 additions and 1 deletions
|
@ -10,4 +10,5 @@ We use maven to handle our dependencies.
|
||||||
|
|
||||||
* Install [Maven 3](http://maven.apache.org/download.html)
|
* Install [Maven 3](http://maven.apache.org/download.html)
|
||||||
* Check out and install [Bukkit](http://github.com/Bukkit/Bukkit)
|
* 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`
|
* Check out this repo and: `mvn clean package`
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>bukkut-repo</id>
|
<id>bukkut-repo</id>
|
||||||
<url>http://artifacts.lukegb.com/artifactory/libs-release</url>
|
<url>http://artifacts.lukegb.com/artifactory/repo</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Add table
Reference in a new issue