Skip to content

Instantly share code, notes, and snippets.

@ceki
Created June 8, 2012 16:31
Show Gist options
  • Save ceki/2896681 to your computer and use it in GitHub Desktop.
Save ceki/2896681 to your computer and use it in GitHub Desktop.
Search for guice in Test pom files
> find . -name "pom.xml"|xargs grep guice
./maven-settings-builder/pom.xml: <artifactId>guice-plexus-shim</artifactId>
./tesla-shell/pom.xml: <exclude>com.google.inject:guice</exclude>
./tesla-shell-osgi/pom.xml: <exclude>com.google.inject:guice</exclude>
./tesla-shell-osgi/tesla-shell-osgi-gshell-shim/pom.xml: !org.sonatype.guice.bean.*
./tesla-shell-osgi/tesla-shell-osgi-support/pom.xml: org.sonatype.guice.bean.locators
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment