I'd like to dynamically specify the artifact version instead of pulling the latest version from the release repository - name: nexus-artifact type: maven source: artifact: com.fdc.ucom.customer:uComCustomerSvcs:jar url: http://xxxxx:8081/nexus/content/repositories/releases version : 1.3.0
I'd like to dynamically specify the artifact version instead of pulling the latest version from the release repository
type: maven
source:
artifact: com.fdc.ucom.customer:uComCustomerSvcs:jar
url: http://xxxxx:8081/nexus/content/repositories/releases
version : 1.3.0