Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Advice on path for m2e integration for Maven plugin

I currently recommend takari build context. It works both inside eclipse and on command line and has good test harness. There is also somewhat outdated takari book and I also started short tutorial I plan to use internally where I work.

--
Regards,
Igor

On January 11, 2016 11:40:03 AM Anders Hammar <anders@xxxxxxxxxx> wrote:

I've used the plexus-build-api for making Maven plugins compatible with m2e, but wonder if that's the best path forward today?
I'm asking partly because some plugin devs dislike having m2e "specific" (you could argue on this topic) code in a Maven plugin, but also as I haven't figured out how to write good tests of a plexus-build-api integration.

So, to recap there are (as I understand it) three ways to integrate a Maven plugin with m2e:
1. plexus-build-api (BuildContext) [1]
2. a separate m2e connector (also most likely using plexus-build-api)
3. Takari's incremental build support library

To put this discussion i context, I was recently faced with making the openjpa-maven-plugin m2e compatible [2]. What would be the best path for this today do you think?
/Anders
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https:/​/​dev​.​eclipse​.​org/​mailman/​listinfo/​m2e-dev

Back to the top