I am unable to refer a jar from my jfrog-maven repository on Spring Cloud data flow server installed on PCF. I have given the repository location inside an ENV variable SPRING_APPLICATION_JSON as {"maven": { "remote-repositories": { "repo1": { "url": "http://XXXXX:8080/artifactory/my-releases-local/" } } } }
When I try to register an app with Spring cloud data flow UI, I try to refer the application with below sample maven coordinates.
Example: < maven://com.example:datasource:jar:0.0.2-SNAPSHOT >
The server is unable to find it and proceed me with registering the app. Please help.