Add ability to specify artifacts to search for supplementalModels
-----------------------------------------------------------------

                 Key: MRRESOURCES-43
                 URL: http://jira.codehaus.org/browse/MRRESOURCES-43
             Project: Maven 2.x Remote Resources Plugin
          Issue Type: New Feature
            Reporter: Daniel Kulp



Currently, supplementalModels need to be loaded either from the current project 
or from a direct dependency of the maven-remote-resources-plugin.    Due to 
issue with maven plugin classloaded, if one project in a reactor requires 
different models loaded from different jars, this doesn't work.    It would be 
good to add:

                            <supplementalModelArtifacts>
                                
<supplementalModelArtifact>groupId:artifactId:version</supplementalModelArtifact>
                            </supplementalModelArtifacts>

type thing to load them separate just from config.


(btw:  this is ONE of the blockers from CXF not being able to use the apache 
parent pom.   PMD, eclipse, and Checkstyle plugins suffer from the same 
problem.  Will fix those some other time.)

-- 
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