Is it possible to get the publish goal to addition...
# general
b
Is it possible to get the publish goal to additionally publish jvm_apps? I've tried:
Copy code
publish_extras: {
    'deployable_archives': {
      'extension': 'tar.gz',
    },
  }