Results 1 to 2 of 2

Thread: Spring Data Mongo source, eclipse and m2e bundlor problem

  1. #1
    Join Date
    Sep 2012
    Posts
    1

    Default 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.

  2. #2
    Join Date
    Apr 2006
    Location
    Dresden, Germany
    Posts
    483

    Default

    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
  •