Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-2777

Generate a temporary uber-jar in case the target already exists instead of deleting it right away

    XMLWordPrintable

Details

    Description

      Currently, before generating the runner JAR, we are checking if it already exists and deleting it. In case `quarkus.package.add-runner-suffix=false`, the uber-jar file name will (typically) be matching the original JAR name. The issue is that the original JAR is used as a content source for the uber-jar. If the original JAR is deleted before the uber-jar is generated than generated uber-jar won't be usable.

      Attachments

        Activity

          People

            Unassigned Unassigned
            probinso_jira Quarkus JIRA Bot
            Fedor Dudinskii Fedor Dudinskii
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: