[ http://jira.codehaus.org/browse/MNG-3303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_115101 ]
Arnaud Heritier commented on MNG-3303: -------------------------------------- In fact this a constraint in the design of maven 2. To prevent the creation of un-reproductible builds we actually chose to not allow to configure plugins from profiles defined in user's settings. That's a good choice when mojos are bound to a phase of the lifecycle, but that's right that for independent mojos like for the eclipse plugin, it could be useful.... > read some plugin settings from settings.xml > ------------------------------------------- > > Key: MNG-3303 > URL: http://jira.codehaus.org/browse/MNG-3303 > Project: Maven 2 > Issue Type: Improvement > Reporter: Paul Harrison > > It is not appropriate that all of the possible settings for the plug-in are > read from the pom, as they will be dependent on details of the user's > personal eclipse installation - it would be more appropriate if they were > picked up from the settings.xml file. > e.g. additionalProjectnatures propetry -- 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