mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Fix automatic versioning when compiling with Maven
This commit is contained in:
parent
9aa88bdf8d
commit
84ce3d39d8
1 changed files with 2 additions and 1 deletions
3
pom.xml
3
pom.xml
|
@ -218,7 +218,7 @@
|
|||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<filesToInclude>src/*</filesToInclude>
|
||||
<filesToInclude>**/src/*</filesToInclude>
|
||||
<replacements>
|
||||
<replacement>
|
||||
<token>TeamCity</token>
|
||||
|
@ -238,6 +238,7 @@
|
|||
</replacement>
|
||||
</replacements>
|
||||
</configuration>
|
||||
<inherited>false</inherited>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in a new issue