Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Configuring Eclipse properties in pom.xml?

m2e does not (and will not) provide a general mechanism to modify
eclipse project preferences.

If JavaScript Include Path can be derived from existing pom.xml
configuration, it should be possible to develop an m2e project
configurator to updated eclipse project configuration based on pom.xml.

If pom.xml does not have any relevant config to derive JavaScript
Include Path from, I recommend just checking .settings/.jsdtscope in.
This is how I deal with java code formatting and other (mostly)
ui-related concerns.

--
Regards,
Igor

On 2/20/2014, 9:18, Friso Vrolijken wrote:
Hi all,

Is there a way to add Eclipse project properties to the pom (maybe in
a lifecyle phase or profile strictly for Eclipse)? In my case I'd
like to modify the JavaScript Include Path, but I'd rather not check
in .settings/.jsdtscope (which is where the change is stored). Any
clues?

Groeten,

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



Back to the top