Uploaded image for project: 'Apache Tomcat Maven Plugin'
  1. Apache Tomcat Maven Plugin
  2. MTOMCAT-159

WAR dependencies extracted every run

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0
    • 2.2
    • commons-lib
    • None

    Description

      If there is a WAR dependency, it is extracted to target/apache-tomcat-maven-plugin/ARTIFACT_NAME. This directory is deleted and re-created every invocation of the plugin, meaning that all WAR dependencies are re-extracted every run.

      Do not delete these extracted directories. Instead check the last modified timestamp of the directory against the last modified timestamp of the WAR dependency, and re-extract only if the WAR is newer

      Attachments

        1. MTOMCAT-159-1.diff
          3 kB
          Robert Hollencamp

        Activity

          People

            olamy Olivier Lamy
            rhollencamp Robert Hollencamp
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: