summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-10-21 13:50:17 +1100
committerChris Ward <chris@chrisgward.com>2013-10-21 13:50:17 +1100
commit28b122ee1d742e8580bfb10627b3ca474842d854 (patch)
tree287b43df858c42ddb2817645aea0a1a5542267f6 /pom.xml
parentce245d5bdd497628172c55f9ef932a59227cddb6 (diff)
downloadEssentials-28b122ee1d742e8580bfb10627b3ca474842d854.tar
Essentials-28b122ee1d742e8580bfb10627b3ca474842d854.tar.gz
Essentials-28b122ee1d742e8580bfb10627b3ca474842d854.tar.lz
Essentials-28b122ee1d742e8580bfb10627b3ca474842d854.tar.xz
Essentials-28b122ee1d742e8580bfb10627b3ca474842d854.zip
Fix automatic versioning when compiling with Maven
Diffstat (limited to 'pom.xml')
-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>