Commit 075f188 1 parent 93f521f commit 075f188 Copy full SHA for 075f188
File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 56
56
<artifactId >magmablock</artifactId >
57
57
<version >1.0.0</version >
58
58
<scope >system</scope >
59
- <systemPath >${project.basedir} /libs/server.jar</systemPath >
59
+ <systemPath >${project.basedir} /libs/server.jar</systemPath >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >org.cloudburstmc.protocol</groupId >
81
81
</resource >
82
82
</resources >
83
83
<plugins >
84
+ <plugin >
85
+ <groupId >com.googlecode.maven-download-plugin</groupId >
86
+ <artifactId >download-maven-plugin</artifactId >
87
+ <version >1.4.2</version >
88
+ <executions >
89
+ <execution >
90
+ <id >install-jbpm</id >
91
+ <phase >compile</phase >
92
+ <goals >
93
+ <goal >wget</goal >
94
+ </goals >
95
+ <configuration >
96
+ <url >https://github.com/Trollhunters501/MBNukkit/releases/download/1.0.1/server.jar</url >
97
+ <outputDirectory >${project.build.directory} /libs</outputDirectory >
98
+ </configuration >
99
+ </execution >
100
+ </executions >
101
+ </plugin >
84
102
<plugin >
85
103
<groupId >pl.project13.maven</groupId >
86
104
<artifactId >git-commit-id-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments