stianh / gradle-jaxb-plugin

Gradle plugin for generating jaxb classes.
17 stars 11 forks source link

Allow Maven install without signing #7

Closed mraccola closed 12 years ago

mraccola commented 12 years ago

Would be nice to be able to install the artifact into a local Maven repository without needing to digitally sign the artifact.

Currently, running the following command:

gradle install

results in the following error:

Execution failed for task ':signArchives'. Cause: Cannot perform signing task ':signArchives' because it has no configured signatory

This is a problem for developers who do not have access to the signing key.

stigkj commented 12 years ago

Hmm...I would like to have this in place, so I can check what would be deployed to Maven Central. But I will look into only doing this when an option is set, like -Psign.

vans88 commented 7 years ago

Many thanks. referencing the link: https://github.com/stianh/gradle-jaxb-plugin/commit/ff912752fe7d83013497305fe038652b530b6866
my error has been work around.