jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
742 stars 268 forks source link

Remove gpg from pom.xml (?) #49

Closed PetrToman closed 12 years ago

PetrToman commented 12 years ago

Unless gpg (jar signing) is needed for some reason in pom.xml (both in encog-java-core and encog-java-workbench), I suggest to remove maven-gpg-plugin reference from both pom.xml files.

seemasingh commented 12 years ago

That is actually used. That is part of how we submit jars to the Maven Repository.

PetrToman commented 12 years ago

Ok. It just stops the build process in Netbeans (when asking for password). I can change poms locally, no big deal.