You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Randy Reddekopp (JIRA)" <ji...@apache.org> on 2011/01/28 21:22:43 UTC

[jira] Created: (IVY-1262) makepom child element dependency should support the type and classifier attributes.

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

                 Key: IVY-1262
                 URL: https://issues.apache.org/jira/browse/IVY-1262
             Project: Ivy
          Issue Type: Improvement
          Components: Maven Compatibility
    Affects Versions: 2.2.0, 2.2.0-RC1
         Environment: Linux (CentOS 5.4) x86_64

            Reporter: Randy Reddekopp
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVY-1262) makepom child element dependency should support the type and classifier attributes.

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Coene resolved IVY-1262.
--------------------------------

       Resolution: Fixed
    Fix Version/s: trunk
         Assignee: Maarten Coene

Thanks for the suggestion. I've added this to SVN trunk.

> makepom child element dependency should support the type and classifier attributes.
> -----------------------------------------------------------------------------------
>
>                 Key: IVY-1262
>                 URL: https://issues.apache.org/jira/browse/IVY-1262
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Maven Compatibility
>    Affects Versions: 2.2.0-RC1, 2.2.0
>         Environment: Linux (CentOS 5.4) x86_64
>            Reporter: Randy Reddekopp
>            Assignee: Maarten Coene
>            Priority: Minor
>             Fix For: trunk
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira