mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-06 04:13:55 +02:00
c887231234
Currently, the mtaBuild step installs the wrong artifact in a spring project making use of the "repackage" feature. This PR fixes that by checking if an ".original" jar file exists and using that instead.
11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
app/target
|
|
app/.pipeline
|
|
mtaBuild_errorDetails.json
|
|
foo.mtar
|
|
.flattened-pom.xml
|
|
.pipeline/commonPipelineEnvironment
|
|
mym2
|
|
app/node_modules
|
|
app/package-lock.json
|
|
integration-tests/target
|