You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Krosheninnikov Artem (Jira)" <ji...@apache.org> on 2019/12/23 16:51:00 UTC

[jira] [Created] (MNG-6832) Minimum maven version is lower than minimum version required by plugins

Krosheninnikov Artem created MNG-6832:
-----------------------------------------

             Summary: Minimum maven version is lower than minimum version required by plugins
                 Key: MNG-6832
                 URL: https://issues.apache.org/jira/browse/MNG-6832
             Project: Maven
          Issue Type: Improvement
          Components: core
    Affects Versions: 3.6.3
            Reporter: Krosheninnikov Artem


According to mvn versions:display-plugin-updates:
{code:java}
[INFO] 
[INFO] All plugins with a version specified are using the latest versions.
[INFO] 
[WARNING] The following plugins do not have their version specified:
[WARNING]   net.nicoulaj.maven.plugins:checksum-maven-plugin ........... 1.8
[WARNING]   maven-assembly-plugin ................... (from super-pom) 3.2.0
[WARNING]   maven-clean-plugin ...................... (from super-pom) 3.1.0
[WARNING]   org.apache.rat:apache-rat-plugin ......... (from super-pom) 0.13
[INFO] 
[INFO] Project inherits minimum Maven version as: 3.0.5
[INFO] Plugins require minimum Maven version of: 3.2.1
[INFO] Note: the super-pom from Maven 3.6.1 defines some of the plugin
[INFO]       versions and may be influencing the plugins required minimum Maven
[INFO]       version.
[INFO] 
[ERROR] Project requires an incorrect minimum version of Maven.
[ERROR] Update the pom.xml to contain maven-enforcer-plugin to
[ERROR] force the Maven version which is needed to build this project.
[ERROR] See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[ERROR] Using the minimum version of Maven: 3.0.5
[INFO] 
[INFO] Require Maven 3.2.1 to use the following plugin updates:
[INFO]   net.nicoulaj.maven.plugins:checksum-maven-plugin .............. 1.8
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Maven 3.7.0-SNAPSHOT:
[INFO] 
[INFO] Apache Maven ....................................... SUCCESS [ 14.740 s]
[INFO] Maven Model ........................................ SUCCESS [  0.256 s]
[INFO] Maven Artifact ..................................... SUCCESS [  0.233 s]
[INFO] Maven Plugin API ................................... SUCCESS [  0.315 s]
[INFO] Maven Builder Support .............................. SUCCESS [  0.198 s]
[INFO] Maven Model Builder ................................ SUCCESS [  0.699 s]
[INFO] Maven Settings ..................................... SUCCESS [  0.323 s]
[INFO] Maven Settings Builder ............................. SUCCESS [  0.320 s]
[INFO] Maven Repository Metadata Model .................... SUCCESS [  0.475 s]
[INFO] Maven Artifact Resolver Provider ................... SUCCESS [  0.455 s]
[INFO] Maven Core ......................................... SUCCESS [  0.398 s]
[INFO] Maven SLF4J Simple Provider ........................ SUCCESS [  0.451 s]
[INFO] Maven Embedder ..................................... SUCCESS [  0.213 s]
[INFO] Maven Compat ....................................... SUCCESS [  0.275 s]
[INFO] Apache Maven Distribution .......................... SUCCESS [  4.316 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)