Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The GPG addon automatically signs all artifacts defined within a project definition. If, however, artifacts are created later, e.g. by using package_with_javadoc or package_with_sources, these artifacts are not signed. I guess it is difficult to provide a good fix for it, perhaps it would be helpful to expose an extra method 'sign_artifacts' which adds a sign task for all artifacts. This method can then be called after package_with_*