Skip to content

Commit

Permalink
Suppress warning from M2E by explicitly ignoring invoker plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Sep 22, 2015
1 parent 051ebf3 commit e9349ee
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,27 @@
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-invoker-plugin
</artifactId>
<versionRange>
[1.0.0,)
</versionRange>
<goals>
<goal>
install
</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down

0 comments on commit e9349ee

Please sign in to comment.