Build: #34 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Code commits

openmrs-eip

  • Frédéric Deniger - ICRC <65169434+icrc-fdeniger@users.noreply.github.com>

    Frédéric Deniger - ICRC <65169434+icrc-fdeniger@users.noreply.github.com> e9446969b8fe2b6c6772d7242f880ccdb7b71723

    update attach property for sender/receiver (#22)
    * update attach property

    so that the spring-boot is deployed.
    If attach is set to false, the deployed jar is not usable ( will only contain artifacts from dbsync-receiver-app)

    * add property classifier

    The property classifier is added to publish the executable jar with another complete artifact id

    * remove attach=true

    remove 'attach=true' as it's the default value

    * - modify the sping-boot configuration for sender and receiver: add classifier exe to generate 2 jar ( executable and normal)
    - update documentation accordingly to these modification
    - add source version to example-app ( to let it be compiled)

    * - fix typos in documentation

    • dbsync-receiver-app/pom.xml (version e9446969b8fe2b6c6772d7242f880ccdb7b71723)
    • dbsync-sender-app/pom.xml (version e9446969b8fe2b6c6772d7242f880ccdb7b71723)
    • distribution/README.md (version e9446969b8fe2b6c6772d7242f880ccdb7b71723)
    • docs/db-sync/README.md (version e9446969b8fe2b6c6772d7242f880ccdb7b71723)
    • example-app/pom.xml (version e9446969b8fe2b6c6772d7242f880ccdb7b71723)