sbtourist / Journal.IO

Journal.IO is a zero-dependency, fast and easy-to-use journal storage implementation.
Apache License 2.0
260 stars 39 forks source link

Publish sources along with primary artifact #31

Closed bradleydwyer closed 11 years ago

bradleydwyer commented 11 years ago

The -sources.jar isn't currently created by the build. This change adds the maven-source-plugin to create the sources jar for publishing.

sbtourist commented 11 years ago

Thanks!