Created
October 18, 2011 08:39
-
-
Save olamy/1294934 to your computer and use it in GitHub Desktop.
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
com.google.inject.CreationException: Guice creation errors: | |
1) No implementation for jline.Terminal was bound. | |
while locating com.google.inject.Provider<jline.Terminal> | |
for parameter 0 at org.sonatype.maven.shell.maven.MavenSystemImpl.<init>(Unknown Source) | |
at org.sonatype.maven.shell.maven.MavenModule.configure(MavenModule.java:29) | |
2) No implementation for org.sonatype.gshell.variables.Variables was bound. | |
while locating com.google.inject.Provider<org.sonatype.gshell.variables.Variables> | |
for parameter 0 at org.sonatype.gshell.file.FileSystemAccessImpl.<init>(Unknown Source) | |
at org.sonatype.gshell.file.FileModule.configure(FileModule.java:34) | |
2 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment