Skip to content

Commit

Permalink
[FLINK-7211] [build] Exclude Gelly javadoc jar from release
Browse files Browse the repository at this point in the history
  • Loading branch information
greghogan authored and aljoscha committed Jul 24, 2017
1 parent 35564f2 commit 656ac83
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions flink-dist/src/main/assemblies/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,8 @@ under the License.
<outputDirectory>examples/gelly</outputDirectory>
<fileMode>0644</fileMode>
<includes>
<include>*.jar</include>
<include>flink-gelly-examples_${scala.binary.version}-${project.version}.jar</include>
</includes>
<excludes>
<exclude>original-*.jar</exclude>
<exclude>*-tests.jar</exclude>
</excludes>
</fileSet>

<!-- copy python package -->
Expand Down

0 comments on commit 656ac83

Please sign in to comment.