You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Sylwester Lachiewicz <sl...@gmail.com> on 2018/01/18 14:34:13 UTC

Upgrade plugins to Maven 3 - min required Maven version

Hi dev,

As a test, I am trying to run plug-in updates in the maven-resolver mode
and I received an error message indicating that required runtime Maven
version is lower than required for plug-in.

I have a question, which version of Maven should I set required as a
minimum when upgrading plugins for Maven 3? Can I set 3.0.0 or 3.0.5 to
align with the current Maven 3.5?
For apache / maven I received the same message.

Best regards,
Sylwester
---

[INFO] --- versions-maven-plugin:2.6-SNAPSHOT:display-plugin-updates
(default-cli) @ maven-resolver ---
[INFO]
 [..]
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0.4
[INFO] Note: the super-pom from Maven 3.5.3-SNAPSHOT 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

Re: Upgrade plugins to Maven 3 - min required Maven version

Posted by Robert Scholte <rf...@apache.org>.
Hi Sylwester,

most information you're looking for is described at
https://cwiki.apache.org/confluence/display/MAVEN/Plugin+migration+to+Maven3+dependencies

thanks,
Robert

On Thu, 18 Jan 2018 15:34:13 +0100, Sylwester Lachiewicz  
<sl...@gmail.com> wrote:

> Hi dev,
>
> As a test, I am trying to run plug-in updates in the maven-resolver mode
> and I received an error message indicating that required runtime Maven
> version is lower than required for plug-in.
>
> I have a question, which version of Maven should I set required as a
> minimum when upgrading plugins for Maven 3? Can I set 3.0.0 or 3.0.5 to
> align with the current Maven 3.5?
> For apache / maven I received the same message.
>
> Best regards,
> Sylwester
> ---
>
> [INFO] --- versions-maven-plugin:2.6-SNAPSHOT:display-plugin-updates
> (default-cli) @ maven-resolver ---
> [INFO]
>  [..]
> [INFO]
> [INFO] Project inherits minimum Maven version as: 3.0
> [INFO] Plugins require minimum Maven version of: 3.0.4
> [INFO] Note: the super-pom from Maven 3.5.3-SNAPSHOT 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org