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:
Emmanuel Bourg 2015-02-09 14:02:57 +00:00
parent 41fe7087b5
commit fd105586ea
1 changed files with 3 additions and 0 deletions

View File

@ -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>