Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create the maven module

    • add the <name>${project.groupId}:${project.artifactId}</name> and <description>THE MODULE DESCRIPTION</description>

  • Make sure that the module is part of the underlying reactor pom

    • add a reference to the logically correct parent pom

    • reference the new module from that parent pom

  • Add the module as a dependency to ci/taskana-sonar-test-coverage or ci/taskana-adapter-sonar-test-coverage (depending on the repository) so that the test coverage is computed correctly

  • For the Taskana/taskana repository: make sure that the module is listed (with the proper test database) in the test_backend job’s matrix. File: .github/workflows/continuous-integration.yml

  • If the module should be released: make sure that the module is listed in the Release artifacts to OSS Sonatype step

  • Add the following dependency to your module if not available in the parent pom

...