mojohaus / maven-native

https://www.mojohaus.org/maven-native/
MIT License
18 stars 12 forks source link

Add support for m2e #5

Open planetf1 opened 7 years ago

planetf1 commented 7 years ago

When using this plugin within the eclipse environment lifecycle mapping issues frequently occur. For example I've had issues of the form

image

with

image

Info on making plugins compatible are at https://wiki.eclipse.org/M2E_compatible_maven_plugins

In my particular case I was compiling "Apache Ranger". To some extent I see this as a m2e issue -- and indeed other options are available other than changing the plugin, such as adding local mapping capabilities, or building a new plugin to specifically delegate the mapping to. However since eclipse is a popular ide, and this is a popular plugin I wonder if this has been - or could be - considered....

planetf1 commented 7 years ago

I noticed the build-helper-maven-plugin fixed this here: https://github.com/mojohaus/build-helper-maven-plugin/commit/33355c039d3fc4aa4ca43a895834d5b4085baf5b

planetf1 commented 7 years ago

See also https://issues.apache.org/jira/browse/RANGER-1186

dantran commented 7 years ago

PR is very appreciated