-
Notifications
You must be signed in to change notification settings - Fork 12
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
"Unable to build the complete dependency graph" when building & checking multi-module project #4
Comments
I'm using this configuration in the parent pom (with
This is the reactor summary from the log:
I wouldn't expect maven-security-versions/src/main/java/com/h3xstream/maven/SecurityVersionsCheck.java Lines 62 to 69 in 9035936
|
The
check
goal fails with "Could not find artifact" and "Unable to build the complete dependency graph. Could not resolve following dependencies" because my SNAPSHOT artifacts (eg org.zanata:security-common:jar:4.5.0-SNAPSHOT) don't exist in the remote Maven repository, just the Maven reactor.I think the plugin should resolve artifacts from the reactor before trying Maven repositories (local or remote). Even if the repositories contain artifacts for the same SNAPSHOT, they may be the wrong artifacts.
Partial log (edited):
The text was updated successfully, but these errors were encountered: