I want to know if Netbeans has some option or setting that will allow me to automatically sign a jar as part of the build.
In your -post-jar ant target, it may be convenient to read the password from a file, e.g. ~/.keyconf. Give the file user-only access: e.g. 400 or 600.
-post-jar
400
600
...