Skip to content

Instantly share code, notes, and snippets.

@brianm
Created June 30, 2009 20:52
Show Gist options
  • Save brianm/138418 to your computer and use it in GitHub Desktop.
Save brianm/138418 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>jarjar-maven-plugin</artifactId>
<version>0.0.4</version>
<configuration>
<projectPackage>ning.configamajig.v1</projectPackage>
<rules>
<rule>cglib:cglib-nodep</rule>
<rule>com.google.collections:google-collections</rule>
<rule>org.antlr:stringtemplate</rule>
</rules>
<zips>
<zip>cglib:cglib-nodep</zip>
<zip>com.google.collections:google-collections</zip>
<zip>org.antlr:stringtemplate</zip>
</zips>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment