Skip to content

Commit da1b519

Browse files
committed
next development
1 parent d311412 commit da1b519

1 file changed

Lines changed: 2 additions & 47 deletions

File tree

pom.xml

Lines changed: 2 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>
@@ -21,52 +21,6 @@
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>
@@ -79,6 +33,7 @@
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>

0 commit comments

Comments
 (0)