How to solve “Plugin execution not covered by lifecycle configuration” for Spring Data Maven Builds

前端 未结 30 2708
小蘑菇
小蘑菇 2020-11-21 15:10

I am trying to work with Spring Data and Neo4j. I started by trying to follow this guide linked to by the main site. In particular I based my pom.xml off of the \"Hello, Wor

30条回答
  •  说谎
    说谎 (楼主)
    2020-11-21 15:34

    I've had the same problem with indigo and a project that needs to generate Java sources from XSD.
    I could fix it by supplying the missing life-cycle mapping, as described on this page

提交回复
热议问题