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

Pipeline fails build, cannot find a maven dependency, possibly linked… #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

markpit
Copy link
Contributor

@markpit markpit commented Nov 14, 2024

… to surefire plugin version

JIRA link

NA

Change description

The pipeline build fails due to
Could not find artifact io.airlift:aircompressor:jar:0.27 in virtual-release

The code changes this is trying to build include adding the maven surefire plugin to the pom. I added a newer version compared to previous projects so I suspect this might be causing the issue. Will downgrade to the same version as previous project (3.3.1) and see if it fixes it.

Work checklist

  • Bug fix
  • New feature
  • Breaking change
  • Infrastructure change

Pull request checklist

  • I have added unit tests for new code that I have added
  • I have added/updated functional tests where appropriate
  • The code follows our coding standards

An exhaustive list of peer review checks can be read here

Merge instructions

We are committed to keeping commit history clean, consistent and linear. To achieve this commit should be structured as follows:

<type>[optional scope]: <description>

and contain the following structural elements:

  • fix: a commit that patches a bug in your codebase (this correlates with PATCH in semantic versioning),
  • feat: a commit that introduces a new feature to the codebase (this correlates with MINOR in semantic versioning),
  • BREAKING CHANGE: a commit that has a footer BREAKING CHANGE: introduces a breaking API change (correlating with MAJOR in semantic versioning). A BREAKING CHANGE can be part of commits of any type,
  • types other than fix: and feat: are allowed, for example build:, chore:, ci:, docs:, style:, refactor:, perf:, test:, and others,
  • footers other than BREAKING CHANGE: <description> may be provided.

@chsonarqubeprchecks
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ch-code-analysis
Copy link

CI: No security warnings found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants