Browse Source

Ignore helpmojo from Eclipse m2e config

Ignore the `helpmojo` goal to save needing an additional Eclipse plugin.
pull/4212/head
Phillip Webb 10 years ago
parent
commit
cb6e30c8f5
  1. 1
      spring-boot-parent/pom.xml

1
spring-boot-parent/pom.xml

@ -347,6 +347,7 @@
</versionRange> </versionRange>
<goals> <goals>
<goal>descriptor</goal> <goal>descriptor</goal>
<goal>helpmojo</goal>
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>

Loading…
Cancel
Save