summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7d305c98b..5a2dfa048 100644
--- a/pom.xml
+++ b/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>