timtebeek commented on pull request #113: URL: https://github.com/apache/maven-enforcer/pull/113#issuecomment-939493730
I'm looking at the failing tests here; it's the final module Apache maven Enforcer Extension that apparently fails to resolve the enforcer-api that's created as part of the build. :thinking: > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.1-SNAPSHOT:enforce (default-extension) on project test: Execution default-extension of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.1-SNAPSHOT:enforce failed: Plugin org.apache.maven.plugins:maven-enforcer-plugin:3.0.1-SNAPSHOT or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT, org.apache.maven.enforcer:enforcer-rules:jar:3.0.1-SNAPSHOT: Could not find artifact org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT in mrm-maven-plugin (http://localhost:41989) -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.1-SNAPSHOT:enforce (default-extension) on project test: Execution default-extension of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.1-SNAPSHOT:enforce failed: Plugin org.apache.maven.plugins:maven-enforcer-plugin:3.0.1-SNAPSHOT or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT, org.apache.maven.enforcer:enforcer-rules:jar:3.0.1-SNAPSHOT: Could not find artifact org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT in mrm-maven-plugin (http://localhost:41989) > Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-extension of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.1-SNAPSHOT:enforce failed: Plugin org.apache.maven.plugins:maven-enforcer-plugin:3.0.1-SNAPSHOT or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT, org.apache.maven.enforcer:enforcer-rules:jar:3.0.1-SNAPSHOT: Could not find artifact org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT in mrm-maven-plugin (http://localhost:41989) > Caused by: org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-enforcer-plugin:3.0.1-SNAPSHOT or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT, org.apache.maven.enforcer:enforcer-rules:jar:3.0.1-SNAPSHOT: Could not find artifact org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT in mrm-maven-plugin (http://localhost:41989) > Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT, org.apache.maven.enforcer:enforcer-rules:jar:3.0.1-SNAPSHOT: Could not find artifact org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT in mrm-maven-plugin (http://localhost:41989) > Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.enforcer:enforcer-api:jar:3.0.1-SNAPSHOT in mrm-maven-plugin (http://localhost:41989) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
