Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Secondary "Lifecycle mapping" for m2eclipse in indigo ?

My primary goal was to make implemented behaviour clear, which I believe
I succeeded. Now we need to decide if ordering of secondary
configurators is required and how to implement it if it is.

--
Regards,
Igor

On 11-03-09 07:15 AM, Fred Bricon wrote:
There's no priority among secondary configurators, according to this
schema :
http://git.eclipse.org/c/m2e/m2e-core.git/tree/org.eclipse.m2e.core/schema/projectConfigurators.exsd#n84

|"Primary configurator will be invoked before its corresponding secondary configurators, if any,
but invocation order among secondary configurators is not specified."


|

@Igor : Any particular reason preventing support for such thing?
@Snjeza : you should probably open a new feature request.

regards,

Fred Bricon


2011/3/9 Snjezana Peco <snjezana.peco@xxxxxxxxxx
<mailto:snjezana.peco@xxxxxxxxxx>>

    Hello,

    I would like to know if it is possible to set a priority if there
    are several secondary configurators placed in different Eclipse
    plugins that are independent of each other?

    Thanks,
    Snjeza



    Max Rydahl Andersen wrote:

            AFAIK, Igor finished implementing support for secondary
            project configurators.  I think the only examples we have
            are in these unit tests:

            https://github.com/sonatype/m2e-core-tests/tree/master/org.eclipse.m2e.tests/projects/lifecyclemapping/secondaryConfigurators


        These all look to be configurators that gets explicitly written
        and hooked into users pom files - got an example or point me in
        the direction of how
        these gets invoked on any projects to see if they are applicable ?

        /max


            Vlad

            On 3/8/2011 5:07 AM, Max Rydahl Andersen wrote:

                Hi Igor,

                What's the status on the "secondary" configurators as
                outlined at
                http://dev.eclipse.org/mhonarc/lists/m2e-dev/msg00169.html ?

                We've finally released JBoss Tools 3.2 so can start
                looking more actively into Indigo/m2eclipse migration now so
                looking for pointers/examples to get started ;)

                /max
                http://about.me/maxandersen



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


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


        /max
        http://about.me/maxandersen



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


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




--
"Have you tried turning it off and on again" - The IT Crowd



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


Back to the top