aasaru opened a new pull request #29: simplify running demo-server by fetching fineract-cn-* projects from Artifactory URL: https://github.com/apache/fineract-cn-demo-server/pull/29 The simplified instructions to run demo-server would look like this: git clone https://github.com/apache/fineract-cn-demo-server.git cd fineract-cn-demo-server/ cd scripts/dependencies_to_local_maven mvn package cd ../.. ./gradlew build This pom.xml pulls required dependencies to local maven repository. build.gradle cannot be used for this as this downloads the artifacts to Gradle cache (and there is no way to force Gradle to upload them to maven local).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
