GoogleCloudPlatform / GoogleCloudPlatform/cloud-opensource-java

linkage-checker-enforcer-rules incompatible with maven 3.9? ClassNotFound: org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory

Open
#2,457 0 comments 4 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
163
Forks
80
PR merge metrics
No merged PRs in 30d

Description

I am trying to get the plugin working with a minimal pom.xml:

```

4.0.0

it.neckar
test-project
1.0-SNAPSHOT
jar


UTF-8



org.junit.jupiter
junit-jupiter
5.10.0
test




org.apache.maven.plugins
maven-enforcer-plugin
3.6.2



com.google.cloud.tools
linkage-checker-enforcer-rules
1.5.15



linkage-check

enforce

verify




true





```

Execution linkage-check of goal org.apache.maven.plugins:maven-enforcer-plugin:3.6.2:enforce failed: A required class was missing while executing org.apache.maven.plugins:maven-enforcer-plugin:3.6.2:enforce: org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory

It fails with
* mvn 3.9.*

Works up until
* mvn 3.8.9

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.