i cannot find any documentation that walks me through step by step how to self sign with this new process. i have gotten to the point where i have downloaded eclipse and i have cloned the git project. then i have clean, generate-sources, install, and test, but i cannot find the file module-signer.jar any where in the project folder.
the only jar files i can find are in the target folder and they are module-signer-1.0.0-SNAPSHOT.jar and module-signer-1.0.0-SNAPSHOT-jar-with-dependencies.jar
if i just try running the project as a java application it says it needs parameters, but i cannot figure out where to put the parameters to this file i cannot find.