Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] [ANN] Maven inspector for m2e

I considered this option, however as soon as you start editing parent poms, you end up having to switch back and forth between pom editors to see the result of the changes made in the parent. I guess I could have thought about having the user have the two editors opened side-by-side by I just thought about it now :)

With this view, I can go to a "child" pom, pin it, then edit the parent and see the result of the changes.

Thx for the feedback.

On 2012-08-06, at 9:22 PM, Igor Fedorenko wrote:

> If editing is the goal, why not add this as pom editor tab? I think
> there is an extension point for that (or at least there used to be an
> extension some time in the past)
> 
> --
> Regards,
> Igor
> 
> On 12-08-06 3:07 PM, Pascal Rapicault wrote:
>> I did not remember about this page. Thx for pointing it out.
>> 
>> At a first glance, and at this point, both are similar, however the usage goal are different.
>> In the case of my view, the goal is to support the edition of a pom (or its parent, see the pin view option) by presenting in a user friendly way what is going to be executed. In the long run I hope to add support to let the user pick a profile, see the various parameters, etc.
>> 
>> On 2012-08-06, at 6:53 PM, Igor Fedorenko wrote:
>> 
>>> You do know about lifecycle mapping project preference page, right?
>>> 
>>> --
>>> Regards,
>>> Igor
>>> 
>>> On 12-08-06 12:53 PM, Pascal Rapicault wrote:
>>>> As much as Maven makes it easy to deal with builds, the plethora of XML
>>>> and the varying life cycles phases can sometimes make it hard to figure
>>>> out what a build will actually do.
>>>> 
>>>> To help with this, I'm happy to make available the Eclipse plugin called
>>>> the "Maven Inspector". This plugin provides a simple View called "Maven
>>>> Execution" that presents for a given POM file the phases and associated
>>>> MOJOs.
>>>> 
>>>> Go check it out on http://prapicault.github.com/MavenInspector/ or
>>>> directly install it from the p2 repo
>>>> http://prapicault.github.com/MavenInspector/repository
>>>> 
>>>> Hope you'll find this useful.
>>>> 
>>>> Pascal
>>>> 
>>>> 
>>>> _______________________________________________
>>>> m2e-users mailing list
>>>> m2e-users@xxxxxxxxxxx
>>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>>>> 
>>> _______________________________________________
>>> m2e-users mailing list
>>> m2e-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>> 
>> _______________________________________________
>> m2e-users mailing list
>> m2e-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>> 
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top