You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.025 sec <<< FAILURE! - in org.codehaus.mojo.appassembler.daemon.generic.GenericDaemonGeneratorTest
testGenerationWithAllInfoInDescriptor(org.codehaus.mojo.appassembler.daemon.generic.GenericDaemonGeneratorTest) Time elapsed: 0.025 sec <<< ERROR!
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.codehaus.plexus:plexus-utils:jar:1.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.codehaus.mojo.appassembler:project-1:jar:1.0-SNAPSHOT
2) org.codehaus.plexus:plexus-utils:jar:1.1
----------
1 required artifact is missing.
for artifact:
org.codehaus.mojo.appassembler:project-1:jar:1.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:285)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildWithDependencies(DefaultMavenProjectBuilder.java:397)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildWithDependencies(DefaultMavenProjectBuilder.java:345)
at org.codehaus.mojo.appassembler.daemon.AbstractDaemonGeneratorTest.runTest(AbstractDaemonGeneratorTest.java:84)
at org.codehaus.mojo.appassembler.daemon.generic.GenericDaemonGeneratorTest.testGenerationWithAllInfoInDescriptor(GenericDaemonGeneratorTest.java:40)
Running
mvn clean verify
in master branch produces failing tests:The failure message in all failing tests is:
I guess the reason for this error is, that http://repo1.maven.org/maven2 is used instead of https://repo1.maven.org/maven2 .
Used Java and Maven Version:
The text was updated successfully, but these errors were encountered: