Skip to content

Commit

Permalink
Merge pull request #8162 from matthiasblaesing/disable-sigfiles-fabric8
Browse files Browse the repository at this point in the history
libs.fabric8: Prevent generation of signature files and fix description
  • Loading branch information
matthiasblaesing authored Jan 17, 2025
2 parents 1b6b4f8 + e097439 commit 695671f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 8 additions & 1 deletion enterprise/libs.fabric8/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@
is.autoload=true
javac.compilerargs=-Xlint -Xlint:-serial
javac.release=11
sigtest.gen.fail.on.error=false

# The signature file for this module is 15MB, this size is inappropriate to keep
# in repository
sigtest.skip.gen=true

# Updates to the dependencies must manually check for compatibility and bump
# module spec (compatible change)/major (incompatible change) version as
# appropriate
release.external/kubernetes-client-6.7.0.jar=modules/ext/kubernetes-client-6.7.0.jar
release.external/kubernetes-client-api-6.7.0.jar=modules/ext/kubernetes-client-api-6.7.0.jar
release.external/kubernetes-model-autoscaling-6.7.0.jar=modules/ext/kubernetes-model-autoscaling-6.7.0.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
## libs/jsch/manifest.mf
OpenIDE-Module-Name=Fabric8 Library
OpenIDE-Module-Display-Category=Libraries
OpenIDE-Module-Short-Description=Jackson
OpenIDE-Module-Long-Description=\
FasterXML Jackson
OpenIDE-Module-Short-Description=Java client for Kubernetes & OpenShift.
OpenIDE-Module-Long-Description=Java client for Kubernetes & OpenShift.

0 comments on commit 695671f

Please sign in to comment.