Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3, 1.3.1
-
None
Description
When developing a maven-plugin you can control which version should at least be used by defining the prerequisite for Maven. For all packaging types it specifies which version is required to build the project.
Since prerequisites aren't inherited and pom projects only generate a pom, this type should always be ignored.
In general you probably only want to enforce this for maven-plugins.