Fix release pipeline Originally Issue 4106 process map to properties when uploading loinc terminology (#4246)
* Add loinc upload handler to process MAP_TO properties. * Move test to test folder * Fix mapto file location property name * Allow override as full loinc upload tests take (much) longer than defined timeout * Move handler later to make sure all concepts were added to map * Update test to check all project enhancements * Restore project unrelated changes * Rename base test class properly and move to right package * Condition MapTo.csv file processing to file presence for backwards as file is optional * Document and annotate test-only usage for disabling deferred tasks timeout * Fix alignments to try to make release pipeline work Co-authored-by: juan.marchionatto <juan.marchionatto@smilecdr.com>
This commit is contained in:
parent
5533afb9f5
commit
02944bafb5
|
@ -86,7 +86,7 @@ steps:
|
|||
JAVA_HOME_11_X64: /usr/java/openjdk-17
|
||||
displayName: 'Deploy to Sonatype staging'
|
||||
inputs:
|
||||
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
|
||||
goals: deploy
|
||||
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST -DskipTests'
|
||||
publishJUnitResults: false
|
||||
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
|
||||
goals: deploy
|
||||
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST -DskipTests'
|
||||
publishJUnitResults: false
|
||||
|
|
Loading…
Reference in New Issue