Uploaded image for project: '[Read Only] - Hippo Archetype'
  1. [Read Only] - Hippo Archetype
  2. ARCHE-193

Cleanup Derby properties in the generated project POM

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.05.00
    • 1.05.01
    • None

    Description

      In ARCHE-141, the following properties were introduced in the generated project POM:

      <derby.system.home>${project.basedir}/target/derby</derby.system.home>
      <derby.stream.error.file>${project.basedir}/target/derby/derby.log</derby.stream.error.file>

      Actually, 'derby.system.home' is not used because it is overriden by 'repo.path'. So this property could be removed.
      Another little improvement could be to put the derby.log file in the 'repo.path' folder (any other location under the target folder is also fine though).
      So at the end the 2 properties above could be replaced by only this one:

      <derby.stream.error.file>${repo.path}/derby.log</derby.stream.error.file>

      Attachments

        Issue Links

          Activity

            People

              jsheriff Junaidh Kadhar Sheriff
              mtricot Mickaƫl Tricot (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: