mirror of
https://github.com/darverdevs/EaglerMavenRepo.git
synced 2024-11-22 22:16:05 -08:00
Updated how to include craftbukkit in depends
This commit is contained in:
parent
7742b1337e
commit
8b8ea4a517
|
@ -12,7 +12,7 @@ If you would like to contribute and suggest some plugins to be added, please **d
|
|||
- Basically fixing the readme
|
||||
## How to use:
|
||||
|
||||
Include the repo in your pom.xml with:
|
||||
Include the repo in your pom.xml in your repositories with:
|
||||
```
|
||||
<repository>
|
||||
<id>PrimCoreRepos-repos</id>
|
||||
|
@ -24,7 +24,7 @@ Then, add the craftbukkit jar file to your pom with:
|
|||
<dependency>
|
||||
<groupId>com.github.EaglerMaven</groupId>
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
<version>craftbukkit-1.5.2-R1.0</version>
|
||||
<version>1.5.2-R1.0</version>
|
||||
</dependency>
|
||||
```
|
||||
Finally, to add Plugin API as dependencies:
|
||||
|
|
Loading…
Reference in New Issue
Block a user