Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Running Eclipse-Specific Profile



2011/6/16 Ron <webron@xxxxxxxxx>
Hello,

I realize I can add a profile with the specific configuration, but I'm looking for a hopefully automatic way for eclipse to use the profile without having to define it per-project in its Maven properties (as part of m2eclipse).

I think you can use a profile activated by a property like htis :
                <activation>
                    <property>
                        <name>m2e.version</name>
                    </property>
                </activation>

 
Thanks,
Ron


Marc. 

Back to the top