Hi everyone. I'm writing a gradle plugin that provides the functionality of the maven-gpg-plugin and I've now reached a point where I don't know how to solve the remaining issues...
You can find the project here: http://github.com/huxi/huxi-gradle-plugins The current version has several issues: - The created signature files are not added to the set of artifacts, meaning they are not deployed to the maven repository. :( - If no password is given using either the System property 'pgp.password' or password in the convention above (which would actually both be a rather bad idea concerning security) then the plugin asks once for password entry using console.readPassword. This requires Java 6. - The text output 'Enter PGP-Password: ' is mixed up with the '> Building > :foo:uploadArchives' text. The password is prompted for after the later one. - This plugin currently attaches itself to uploadArtifact.doFirst - which is probably a bad idea. - The configuration used for signing is always 'default' I'd appreciate any input and suggestions concerning this plugin, the issues above or general ideas how to enhance it. Cheers, Joern. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
