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

[MINSTALL-160] Generated POM is not installed if original POM exists #36

Merged
merged 2 commits into from Jul 19, 2022

Commits on Jul 18, 2022

  1. [MINSTALL-160] Generated POM is not installed if original POM exists

    When using `generatePom=true` with install-file Mojo, it will despite
    this copy existing POM if it is found embedded in JAR (and if it
    was built with Maven, it will find it).
    
    The generatePom should reuse POM values embedded from JAR
    but should generate (and install) new "empty POM" instead.
    cstamas committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    cdee558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10926ff View commit details
    Browse the repository at this point in the history