kamranzafar / jtar

JTar is a simple Java Tar library, that provides an easy way to create and read tar files using IO streams. The API is very simple to use and similar to the java.util.zip package.
https://kamranzafar.org
Apache License 2.0
145 stars 45 forks source link

Forcing people to gpg sign their artifact is annoying #4

Closed jcoveney closed 12 years ago

jcoveney commented 12 years ago

Just my 2c as someone who stumbled upon your project and found it potentially useful. I just eliminated the dependency from the pom.

kamranzafar commented 12 years ago

thanks will remove it.

kamranzafar commented 12 years ago

moved gpg signing to a profile, can be activated by passing -Psign argument to maven