Uploaded image for project: 'Buildr (Retired)'
  1. Buildr (Retired)
  2. BUILDR-416

Package with classifier takes precedence over default package type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 1.3.5
    • 1.4.1
    • Packaging
    • None

    Description

      When you package a project, you may have an unexpected side effect, if you package with a classifier before the default package, you can run into issues.

      Some sample code:

      define "foo" do
      package(:jar, :classifier => "sources") do
      ...
      end
      package(:jar).with LOG4J
      end

      You will see project("foo").packages.size == 1

      Attachments

        Activity

          People

            Unassigned Unassigned
            toulmean Antoine Toulme
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: