diff options
author | waqas.ikram <waqas.ikram@ericsson.com> | 2018-05-31 14:49:38 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@ericsson.com> | 2018-05-31 14:49:41 +0100 |
commit | 4822952ca5a073a78c7f70e9a6531971bb3851cb (patch) | |
tree | aeadb012fce326e606a1c97299478d31208ed28f | |
parent | 34bdfe15be3a7fe058867b64ee479e1516463574 (diff) |
Fixing pluginExecutionFilter issue
Change-Id: Iece9be8e8bcaa0872e37e4bac7fd435c44a5bbe3
Issue-ID: POLICY-857
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |