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 #6260 on master by preventing parallelism #10329

Merged
merged 3 commits into from
Jun 24, 2020

Commits on Jun 19, 2020

  1. Merge pull request #2 from swagger-api/master

    Update fork
    MosheElisha authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    75a4426 View commit details
    Browse the repository at this point in the history
  2. Fix swagger-api#6260 - make plugin thread safe by preventing parallel…

    …ism. This naive approach should be replaced in the future and allow parallel runs to achieve faster build times but this change will at least allow users to run maven with threads and other plugins and modules will run in parallel. This approach is also suggested by Apache Maven as a workaround: https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3
    MosheElisha committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    9595adc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    1b84ca1 View commit details
    Browse the repository at this point in the history