how do i compile a file with plugin stuff?

60 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

To compile a Maven project:

  • Invoke mvn compile on a shell in the project's folder or
  • Select RunRun as...Maven build on your project in Eclipse