mirror of
https://github.com/darverdevs/EaglerMavenRepo.git
synced 2024-11-09 08:06:04 -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
|
- Basically fixing the readme
|
||||||
## How to use:
|
## How to use:
|
||||||
|
|
||||||
Include the repo in your pom.xml with:
|
Include the repo in your pom.xml in your repositories with:
|
||||||
```
|
```
|
||||||
<repository>
|
<repository>
|
||||||
<id>PrimCoreRepos-repos</id>
|
<id>PrimCoreRepos-repos</id>
|
||||||
|
@ -24,7 +24,7 @@ Then, add the craftbukkit jar file to your pom with:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.EaglerMaven</groupId>
|
<groupId>com.github.EaglerMaven</groupId>
|
||||||
<artifactId>craftbukkit</artifactId>
|
<artifactId>craftbukkit</artifactId>
|
||||||
<version>craftbukkit-1.5.2-R1.0</version>
|
<version>1.5.2-R1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
Finally, to add Plugin API as dependencies:
|
Finally, to add Plugin API as dependencies:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user