parent
e22d781d13
commit
707ee2767b
1 changed files with 3 additions and 11 deletions
14
pom.xml
14
pom.xml
|
@ -37,25 +37,17 @@
|
|||
<version>1.5.3</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>generate-sources</phase>
|
||||
<phase>prepare-package</phase>
|
||||
<goals>
|
||||
<goal>replace</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>src/**</include>
|
||||
</includes>
|
||||
<replacements>
|
||||
<replacement>
|
||||
<token>v1_21_R1</token>
|
||||
<value>${project.nms.version}</value>
|
||||
</replacement>
|
||||
</replacements>
|
||||
<token>v1_21_R1</token>
|
||||
<value>${project.nms.version}</value>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
|
|
Loading…
Reference in a new issue