summaryrefslogtreecommitdiffstats
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
commitf9b54521c44a9059fcb9e8b3e54aa13cfa5570a9 (patch)
tree68bafa400c287fcfdab81f0e65ce5cf149ec1b5c
parent5abf0a180637d073eb722a48c3d6a6bea2045b29 (diff)
downloadEssentials-f9b54521c44a9059fcb9e8b3e54aa13cfa5570a9.tar
Essentials-f9b54521c44a9059fcb9e8b3e54aa13cfa5570a9.tar.gz
Essentials-f9b54521c44a9059fcb9e8b3e54aa13cfa5570a9.tar.lz
Essentials-f9b54521c44a9059fcb9e8b3e54aa13cfa5570a9.tar.xz
Essentials-f9b54521c44a9059fcb9e8b3e54aa13cfa5570a9.zip
Fix automatic versioning when compiling with Maven
-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>