-
Sep 6th, 2012, 08:41 AM
#1
Spring Data Mongo source, eclipse and m2e bundlor problem
Hello,
Anyone know how to avoid
Plugin execution not covered by lifecycle configuration: com.springsource.bundlor:com.springsource.bundlor. maven
in eclipse while working on spring data mongo source with m2e enabled with out change pom.xml?
I can't find any m2e configurer for this maven plugin.
-
Sep 7th, 2012, 04:10 AM
#2
There is none. This error is an unfortunate (often complained about) side effect of the connector architecture introduced in m2e 1.0. The only workaround is a plethora of XML to be added to the pom which refrained from to avoid polluting the pom.xml with IDE specific stuff. You're safe to ignore either the error or disable the plugin execution through the quickfix or by manually adding the necessary XML manually. Or, you could simply ignore the pom error.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules