I've followed the Dukascopy Maven instructions:
https://www.dukascopy.com/wiki/#Use_with_Maven with only a slight change in that I've use the Eclipse recommended Maven plugin:
https://www.eclipse.org/m2e/Alas, I am not able to run the singlejartest/Main class using Dukascopy's instructions.
I've done some debugging and Main.class is not being generated. Being a bit of a Maven novice, I've experimented with some of the Maven goals like clean, compile and package but Eclipse can't find any of the .class files and as such whenever I do a 'Run As' on the Main.java file (as per instructions), I don't have the ability to run as a Java application.
If I set the 'Run Configurations' for this project, it can't find Main.class. Which is clearly where the problem is as it can't find where to invoke main() from.
Has anyone got the Maven stuff working as per Dukascopy's instructions? I'm using Eclipse Indigo on Linux.