can you please tell me how to compile a folder in .jar? I modified some source code of a plugin, now i've to try it, but as i said, i don't know how to compile it.
p.s.I use MacOsX
Thanks all of you.
can you please tell me how to compile a folder in .jar? I modified some source code of a plugin, now i've to try it, but as i said, i don't know how to compile it.
p.s.I use MacOsX
Thanks all of you.
To compile a Maven project:
mvn compile
on a shell in the project's folder or