Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-6545

slingstart-maven-plugin: By default do not redirect stderr and stdout of the sling server process to the one from the parent Maven process

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Slingstart Maven Plugin 1.7.0
    • Tooling
    • None

    Description

      Currently the stdout and stderr from the Maven process is also used for the Sling Server Process. That is a problem because even after one Mojo is done, the server is still running and may still emit messages. Those overlap with the messages of the following Maven mojos. Therefore the stdout and stderr of the Sling server should be redirected to a special file.

      The only drawback is, that in case of a central CI server, those additional files are not that easy to evaluate (need to be downloaded separately). Still this is much better than having overlapping log files of two independent processes (Maven and Sling Server).

      Attachments

        Activity

          People

            kwin Konrad Windszus
            kwin Konrad Windszus
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: