Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Configuring the web.xml file with m2e-wtp

On 15 September 2011 20:23, Fred Bricon <fbricon@xxxxxxxxx> wrote:
> You can use the m2e activated profile like :
>
> <profile>
>       <id>m2e</id>
>       <activation>
>         <property>
>           <name>m2e.version</name>
>         </property>
>       </activation>
>       ...
> </profile>

Excellent, many thanks I'm all sorted, now. FWIW, I found I also had
to use the reverse syntax, <name>!m2e.version</name>, to stop the
other, web.xml editing, profile from being activated from within
Eclipse but still work from the command line.

Greg


Back to the top