You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a simple nar pom.xml does not explicit specify maven-surefire-plugin, it will use maven-surefire-plugin:3.0.0-M3, which breaks down test phase on old maven version.
Use the default maven installation from Linux Mint 17.3, the problem exists forever.
It's not a good solution to ask everybody to upgrade their maven version, As far as I known, there're incremental compilation problems in some maven3.x versions.
The text was updated successfully, but these errors were encountered:
Overall there is some inconstancy in specification of version
Enforcer is only working on where nar plugin is itself built
<requireMavenVersion>
<version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
</requireMavenVersion>
Other references to maven/surefire versions I know about are
when a simple nar pom.xml does not explicit specify maven-surefire-plugin, it will use maven-surefire-plugin:3.0.0-M3, which breaks down test phase on old maven version.
Use the default maven installation from Linux Mint 17.3, the problem exists forever.
It's not a good solution to ask everybody to upgrade their maven version, As far as I known, there're incremental compilation problems in some maven3.x versions.
The text was updated successfully, but these errors were encountered: