apache / apache/maven-plugin-tools
[MPLUGIN-418] Require prerequisites to be set for maven-plugin
- Dominant language
- Java
- Stars
- 64
- Forks
- 71
- Avg merge
- 12h 24m
- Merged PRs (30d)
- 32
Description
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MPLUGIN-418](https://issues.apache.org/jira/browse/MPLUGIN-418?redirect=false)** and commented
`project/prerequisites/maven` should be set in maven-plugin to proper Maven version
# Scenarios
1. no prerequisites
- **build fail**
2. prerequisites present, no maven-plugin-api on classpath
- build ok
3. prerequisites present, maven-plugin-api on classpath
- prerequisites >= maven-plugin-api - build ok
- prerequisites < maven-plugin-api - **build fail**
---
**Issue Links:**
- [MPLUGIN-451](https://issues.apache.org/jira/browse/MPLUGIN-451) Make prerequisite mandatory by default
(_**"is duplicated by"**_)
- [MPLUGIN-425](https://issues.apache.org/jira/browse/MPLUGIN-425) Plugin descriptor should contain the requiredJavaVersion/requiredMavenVersion
0 votes, 6 watchers
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.