Build result summary

Details

Completed
Queue duration
< 1 second
Duration
2 minutes
Labels
None
Revision
e9446969b8fe2b6c6772d7242f880ccdb7b71723 e9446969b8fe2b6c6772d7242f880ccdb7b71723
Total tests
197
Successful since
#32 ()

Tests

Code commits

Author Commit Message Commit date
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 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