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?

Hi,
  I've done something like this few month (years) ago, https://github.com/cheleb/m2e-settings it was working quite well, but I've not updated for  a while ...

PS: I know that I should remove the org.eclipse.m2e namespace :-/ 


On Thu, Feb 20, 2014 at 3:24 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
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

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



--
"Computers are useless. They can only give you answers."
- Pablo Picasso -

Back to the top