mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-14 18:44:48 +02:00
Fix automatic versioning when compiling with Maven
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user