File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >AnvilGUI</artifactId >
14- <version >7.0 </version >
14+ <version >8.0-SNAPSHOT </version >
1515 <packaging >jar</packaging >
1616
1717 <name >AnvilGUI</name >
2121 <project .mainClass>me.hsgamer.bettergui.anvilgui.Main</project .mainClass>
2222 </properties >
2323
24- <build >
25- <plugins >
26- <plugin >
27- <groupId >org.apache.maven.plugins</groupId >
28- <artifactId >maven-shade-plugin</artifactId >
29- <executions >
30- <execution >
31- <phase >package</phase >
32- <goals >
33- <goal >shade</goal >
34- </goals >
35- <configuration >
36- <shadedArtifactAttached >true</shadedArtifactAttached >
37- <createDependencyReducedPom >false</createDependencyReducedPom >
38- <relocations >
39- <!-- HSCore -->
40- <relocation >
41- <pattern >me.hsgamer.hscore</pattern >
42- <shadedPattern >me.hsgamer.bettergui.lib.core</shadedPattern >
43- </relocation >
44-
45- <!-- MineLib -->
46- <relocation >
47- <pattern >io.github.projectunified.minelib</pattern >
48- <shadedPattern >me.hsgamer.bettergui.lib.minelib</shadedPattern >
49- </relocation >
50-
51- <!-- bStats -->
52- <relocation >
53- <pattern >org.bstats</pattern >
54- <shadedPattern >me.hsgamer.bettergui.lib.bstats</shadedPattern >
55- </relocation >
56-
57- <!-- AnvilGUI -->
58- <relocation >
59- <pattern >net.wesjd.anvilgui</pattern >
60- <shadedPattern >me.hsgamer.bettergui.anvilgui.lib.anvilgui</shadedPattern >
61- </relocation >
62- </relocations >
63- </configuration >
64- </execution >
65- </executions >
66- </plugin >
67- </plugins >
68- </build >
69-
7024 <repositories >
7125 <repository >
7226 <id >codemc-public</id >
7933 <groupId >net.wesjd</groupId >
8034 <artifactId >anvilgui</artifactId >
8135 <version >1.10.0-SNAPSHOT</version >
36+ <scope >provided</scope >
8237 </dependency >
8338 </dependencies >
8439</project >
You can’t perform that action at this time.
0 commit comments