[MPLUGIN-108] Incorrect minimum Maven version reported in plugin documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@643629 13f79535-47bb-0310-9956-ffa450edef68master
parent
fde717b3ad
commit
5d787a0eb1
|
|
@ -503,6 +503,10 @@ public class PluginReport
|
|||
{
|
||||
maven = ( project.getPrerequisites() != null ? project.getPrerequisites().getMaven() : null );
|
||||
}
|
||||
if ( maven == null )
|
||||
{
|
||||
maven = "2.0";
|
||||
}
|
||||
|
||||
return maven;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ under the License.
|
|||
<version>1.0.0</version>
|
||||
<type>String</type>
|
||||
<identifier>true</identifier>
|
||||
<defaultValue>2.0</defaultValue>
|
||||
</field>
|
||||
<field>
|
||||
<name>jdk</name>
|
||||
|
|
|
|||
Loading…
Reference in New Issue