Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] M2e not recognizing custom build lifecycle

I have a Maven plugin that provides a custom lifecycle for a custom packaging type. This works fine when run outside of Eclipse, or even using Run As->Maven install. Doing an Eclipse build fails with:

Plugin execution not covered by lifecycle configuration: argle:bargle:1.0.0:version-info (execution: default-version-info, phase: process-resources)

I have tried:
  Maven->Update Project
  Deleting from the workspace and re-importing. That got a dialog saying that it couldn't find any connectors to handle argle:bargle: 1.0.0

According to this page, it should be working: https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html

Any suggestions on how to deal with this? I can't simply ignore the error because the output of this plugn is necessary for a lot of other projects.

Back to the top