Skip to content

Instantly share code, notes, and snippets.

@enachb
Created January 14, 2014 18:00
Show Gist options
  • Select an option

  • Save enachb/8422734 to your computer and use it in GitHub Desktop.

Select an option

Save enachb/8422734 to your computer and use it in GitHub Desktop.
assembly exclude (not working)
<assembly>
<id>deps</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<outputDirectory>/</outputDirectory>
<unpack>true</unpack>
<scope>runtime</scope>
<unpackOptions>
<excludes>
<exclude>org.apache.cassandra:cassandra-all</exclude>
<!--<exclude>apache-cassandra*.jar</exclude>-->
</excludes>
</unpackOptions>
<useStrictFiltering>true</useStrictFiltering>
<useProjectArtifact>true</useProjectArtifact>
</dependencySet>
</dependencySets>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment