I tried to follow the instructions. I could compile the source code with “mvn install”, no problem. Next, I was trying to run an example server. I did:
cd examples/examples-simulated
mvn opengamma:server-init -Dconfig=fullstack
mvn opengamma:server-run -Dconfig=fullstack
However, seever-run gives me:
[ERROR] Failed to execute goal com.opengamma.tools:opengamma-maven-plugin:1.3.1:server-run (default-cli) on project examples-simulated: Unable to find classpath resource: fullstack/opengamma-maven-plugin.properties -> [Help 1]
I’m using the source code I downloaded from the website. According to RELEASE-NOTES.md, it’s version 2.1. Please help as I’d want to study the source code closely.