How to convert a Java file to URCap

We have a java project done in Eclipse and we would like to turn it into a URCap file to put in Polyscope. We don’t know how to do this and the documentation online is not very helpful. Does anyone have any advice?

Using the simulator or newer docker container you use Maven to compile the Java code into a URCAP file.

See specifically the “Deployment with Maven” section here.