Add Toolchain Requirements to Project Model
-------------------------------------------

                 Key: MNG-3458
                 URL: http://jira.codehaus.org/browse/MNG-3458
             Project: Maven 2
          Issue Type: Improvement
          Components: POM
    Affects Versions: 2.1-alpha-1
            Reporter: Shane Isbell
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to