Skip to content

Instantly share code, notes, and snippets.

@olamy
Created October 18, 2011 08:39
Show Gist options
  • Save olamy/1294934 to your computer and use it in GitHub Desktop.
Save olamy/1294934 to your computer and use it in GitHub Desktop.
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