[ http://jira.codehaus.org/browse/MNG-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shane Isbell closed MNG-3995. ----------------------------- Resolution: Fixed > Configuration Property Lost In Join of PluginManagement/Plugin > -------------------------------------------------------------- > > Key: MNG-3995 > URL: http://jira.codehaus.org/browse/MNG-3995 > Project: Maven 2 > Issue Type: Bug > Affects Versions: 3.0-alpha-2 > Reporter: Shane Isbell > Assignee: Shane Isbell > Fix For: 3.0-alpha-3 > > > If a pluginManagement section contains an execution/configuration/<property>, > and is joined with a plugin, then one only property is retained. For example: > <fileset dir="${basedir}"> > <include name="LICENSE.txt" /> > <include name="NOTICE.txt" /> > </fileset> > becomes: > <fileset dir="${basedir}"> > <include name="LICENSE.txt" /> > </fileset> -- 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