Skip to content

Commit

Permalink
Do not include the jar files for the source code in the distribution
Browse files Browse the repository at this point in the history
deliverable.

Signed-off-by: Tatiana Leon <[email protected]>
  • Loading branch information
tatianaleon committed Dec 10, 2014
1 parent 52b5d5c commit bfdf216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
</includes>
</fileSet>
<!-- Include the library sources jars -->
<fileSet>
<!-- <fileSet>
<directory>${project.build.directory}/../library</directory>
<includes>
<include>*-sources.jar</include>
</includes>
<outputDirectory>src</outputDirectory>
</fileSet>
</fileSet>-->
<!-- Include the library sources -->
<fileSet>
<directory>${project.basedir}/../library/src/main/java</directory>
Expand Down

0 comments on commit bfdf216

Please sign in to comment.