Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dummy parameter to prevent warnings with jgit as timestamp provider #2685

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Jul 30, 2023

Maven 3.9 complains of "missing" parameters even if we need them for the jgit provider.

This adds two dummy parameters so maven is happy again.

Fix #2080

FYI @Bananeweizen @merks this is a bit band-aid but probably most pragmatic solution until this is refactored in Tycho 5 ...

Maven 3.9 complains of "missing" parameters even if we need them for the
jgit provider.

This adds two dummy parameters so maven is happy again.

Fix eclipse-tycho#2080
@laeubi laeubi added the backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change label Jul 30, 2023
@github-actions
Copy link

Test Results

   558 files  ±0     558 suites  ±0   4h 52m 42s ⏱️ + 22m 5s
   358 tests ±0     352 ✔️ ±0    6 💤 ±0  0 ±0 
1 074 runs  ±0  1 055 ✔️ ±0  19 💤 ±0  0 ±0 

Results for commit 13f62fe. ± Comparison against base commit 49c6cb4.

@laeubi laeubi merged commit 0ffb59a into eclipse-tycho:master Jul 31, 2023
9 checks passed
@github-actions
Copy link

💚 All backports created successfully

Status Branch Result
tycho-4.0.x

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jgit extension produces warnings with Maven 3.9.0
1 participant