Created
October 9, 2016 09:18
-
-
Save khmarbaise/f55b679b775850836f321b78273ca573 to your computer and use it in GitHub Desktop.
maven-artifact-transfer log output running mvn clean verify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.154 sec <<< FAILURE! - in org.apache.maven.shared.project.install.ProjectInstallerTest | |
testShouldInstallSingleArtifact(org.apache.maven.shared.project.install.ProjectInstallerTest) Time elapsed: 0.154 sec <<< ERROR! | |
org.apache.maven.shared.artifact.install.ArtifactInstallerException: | |
com.google.inject.ProvisionException: Guice provision errors: | |
1) Error injecting: org.apache.maven.shared.artifact.install.internal.Maven31ArtifactInstaller | |
at ClassRealm[plexus.core, parent: null] | |
at ClassRealm[plexus.core, parent: null] | |
while locating org.apache.maven.shared.artifact.install.ArtifactInstaller annotated with @com.google.inject.name.Named(value=maven31) | |
1 error | |
role: org.apache.maven.shared.artifact.install.ArtifactInstaller | |
roleHint: maven31 | |
at org.apache.maven.shared.project.install.ProjectInstallerTest.testShouldInstallSingleArtifact(ProjectInstallerTest.java:106) | |
Caused by: org.codehaus.plexus.component.repository.exception.ComponentLookupException: | |
com.google.inject.ProvisionException: Guice provision errors: | |
1) Error injecting: org.apache.maven.shared.artifact.install.internal.Maven31ArtifactInstaller | |
at ClassRealm[plexus.core, parent: null] | |
at ClassRealm[plexus.core, parent: null] | |
while locating org.apache.maven.shared.artifact.install.ArtifactInstaller annotated with @com.google.inject.name.Named(value=maven31) | |
1 error | |
role: org.apache.maven.shared.artifact.install.ArtifactInstaller | |
roleHint: maven31 | |
at org.apache.maven.shared.project.install.ProjectInstallerTest.testShouldInstallSingleArtifact(ProjectInstallerTest.java:106) | |
Caused by: com.google.inject.ProvisionException: | |
Guice provision errors: | |
1) Error injecting: org.apache.maven.shared.artifact.install.internal.Maven31ArtifactInstaller | |
at ClassRealm[plexus.core, parent: null] | |
at ClassRealm[plexus.core, parent: null] | |
while locating org.apache.maven.shared.artifact.install.ArtifactInstaller annotated with @com.google.inject.name.Named(value=maven31) | |
1 error | |
at org.apache.maven.shared.project.install.ProjectInstallerTest.testShouldInstallSingleArtifact(ProjectInstallerTest.java:106) | |
Caused by: com.google.inject.ProvisionException: | |
Guice provision errors: | |
1) Error injecting: org.eclipse.aether.internal.impl.DefaultRepositorySystem | |
at ClassRealm[plexus.core, parent: null] | |
at ClassRealm[plexus.core, parent: null] | |
while locating org.eclipse.aether.RepositorySystem | |
while locating org.apache.maven.shared.artifact.install.internal.Maven31ArtifactInstaller | |
1 error | |
at org.apache.maven.shared.project.install.ProjectInstallerTest.testShouldInstallSingleArtifact(ProjectInstallerTest.java:106) | |
Caused by: com.google.inject.ConfigurationException: | |
Guice configuration errors: | |
1) No implementation for org.eclipse.aether.impl.ArtifactDescriptorReader was bound. | |
while locating org.eclipse.aether.impl.ArtifactDescriptorReader | |
for parameter 4 at org.eclipse.aether.internal.impl.DefaultRepositorySystem.<init>(Unknown Source) | |
while locating org.eclipse.aether.internal.impl.DefaultRepositorySystem | |
2) No implementation for org.eclipse.aether.impl.VersionRangeResolver was bound. | |
while locating org.eclipse.aether.impl.VersionRangeResolver | |
for parameter 1 at org.eclipse.aether.internal.impl.DefaultRepositorySystem.<init>(Unknown Source) | |
while locating org.eclipse.aether.internal.impl.DefaultRepositorySystem | |
3) No implementation for org.eclipse.aether.impl.VersionResolver was bound. | |
while locating org.eclipse.aether.impl.VersionResolver | |
for parameter 0 at org.eclipse.aether.internal.impl.DefaultRepositorySystem.<init>(Unknown Source) | |
while locating org.eclipse.aether.internal.impl.DefaultRepositorySystem | |
3 errors | |
at org.apache.maven.shared.project.install.ProjectInstallerTest.testShouldInstallSingleArtifact(ProjectInstallerTest.java:106) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment