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.
_______________________________________________ m2e-users mailing list m2e-users@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users