We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa88bd commit 84ce3d3Copy full SHA for 84ce3d3
pom.xml
@@ -218,7 +218,7 @@
218
</execution>
219
</executions>
220
<configuration>
221
- <filesToInclude>src/*</filesToInclude>
+ <filesToInclude>**/src/*</filesToInclude>
222
<replacements>
223
<replacement>
224
<token>TeamCity</token>
@@ -238,6 +238,7 @@
238
</replacement>
239
</replacements>
240
</configuration>
241
+ <inherited>false</inherited>
242
</plugin>
243
<plugin>
244
<groupId>org.apache.maven.plugins</groupId>
0 commit comments