Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix off issue #22 <?m2e execute onConfiguration?> fails if pom is big… #23

Merged
merged 3 commits into from Apr 27, 2017

Commits on Apr 2, 2017

  1. Fix off issue codehaus-plexus#22 <?m2e execute onConfiguration?> fail…

    …s if pom is big enough (8kb)
    
    * fixed pom parser, as logic to check for x-m-l letters does not respected input tokenization
    roka-actico committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    1bb3d93 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Fix off issue codehaus-plexus#22

    added unit tests
    barclay-reg committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    86b68cd View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Fix off issue codehaus-plexus#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
    barclay-reg committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    19d91ad View commit details
    Browse the repository at this point in the history