File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 33
33
<target >1.7</target >
34
34
</configuration >
35
35
</plugin >
36
+ <plugin >
37
+ <groupId >org.apache.maven.plugins</groupId >
38
+ <artifactId >maven-shade-plugin</artifactId >
39
+ <version >3.2.1</version >
40
+ <executions >
41
+ <execution >
42
+ <phase >package</phase >
43
+ <goals >
44
+ <goal >shade</goal >
45
+ </goals >
46
+ <configuration >
47
+ <artifactSet >
48
+ <includes >
49
+ <include >org.dynmap:Dynmap-WorldGuard</include >
50
+ </includes >
51
+ </artifactSet >
52
+ <relocations >
53
+ <relocation >
54
+ <pattern >com.sk89q.squirrelid</pattern >
55
+ <shadedPattern >com.sk89q.worldguard.util.profile</shadedPattern >
56
+ </relocation >
57
+ </relocations >
58
+ </configuration >
59
+ </execution >
60
+ </executions >
61
+ </plugin >
36
62
</plugins >
37
63
</build >
38
64
You can’t perform that action at this time.
0 commit comments