Skip to content

Commit fd10558

Browse files
committed
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
1 parent 41fe708 commit fd10558

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/assembly/src.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Licensed to the Apache Software Foundation (ASF) under one or more
3434
</fileSet>
3535
<fileSet>
3636
<directory>src</directory>
37+
<excludes>
38+
<exclude>**/*Benchmark.java</exclude>
39+
</excludes>
3740
</fileSet>
3841
</fileSets>
3942
</assembly>

0 commit comments

Comments
 (0)