Steve Wong created MNG-7023:
-------------------------------
Summary: pluginManagement in profiles undocumented for maven 3.x
Key: MNG-7023
URL: https://issues.apache.org/jira/browse/MNG-7023
Project: Maven
Issue Type: Bug
Components: Profiles
Affects Versions: 3.x / Backlog
Reporter: Steve Wong
I was surprised to find that specifying a pluginManagement element in a profile
works, because this is not listed in the maven 3.x documentation page:
[https://maven.apache.org/guides/introduction/introduction-to-profiles.html]
{quote} * a subset of the {{<build>}} element, which consists of:
** {{<defaultGoal>}}
** {{<resources>}}
** {{<testResources>}}
** {{<finalName>}}{{}}{quote}
With a bit of googling, I came across the docs for maven2, which does allow it:
--
This message was sent by Atlassian Jira
(v8.3.4#803005)