Exclude the benchmarks from the source distribution
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1658402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
41fe7087b5
commit
fd105586ea
|
@ -34,6 +34,9 @@ Licensed to the Apache Software Foundation (ASF) under one or more
|
|||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>src</directory>
|
||||
<excludes>
|
||||
<exclude>**/*Benchmark.java</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
|
|
Loading…
Reference in New Issue