Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] jaxb2 and XmlBeans Connectors -- testing with m2e 1.1

This sounds like a bug, but I do not understand the problem enough to
tell anything specific. Please provide a unit test (or a fix ;-) ) and
I'll have a look.

And just to confirm, project configurators that worked with m2e 1.0 and
did not use any .internal. m2e classes are expected to work with 1.1.

--
Regards,
Igor


On 11-10-20 6:22 PM, Pino Silvaggio wrote:
Hi,

I am currently testing my connectors with m2e 1.1 found on sonatype
forge site.

There seem to be a problem with the build where *build(int kind,
IProgressMonitor monitor)*
doesn't really build and my tests fail with the project having an error
marker.

This is the same code working on m2e 1.0.

After analysis I see that *appliesToBuildKind* returns false when it
should have returned true.

If I bypass the *super.build(...)* in my BuildParticipant with
*maven.execute(getSession(), getMojoExecution(), monitor);*
then everything works flawless...

Just wondering if this is a bug or not?

-

Pino


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top