Also added a maven plugin to the list of plugins Eclipse
should ignore as it doesn't know how to deal with them.
Change-Id: I963ff4f1e627f8a774c24160623e866502c1eeed
Signed-off-by: Ed Warnicke <eaw@cisco.com>
<ignore></ignore>
</action>
</pluginExecution>
<ignore></ignore>
</action>
</pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.groovy.maven</groupId>
+ <artifactId>gmaven-plugin</artifactId>
+ <versionRange>1.0</versionRange>
+ <goals>
+ <goal>execute</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
<!-- md-sal -->
<module>opendaylight/md-sal</module>
<!-- md-sal -->
<module>opendaylight/md-sal</module>
<module>opendaylight/config</module>
<module>opendaylight/config</module>
<module>opendaylight/netconf</module>
<module>opendaylight/netconf</module>
<!-- Web bundles -->
<module>opendaylight/web/root</module>
<!-- Web bundles -->
<module>opendaylight/web/root</module>