Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-2753

Create profiles to start various databases via Docker

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.1.0
    • build / infrastructure
    • None

    Description

      We currently rely on fix installed versions of various databases.
      With the advent of Docker we could use maven profiles to start those databases as docker images.

      E.g.

      $> mvn -N -Ptest-mysql-docker docker:start
      $> mvn -Ptest-mysql-docker clean install
      $> mvn -N -Ptest-mysql-docker docker:stop
      

      The `-N` is needed to start maven Non-Recursive. Otw you might see some nasty log output which does not belong there

       

       

      Attachments

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: