Skip to content

Commit 075f188

Browse files
Update pom.xml
1 parent 93f521f commit 075f188

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

pom.xml

+19-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<artifactId>magmablock</artifactId>
5757
<version>1.0.0</version>
5858
<scope>system</scope>
59-
<systemPath>${project.basedir}/libs/server.jar</systemPath>
59+
<systemPath>${project.basedir}/libs/server.jar</systemPath>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.cloudburstmc.protocol</groupId>
@@ -81,6 +81,24 @@
8181
</resource>
8282
</resources>
8383
<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>
84102
<plugin>
85103
<groupId>pl.project13.maven</groupId>
86104
<artifactId>git-commit-id-plugin</artifactId>

0 commit comments

Comments
 (0)