From 84ce3d39d8a85d3c29d6807da774439c6e4702c3 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Mon, 21 Oct 2013 13:50:17 +1100 Subject: Fix automatic versioning when compiling with Maven --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7d305c98b..5a2dfa048 100644 --- a/pom.xml +++ b/pom.xml @@ -218,7 +218,7 @@ - src/* + **/src/* TeamCity @@ -238,6 +238,7 @@ + false org.apache.maven.plugins -- cgit v1.2.3