Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Comments on Bug 470138

Without understanding 100%, this sounds like it would be VERY brittle. What exactly are you trying to accomplish with the new functionality? I didn’t see that in your blog post

 

Also, AFAIK, maven core doesn’t support running only parts of its lifecycle, how can your patch do that? (e.g. run “package” without running “compile” first). Maybe if you explain a bit how this fits maven (nothing to do with m2e) then we can understand better, but it sounds like you are just breaking the maven lifecycle, or am I missing something? A lot of plugins and mental models assume that the lifecycle is linear, not “random-access”

 

BTW, all that was about running particular phases without their previous ones. The first part about listing the mojos in each phase is very useful, but I also wonder how it’s different from the current m2e functionality on “Lifecycle Mapping”.

 

Once I/we understand better I/we can give a more informed opinion.

 

Thank you,

 

 

Alejandro

 

From: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] On Behalf Of Sandip Chitale
Sent: Sunday, June 14, 2015 07:53 PM
To: m2e-users@xxxxxxxxxxx
Subject: [m2e-users] Comments on Bug 470138

 

Hi everyone,

 

I am trying to gauge support for feature like

 

 

Can the community please comment on the bug. In a nutshell the idea is to be able to run selective phases (sans preceding phases) of a pom.

 

Thanks in advance,

Sandip

DISCLAIMER: Privileged and/or Confidential information may be contained in this message. If you are not the addressee of this message, you may not copy, use or deliver this message to anyone. In such event, you should destroy the message and kindly notify the sender by reply e-mail. It is understood that opinions or conclusions that do not relate to the official business of the company are neither given nor endorsed by the company. Thank You.


Back to the top