Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-1262

makepom child element dependency should support the type and classifier attributes.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.2.0-RC1, 2.2.0
    • 2.3.0-RC1
    • Maven Compatibility
    • None
    • Linux (CentOS 5.4) x86_64

    Description

      It would be nice to be able to create a POM file with a dependency which has specific <type> and <classifier>.

      Example of wish:

      <ivy:makepom ivyfile="./ivy.xml" pomfile="${ant.project.name}.pom">
      <mapping conf="default" scope="compile"/>
      <mapping conf="runtime" scope="runtime"/>
      <dependency
      group="com.company.component"
      artifact="${ant.project.name}"
      version="1.0.0"
      type="txt"
      classifier="license"/>
      </ivy:makepom>

      Currently the type="" and classifier="" attributes are not available.

      Attachments

        Activity

          People

            maartenc Maarten Coene
            shadarap Randy Reddekopp
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: