Skip to main content

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

Thanks! That worked.

On Sun, Jan 24, 2016 at 9:44 AM, Anton Tanasenko <atg.sleepless@xxxxxxxxx> wrote:
Hi,
You can make your maven plugin compatible by following this topic: https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html


2016-01-24 16:18 GMT+02:00 Art Kaufmann <art.kaufmann@xxxxxxxxxxxxx>:
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


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



--
Regards,
Anton.

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top