Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Lock transitive dependency and Exclude artifact actions miss changes on certain poms

Yup, I've seen the patch and will try to review it later today
(traveling in Russia this week, so time is tight). Keep these patches
coming!

Beware, however, that all *internal* packages are not part of m2e public
API and can be changed or removed without notice. If you need this
functionality in the long term, we'll need to figure out how to expose
it over API proper.

Also, m2e-dev is a better place for this kind of discussions. Lets keep
m2e-users for m2e usage questions.

--
Regards,
Igor


On 2014-04-10, 12:11, Anton Tanasenko wrote:
Hi,
While trying to reuse m2e's refactoring mechanism
(PomHelper.createChange()) for my plugin I encountered several issues
with ChangeCreate.createChange() and was able to reproduce them using
Lock transitive dependencies and Exclude artifact actions in Dependency
Hierarchy view of pom editor.

This happens, for example, when there are whitespace characters that
conflict with normal formatting rules at the point of text change insertion.

I have created an issue
https://bugs.eclipse.org/bugs/show_bug.cgi?id=432470 with a proposed
patch and an additional test for such cases.

Regards


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



Back to the top