My friend asked me if I can make some changes to pluggins he send me. I tried googeling them to find the sorcecode somewhere. Sadly it seems that they are not open scource.
So I started decompiling the jar(s) and made the changes in the .class files with IntelliJ. Now is my question how I can compile it back to a .jar file. Normaly I used maven to build the plugins. But because it isn't a maven project this doesn't work.
I tried creating the jar with:
jar cvf plugin.jar .
but this gives me the error Cannot find main class