diff options
author | waqas.ikram <waqas.ikram@ericsson.com> | 2018-05-31 11:09:58 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@ericsson.com> | 2018-05-31 11:16:43 +0100 |
commit | 34bdfe15be3a7fe058867b64ee479e1516463574 (patch) | |
tree | be9a7184530a8725a20e277e12aa3f32b97c43c4 /pom.xml | |
parent | 8eefbb9e55dfbab447e2495312af6aa81a51eb6e (diff) |
Fixing Lifecycle Mapping Problem
Change-Id: I508f064c8f20a96d2eeeb67a4b7a05812e1e2152
Issue-ID: POLICY-857
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -97,6 +97,18 @@ <pluginExecutions> <pluginExecution> <pluginExecutionFilter> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <goals> + <goal>java</goal> + </goals> + </pluginExecutionFilter> + <action> + <execute /> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> <groupId>org.commonjava.maven.plugins</groupId> <artifactId>directory-maven-plugin</artifactId> <versionRange>0.2</versionRange> |