Skip to content

Commit

Permalink
[MNG-7408] explain Maven 3 reporting plugin version selection
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Feb 6, 2022
1 parent d79485f commit 0a118d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion maven-model/src/main/mdo/maven.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,12 @@
<field>
<name>version</name>
<version>4.0.0+</version>
<description>The version of the reporting plugin to be used.</description>
<description>
<![CDATA[
The version of the reporting plugin to be used. Starting with Maven 3, if no version is defined explicitely,
version is searched in <code>build/plugins</code> then in <code>build/pluginManagement</code>.
]]>
</description>
<type>String</type>
</field>
<field>
Expand Down

0 comments on commit 0a118d6

Please sign in to comment.