OpenLiberty / OpenLiberty/ci.common
Update the version numbers of Maven plugins used in build
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4
- Forks
- 32
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 5
Description
When you build ci.common with ./mvnw clean install the following warnings appear at the end of the build:
[WARNING] Plugin validation issues were detected in 2 plugin(s)
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.10.1
[WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0
Most likely these plugins need to be updated in the pom.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running ./mvnw clean install in ci.common and inspect the pom files for org.apache.maven.plugins:maven-compiler-plugin:3.10.1 and maven-resources-plugin:3.3.0. Update the plugin versions as appropriate, then rerun the build and verify that the plugin validation warnings no longer appear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 74/100