aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@ericsson.com>2018-05-31 14:49:38 +0100
committerwaqas.ikram <waqas.ikram@ericsson.com>2018-05-31 14:49:41 +0100
commit4822952ca5a073a78c7f70e9a6531971bb3851cb (patch)
treeaeadb012fce326e606a1c97299478d31208ed28f /pom.xml
parent34bdfe15be3a7fe058867b64ee479e1516463574 (diff)
Fixing pluginExecutionFilter issue
Change-Id: Iece9be8e8bcaa0872e37e4bac7fd435c44a5bbe3 Issue-ID: POLICY-857 Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 095b06585..4de1ab5a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,7 @@
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
+ <versionRange>[1.6.0,)</versionRange>
<goals>
<goal>java</goal>
</goals>