You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2014/12/13 21:42:10 UTC

[jira] (MNG-3458) Add Toolchain Requirements to Project Model

     [ https://jira.codehaus.org/browse/MNG-3458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MNG-3458:
-------------------------------

    Description: 
Currently, the toolchain plugin will read information from its plugin configuration  

{code:xml}       <configuration>
          <toolchains>
            <dotnet>
              <vendor>MICROSOFT</vendor>
              <frameworkVersion>3.0</frameworkVersion>
            </dotnet>
          </toolchains>
        </configuration>{code}

This is fine for building but not useful for resolving dependent artifacts from a repository based on the build platform capabilities. There should be a way to place the artifact requirements into the project model.

  was:
Currently, the toolchain plugin will read information from its plugin configuration  

       <configuration>
          <toolchains>
            <dotnet>
              <vendor>MICROSOFT</vendor>
              <frameworkVersion>3.0</frameworkVersion>
            </dotnet>
          </toolchains>
        </configuration>

This is fine for building but not useful for resolving dependent artifacts from a repository based on the build platform capabilities. There should be a way to place the artifact requirements into the project model.


> Add Toolchain Requirements to Project Model
> -------------------------------------------
>
>                 Key: MNG-3458
>                 URL: https://jira.codehaus.org/browse/MNG-3458
>             Project: Maven
>          Issue Type: Improvement
>          Components: POM, Toolchains
>    Affects Versions: 3.0-alpha-1
>            Reporter: Shane Isbell
>            Priority: Minor
>             Fix For: Issues to be reviewed for 3.x
>
>
> Currently, the toolchain plugin will read information from its plugin configuration  
> {code:xml}       <configuration>
>           <toolchains>
>             <dotnet>
>               <vendor>MICROSOFT</vendor>
>               <frameworkVersion>3.0</frameworkVersion>
>             </dotnet>
>           </toolchains>
>         </configuration>{code}
> This is fine for building but not useful for resolving dependent artifacts from a repository based on the build platform capabilities. There should be a way to place the artifact requirements into the project model.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)