You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix off issue #22 <?m2e execute onConfiguration?> fails if pom is big… (#23)
* Fix off issue #22 <?m2e execute onConfiguration?> fails if pom is big enough (8kb)
* fixed pom parser, as logic to check for x-m-l letters does not respected input tokenization
* Fix off issue #22
added unit tests
* Fix off issue #22
fixed unit test, so it fails for the old code
* old unit test implementation was trapped by the buffer resizing (for the one, big 10k chars xml comment), so this was tailored into 10 * 1000 chars xml comments
0 commit comments