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

Fix missing fields for maven 3.9.0 #706

Merged
merged 3 commits into from
Feb 15, 2023

Conversation

omerzi
Copy link
Member

@omerzi omerzi commented Feb 15, 2023

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

Fixes this exception:

[main] ERROR org.apache.maven.cli.MavenCli - NullPointerException
java.lang.NullPointerException
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:296)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:278)
    at org.jfrog.build.extractor.maven.resolver.ArtifactoryEclipseArtifactResolver.resolveArtifacts (ArtifactoryEclipseArtifactResolver.java:56)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:255)

@omerzi omerzi requested review from eyalbe4 and yahavi February 15, 2023 12:29
@omerzi omerzi added bug Create a report to help us improve safe to test Approve running integration tests on a pull request labels Feb 15, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Feb 15, 2023
@omerzi omerzi added the safe to test Approve running integration tests on a pull request label Feb 15, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Create a report to help us improve
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants