Environment
- Pivotal Cloud Foundry DEV
- Spring Cloud Data Flow Server
- Spring Cloud Data Flow Shell
Maven Specific Environment Variables (Spring Cloud Data Flow Server)
MAVEN_LOCALREPOSITORY =C:/Users/xx/.m2/repository/ MAVEN_REMOTE_REPOSITORIES_REPO1_URL=http://repo.spring.io/libs-snapshot
Deploying Streams which contains Apps locating in the Remote Repository works fine! Deploying Streams which contains Apps locating in the Local Repository crashes (org.springframework.cloud.dataflow.rest.client.DataFlowClientException: failed to resolve MavenResource:....).
Why?