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

New feature: usefinalname #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 3, 2013

  1. Allow to use "finalName" as destFileName default

    Maven allows to set a "finalName" - the name which will be used when a
    project builds jars or other files in the /target folder.
    This commit allows to set a <useFinalName/> parameter which will
    load the POM of a dependency and use the finalName field from it
    instead of the default "artifactId-version-classifier" scheme.
    Bert Jacobs committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    634023b View commit details
    Browse the repository at this point in the history
  2. Allow to use "finalName" as destFileName default

    Add PomResolver to resolve parent POMs, build would otherwise fail.
    Bert Jacobs committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    c50bde6 View commit details
    Browse the repository at this point in the history