Skip to content

Commit 84ce3d3

Browse files
committed
Fix automatic versioning when compiling with Maven
1 parent 9aa88bd commit 84ce3d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
</execution>
219219
</executions>
220220
<configuration>
221-
<filesToInclude>src/*</filesToInclude>
221+
<filesToInclude>**/src/*</filesToInclude>
222222
<replacements>
223223
<replacement>
224224
<token>TeamCity</token>
@@ -238,6 +238,7 @@
238238
</replacement>
239239
</replacements>
240240
</configuration>
241+
<inherited>false</inherited>
241242
</plugin>
242243
<plugin>
243244
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)