File tree 4 files changed +2256
-2209
lines changed
src/main/com/darkblade12/particleeffect
4 files changed +2256
-2209
lines changed Original file line number Diff line number Diff line change 3
3
* .classpath
4
4
* .project
5
5
target /
6
+ .idea
7
+ ParticleEffect.iml
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
6
+
7
+ <groupId >com.darkblade12</groupId >
8
+ <artifactId >particleeffect</artifactId >
9
+ <version >1.0-SNAPSHOT</version >
10
+ <repositories >
11
+ <repository >
12
+ <id >spigot-repo</id >
13
+ <url >https://hub.spigotmc.org/nexus/content/groups/public/</url >
14
+ </repository >
15
+ </repositories >
16
+ <dependencies >
17
+ <!-- Bukkit API-->
18
+ <dependency >
19
+ <groupId >org.bukkit</groupId >
20
+ <artifactId >bukkit</artifactId >
21
+ <version >1.8.7-R0.1-SNAPSHOT</version >
22
+ </dependency >
23
+ </dependencies >
24
+ <distributionManagement >
25
+ <repository >
26
+ <id >sinndev-repo</id >
27
+ <name >Releases</name >
28
+ <url >http://repo.sinndev.com/content/repositories/releases/</url >
29
+ </repository >
30
+ <snapshotRepository >
31
+ <id >sinndev-repo</id >
32
+ <name >Snapshots</name >
33
+ <url >http://repo.sinndev.com/content/repositories/snapshots/</url >
34
+ </snapshotRepository >
35
+ </distributionManagement >
36
+ <build >
37
+ <plugins >
38
+ <plugin >
39
+ <groupId >org.apache.maven.plugins</groupId >
40
+ <artifactId >maven-javadoc-plugin</artifactId >
41
+ <version >2.10.3</version >
42
+ </plugin >
43
+ </plugins >
44
+ </build >
45
+ </project >
You can’t perform that action at this time.
0 commit comments