Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
removed plugin.json from build
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiolo00 authored and maggiolo00 committed Apr 29, 2014
1 parent f1eb4ad commit 116fa72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
<include>org.apache.lucene:*</include>
<include>com.spatial4j:*</include>
</includes>

<unpackOptions>
<excludes>
<exclude>**/plugin.json</exclude>
</excludes>
</unpackOptions>
</dependencySet>
</dependencySets>

</assembly>

0 comments on commit 116fa72

Please sign in to comment.