OpenLiberty / OpenLiberty/ci.common

Update the version numbers of Maven plugins used in build

Open Beginner friendly
#548 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.